search for: nmbr

Displaying 11 results from an estimated 11 matches for "nmbr".

Did you mean: nmbd
2008 Feb 13
2
[Linux/Python 2.4.2] Forking Python doesn't work
...ime.strftime("NaVm/%y NaVM", now) myarray = [] myarray.append("STAT Rings: 1") myarray.append("RING") myarray.append("NAME " + cidname) myarray.append("TTSN Call from " + cidname) myarray.append("NMBR " + cidnum) myarray.append("TYPE K") s = socket.socket(socket.AF_INET,socket.SOCK_DGRAM) s.setsockopt(socket.SOL_SOCKET,socket.SO_BROADCAST,True) portnum = 42685 ipaddr = "192.168.0.255" for i in myarray: se...
2003 Nov 19
2
ATA-186 Double Digit problems
...ing the number - line has already been Answered> [class4.6] exten => change,1,ResponseTimeout(5) exten => change,2,Playback(special/edting-spd-dial-number) exten => change,3,SayDigits(${SPEEDDIAL}) exten => change,4,Background(silence/1) exten => change,5,Background(special/entr-nmbr-fr-spddial-entry) exten => change,6,Background(special/and-prs-pound-whn-finished) exten => change,7,Background(silence/3) exten => change,8,Goto(5) ; strip off any extra pound or * symbols, and then set the variable exten => _X.,1,GotoIf($[$[${EXTEN:-1:1} = #] | $[${EXTEN:-1:1} = *]]?...
2008 Feb 18
4
IAXModem - NDID=s
Hi guys I have a lovely little irritation on my hands. I?ve been trying to set up DID-based routing in Hylafax, and I?ve come across one hell of a headache:
2004 Jan 31
0
Using an additional modem to get CallerID information
...Here is my first script that reads the details in... #!/usr/bin/perl $PortName = "/dev/ttyn00"; $PortObj = open(MODEM,$PortName) || die "Can't open $PortName: $!\n"; while (1==1) { local $/ = "\n"; while ($line=<MODEM>) { chomp; if ($line =~ s/NMBR = //) { open(OUTFILE, ">/usr/src/myperl/callerid.txt") or die "Can't open callerid.txt: $!"; print OUTFILE "$line"; close OUTFILE; }; } } depending on your setup, you'll need to amend the $portName variable to point to the port that...
2007 Jul 12
0
No subject
AT+VRID=3D1 OK DATE=3D0218 TIME=3D1524 NAME=3Dxxxxxxxxxx NMBR=3Dxxxxxxxxxx ANID=3D<NONE> USER=3D<NONE> PASS=3D<NONE> CDID=3D<NONE> NDID=3Ds What the hell!? Why is 'NDID=3Ds'? I've noticed the dialplan is adding = 's' for Follow-Me'd and Ring Group'd calls as well, and I found the explanation = for that...
2007 Jul 12
0
No subject
AT+VRID=3D1 OK DATE=3D0218 TIME=3D1524 NAME=3Dxxxxxxxxxx NMBR=3Dxxxxxxxxxx ANID=3D<NONE> USER=3D<NONE> PASS=3D<NONE> CDID=3D<NONE> NDID=3Ds What the hell!? Why is 'NDID=3Ds'? I've noticed the dialplan is adding = 's' for Follow-Me'd and Ring Group'd calls as well, and I found the explanation = for that...
2006 Nov 23
1
(OT) HylaFAX, IAXModem, Asterisk
...t; # enables CallID display ModemReadyCmds: ATH0 Class1AdaptRecvCmd: AT+FAR=1 Class1TMConnectDelay: 400 # counteract quick CONNECT response Class1RMQueryCmd: "!24,48,72,96" # V.17 fast-train recv doesn't work well CallIDPattern: "NMBR=" CallIDPattern: "NAME=" CallIDPattern: "ANID=" CallIDPattern: "NDID=" # Uncomment these if you really want them, but you probably don't. #CallIDPattern: "DATE=" #CallIDPattern: "TIME="
2006 Feb 23
4
IAXModem/Hylafax problem
I think I'm very close to getting IAXModem and Hylafax going, but my current inbound hylafax logs show this: Feb 23 10:09:37.98: [ 3638]: MODEM <Empty line> Feb 23 10:09:37.98: [ 3638]: MODEM TIMEOUT: waiting for v.21 carrier Two questions - 1) Does anyone know what step I missed here? (I.e. please help!) 2) Is there a document I should be working off of? Google doesn't seem to
2009 Aug 29
0
Training failed with hylafax
...# for NDID, disable AT+VCID=1 and do this: # #RingsBeforeAnswer: 0 #ModemRingResponse: AT+VRID=1 # Uncomment DATE and TIME if you really want them, but you probably don't. #CallIDPattern: "DATE=" #CallIDPattern: "TIME=" CallIDPattern: "NMBR=" CallIDPattern: "NAME=" CallIDPattern: "ANID=" #CallIDPattern: "USER=" # username provided by call #CallIDPattern: "PASS=" # password provided by call #CallIDPattern: "CDID="...
2011 Sep 01
2
problems with hylafax + iaxmodem + asterisk1.8.5
...%%l|%c|Pagina %%P di %%T" MaxRecvPages: 200 ModemType: Class1 # use this to supply a hint Class1AdaptRecvCmd: AT+FAR=1 Class1TMConnectDelay: 400 # counteract quick CONNECT response ModemResetCmds: AT+VCID=1 # enables CallID display PagerTTYParity: none CallIDPattern: "NMBR=" CallIDPattern: "NAME=" CallIDPattern: "ANID=" CallIDPattern: "NDID=" *********************************************************************************** xferfaxlog *****************************************************************************...
2006 Apr 04
0
Can't recieve Fax: No carrier detected - Asterisk + iaxmodem + Hylafax
...tty[6110]: STATE CHANGE: RUNNING -> LISTENING Apr 4 16:49:15 localhost FaxGetty[6110]: --> [9:DATE=0404] Apr 4 16:49:15 localhost FaxGetty[6110]: --> [9:TIME=1649] Apr 4 16:49:15 localhost FaxGetty[6110]: --> [11:NAME=<NONE>] Apr 4 16:49:15 localhost FaxGetty[6110]: --> [15:NMBR=2212601579] Apr 4 16:49:15 localhost FaxGetty[6110]: --> [11:ANID=<NONE>] Apr 4 16:49:15 localhost FaxGetty[6110]: --> [8:NDID=123] Apr 4 16:49:15 localhost FaxGetty[6110]: --> [4:RING] Apr 4 16:49:15 localhost FaxGetty[6110]: ANSWER: Call ID 1 "2212601579" Apr 4 16:49...