similar to: samba4 servers with one "master" sam.ldb

Displaying 20 results from an estimated 1000 matches similar to: "samba4 servers with one "master" sam.ldb"

2009 Dec 12
3
DEVICE_STATE
Hi all! I am trying to figure out how DEVICE_STATE is working, no luck so far. sip.conf [0317998975] type=friend regexten=0317998975 secret=???? username=0317998975 callerid="Magnus Benngard" mailbox=0317998975 at inputinterior.se host=dynamic canreinvite=yes dtmfmode=rfc2833 nat=yes disallow=all allow=alaw extensions.conf exten => 0317998975,hint,SIP/0317998975 exten =>
2009 Nov 30
2
No application 'ReceiveFAX'
Hi! Have probably not understand how fax is working in Asterisk 1.6. I did install: ptlib-v1_12_0 h323plus-v1_19_7 dahdi-linux-complete-2.2.0.2+2.2.0 spandsp-0.0.5 asterisk-1.6.2 asterisk-addons-1.6.2 make menuselect in asterisk-1.6.2 source directory shows: [*] app_fax But "core show applications" doesnt show me any "fax applications" and when I try to receive a fax:
2010 Feb 06
1
CONNECTEDLINE
Gentlemen, Did tryout "CONNECTEDLINE" function, was exactly what I have been looking for. But there are at least one thing I cant figure out. Did a very simple and "stupid" extension 0317998955 and ran a test. My phone (0317998975) dials 955, the display on my phone changes from "955" to "Connected Line 955" when my call is answered, shouldn't the
2009 Dec 13
1
Dial with timeout don't end call
Hi! Trying to figure out what I am doing wrong... 1 std SIP phone (0317998975) registered to an Asterisk (SVN-trunk-r234256) 1 Cell phone 00733025975 attached through H323. extensions.conf exten => 975,1,Goto(975-${DEVICE_STATE(SIP/0317998975)},1) exten => 975-INUSE,1,VoiceMail(0317998975 at inputinterior.se,bs) exten => 975-INUSE,2,Hangup() exten =>
2009 Nov 22
1
Prevent Dial if any extension is busy
Hi! Part of extensions.conf: exten => 985,1,Dial(SIP/0317998985&H323/00702221448 at Avaya,20) exten => 985,2,Goto(985-${DIALSTATUS},1) exten => 985-BUSY,1,VoiceMail(0317998985 at inputinterior.se,b) exten => 985-BUSY,2,PlayBack(vm-goodbye) exten => 985-BUSY,3,HangUp() exten => 985-NOANSWER,1,VoiceMail(0317998985 at inputinterior.se,u) exten =>
2010 Jan 24
2
ReceiveFAX and SendFAX questions
Morning, Have some questions regarding receiving and sending faxes... 1:st example: exten => 101,1,Answer() exten => 101,2,Wait(3) exten => 101,3,ReceiveFAX(/var/spool/asterisk/tmp/fax.tiff) exten => 101,4,System(tiff2pdf -p A4 /var/spool/asterisk/tmp/fax.tiff > /var/spool/asterisk/tmp/fax.pdf) exten => 101,5,System(mutt -s 'New FAX for you sir' -a
2010 Feb 20
1
Fax, T38 and NAT
Gentlemen, I have 3 faxes attached to an Asterisk. Fax - SPA2102 - Asterisk. 0851711201 and 0851711290 is on our WAN, no NAT. 0197673581 is outside our WAN and needs to be NAT'ed. Sending a fax from 0851711201 to 0851711290, no problem, switches to T38 and fax goes through. Sending a from 0197673581 to 0851711201, no problem as long as i dont enable T38 on 0197673581. But, if i enable T38
2009 Dec 14
1
Rewrite calling number of incoming call
Hi! Trying to figure out how to rewrite calling number of an incoming call... A cell phone (0733025975) dials a X-Lite (977). X-Lite "shows" 733025975 at the display, but I want it to be 0317998975. I thought i could do something like: exten => 977/733025975,1,Set(CALLERID(number)=0317998975) exten => 977,n,Dial(SIP/0317998977) [Dec 14 19:07:43] NOTICE[20731]: chan_h323.c:2272
2010 Mar 13
1
adding agent with 2 phones to a queue
Hi! We have alot of users who are having 2 phones, 1 fixed and 1 DECT. I am looking for a way to log them into a queue and let both phone rings. Let me try to explain: 0317998975 is a fixed phone, 0317998985 is a DECT. 0317998989 is a queue. queue add member SIP/0317998975 to 0317998989 works ofc. sip*CLI> queue show 0317998989 0317998989 has 0 calls (max unlimited) in
2011 Feb 20
1
MEMBERINTERFACE and MEMBERNAME questions
Hi! Did play around with queues and need some help. I thought that MEMBERINTERFACE and MEMBERNAME should be set to the ?device? the call was queued to not the device that called the queue, or do i miss something? Running: Asterisk 1.8.2.3 built by root @ sip on a i686 running Linux on 2011-01-31 13:38:23 UTC 0317998985 calls Kinna (0320209030) Tomas Ekman (SIP/0317998972) receives the call but
2009 Dec 18
1
wrapuptime?
Hi! Trying to understand how wrapuptime is working... I have written a small php script that let agents log in/out off a queue. That part is working as a clock but wrapuptime is not doing what I expect. Input Interi?r - Queue Manager 0317998989 has 0 calls (max unlimited) in 'rrmemory' strategy (5s holdtime, 94s talktime), W:0, C:8, A:1, SL:0.0% within 0s Members: SIP/0317998971
2010 Sep 11
1
Samba4 and files downloaded from Internet
Hi all, I am new to Samba4 so sorry if my first question is "stupid". We have some Windows7 computers at our office and i decided to give Samba4 a try. Did follow: http://wiki.samba.org/index.php/Samba4/HOWTO No big problem, some hours later I had a Windows7 box joined to the Samba4 domain and a user logged in, did create some text documents on the users desktop, logged out and saw
2011 Dec 12
3
shorter way of coding
Dear R users, I am using the code below to generate a fitted value of b. I have about 300 different values for for y (y1, y2, ...y300) which means I will have to write the code below 300 times to generate the 300 different fitted values for y. Is there a short way of doing that ? Many thanks in advance Mintewab library(mgcv) dat <- read.table("e:/minti's
2004 Nov 09
2
Problem with Keyboard & Mouse while start game
When i start a game with Wine(any game) my mouse and keyboard stop functioning. The game is running but the mouse and keyboard don?t work. -------------------------- I start the game like this: wine program.exe -------------------------- My Wine version is 20041019 and linux version is SUSE 9.1 PRO. Please tell me how to fix this problem. sorry for my broken english.
2017 Mar 30
3
Well-formed @llvm.lifetime.start and @llvm.lifetime.end intrinsics
2017-03-31 0:54 GMT+02:00 Daniel Berlin <dberlin at dberlin.org>: > I'm curious, btw, what made it think the above is legal. > The intrinsics are marked as touching memory, having side effects, etc. The precedes my involvement with Polly. Polly has a list of intrinsics that can be safely ignored, e.g. llvm.dbg.value/llvm.gbg.declare. The lifetime markers are also in this list.
2007 Apr 24
1
Importing a CSV file
Hi, I'm trying to load .csv file into R (3790 by 30). I'm having an odd difficulty. After I type: read.csv("niwage.csv", header = TRUE) the data appears on the screen. The last thirty or so observations appear on the screen and they have been read in correctly. However, when I type: dim(data) I see: NULL This seems odd to me--R seems to be recognizing the data but not
2002 Aug 14
1
OggShell v1.0 released
OggShell is a freeware Windows front-end for OggEnc. Suggestions and bug reports are welcome... Download page: http://www.gbg.bonet.se/stefant/oggshell/ Regards, Stefan Tobiasson <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only
2011 Jun 16
1
Merging yields "Error: unexpected input ..."
I am new to R and am having difficulty merging 2 data sets, both of which have the same 30 variables and about 2,000 records. I've looked high and low—Paul Johnson's help page, through some of the 5,420 (yikes!) results for “merge” on the R list archives, and google searches—and I'm getting nowhere, so I thought I'd ask. When I try to merge by the ID variable: >
2009 Dec 13
0
Avaya 9650 SIP phone and dial timeout
Hi! Have a weired problem with Avaya 9650 phones: extensions.conf exten => 0317998975,hint,SIP/0317998975 exten => 0317998975,1,Goto(0317998975-${DEVICE_STATE(SIP/0317998975)},1) exten => 0317998975,2,Hangup() exten => 0317998975-INUSE,1,VoiceMail(0317998975 at inputinterior.se,bs) exten => 0317998975-INUSE,2,Hangup() exten => 0317998975-NOANSWER,1,VoiceMail(0317998975 at
1999 May 28
1
share.
Hi . I'm quite new to samba and therefore have a mabe a little dumb question. I've created a share [opt] comment= jumpys opt path= /opt valid users=gbg_joel public=no writable=yes printable=no When I trie to map this with net use r: \\jumpy\opt I get the errormessage wrong password. But I'm using the same uid and password in my windows95 machine as I'm doing on my