search for: localstationid

Displaying 20 results from an estimated 40 matches for "localstationid".

2014 Dec 23
1
ReceiveFax for multiple page (asterisk 13.0.1)
...(dnid)}-${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}) exten => s,n,Set(FAXFILE=${FILENAME}.tif) exten => s,n,Set(PDFFILE=${FILENAME}.pdf) exten => s,n,Set(FAXOPT(ecm)=yes) exten => s,n,Set(FAXOPT(headerinfo)=Received by MYCOMPANY ${STRFTIME(${EPOCH},,%Y-%m-%d %H:%M)}) exten => s,n,Set(FAXOPT(localstationid)=5555551212) exten => s,n,Set(FAXOPT(maxrate)=14400) exten => s,n,Set(FAXOPT(minrate)=9600) exten => s,n,NoOp(FAXOPT(ecm) : ${FAXOPT(ecm)}) exten => s,n,NoOp(FAXOPT(headerinfo) : ${FAXOPT(headerinfo)}) exten => s,n,NoOp(FAXOPT(localstationid) : ${FAXOPT(localstationid)}) exten =>...
2010 Jul 12
1
Fax for Asterisk, capable of receiving from website but not from fax machine !!
...L(LASTFAXCALLERNUM)=${CALLERID(num)}) exten => receive,n,Set(GLOBAL(LASTFAXCALLERNAME)=${CALLERID(name)}) exten => receive,n,NoOp(**** SETTING FAXOPT ****) exten => receive,n,Set(FAXOPT(ecm)=yes) exten => receive,n,Set(FAXOPT(headerinfo)=MY FAXBACK RX) exten => receive,n,Set(FAXOPT(localstationid)=15184893772) exten => receive,n,Set(FAXOPT(maxrate)=14400) exten => receive,n,Set(FAXOPT(minrate)=2400) exten => receive,n,NoOp(FAXOPT(ecm) : ${FAXOPT(ecm)}) exten => receive,n,NoOp(FAXOPT(headerinfo) : ${FAXOPT(headerinfo)}) exten => receive,n,NoOp(FAXOPT(localstationid) : ${FAX...
2013 Jun 19
6
Mailing a fax with mutt does not succeed
Hello everyone, I'm trying to send a received fax with mutt, when I try it from the Linux shel it works, but when trying with Asterisk's System command it doesn't. Successful Linux command: echo | mutt -s "New fax" earohuanca at gmail.com -a /tmp/faxes/201306191111.tif Unsuccessful Asterisk Command: same => n,System(mutt -s "New fax" elder.arohuanca at
2005 Aug 31
2
SpanDSP rxfax TSID variable name?
Scott's SpanDSP FAQ mentions that the senders' TSID (20 bytes sent by sending fax machine) is made available, but doesn't mention where or how. Is there a variable or something that's set? I didn't see it in http://www.voip-info.org/tiki-index.php?page=Asterisk+variables Thanks, Woody
2015 Jun 18
0
Fax Header
Hi, I am trying to add header to fax while sending fax. I can add some information to header but some information added automatically (date and page count). I want to format this information. Header => Date | ${LOCALHEADERINFO} | ${FAXOPT(localstationid)} | Page Count I can set LOCALHEADERINFO and FAXOPT(localstationid) but i cant find any variable for "Page Count" and "Date". How can i change this information. Dialplan: [asteriskgw_fax_live_with_header] exten => s,1,Set(LOCALHEADERINFO=Sender ${CALLERID(number)) exten =&g...
2009 Mar 16
2
t38 iax trunk
Hi all, I have a question regarding using T38 for fax sending and here is my scenario: fax -> SIP ATA (T38 enabled) -> Asterisk #1 -> IAX TRUNK -> Asterisk #2 -> SIP ATA (T38 enabled) -> fax My question is, how can I know if I'm really using T38? is T38 information coming to the other side (because of SIP to IAX conversion) or just plain g711a data? I'm using Linksys
2009 Jul 16
1
Sending faxes with T.38 problem. Fax for Asterisk (no SpanDSP) - 1.6.1.1
...ications: 1.6.1_1.0.11 dev10*CLDigium Fax T.38 Driver: 1.6.1_1.0.9 (optimized for i686_32) dev10*CLDigium Fax G.711 Driver: 1.6.1_1.0.9 (optimized for i686_32) ---------------------------------------------------------- .call file Channel: SIP/1905 at outbound-calls MaxRetries: 3 WaitTime: 30 Set: LOCALSTATIONID=22222 Set: LOCALHEADERINFO=T38 fax Set: T38CALL=1 Set: T38TXDETECT=yes CallerID: 123456 Context: fax-tx Extension: send priority:1 ----------------------------------------------------------- sip.conf [general] context=default allowoverlap=no udpbindaddr=0.0.0.0 tcpenable=n...
2010 Jan 29
1
Digium fax - sending fax call file vs manager originate
...; send,n,Set(FAXFILE=faxout.tif) ; Set FAXOPTs exten => send,n,NoOp(**** SETTING FAXOPT ****) ;exten => send,n,Set(FAXOPT(ecm)=yes) ;exten => send,n,Set(FAXOPT(headerinfo)=Fax from ${GLOBAL(LASTFAXCALLERNAME)} at ${GLOBAL(LASTFAXCALLERNUM)} was received.) exten => send,n,Set(FAXOPT(localstationid)=1234567890) ;exten => send,n,Set(FAXOPT(maxrate)=14400) ;exten => send,n,Set(FAXOPT(minrate)=2400) ; Send the fax exten => send,n,NoOp(**** SENDING FAX : ${FAXFILE} ****) exten => send,n,SendFAX(/var/spool/asterisk/fax/${FAXFILE},d) ; Hangup! Print FAXOPTs exten => h,1,NoOp(F...
2014 Feb 03
1
Incoming Fax Issue with Asterisk 11.7 and Digium Fax
...(GLOBAL(LASTFAXCALLERoNUM)=${CALLERID(num)}) exten => receive,n,Set(GLOBAL(LASTFAXCALLERNAME)=${CALLERID(name)}) exten => receive,n,NoOp(**** SETTING FAXOPT ****) exten => receive,n,Set(FAXOPT(ecm)=yes) exten => receive,n,Set(FAXOPT(headerinfo)=MYFAX RX) exten => receive,n,Set(FAXOPT(localstationid)=1234567890) exten => receive,n,Set(FAXOPT(maxrate)=14400) exten => receive,n,Set(FAXOPT(minrate)=2400) exten => receive,n,NoOp(FAXOPT(ecm) : ${FAXOPT(ecm)}) exten => receive,n,NoOp(FAXOPT(headerinfo) : ${FAXOPT(headerinfo)}) exten => receive,n,NoOp(FAXOPT(localstationid) : ${FAXOPT(...
2010 Jan 04
1
Free FaxForAsterisk ReceiveFAX not working
...XXXXXXXXXX,n,GoTo(faxin,${EXTEN},1) [faxin] exten => _XXXXXXXXXX,1,NoOp(This is ReceiveFAX application Testing) exten => _XXXXXXXXXX,n,Wait(6) exten => _XXXXXXXXXX,n,NoOp(******* SETTING FAXOPTS *********) exten => _XXXXXXXXXX,n,Set(FAXOPT(ecm)=yes) exten => _XXXXXXXXXX,n,Set(FAXOPT(localstationid)= 1234567890) exten => _XXXXXXXXXX,n,Set(FAXOPT(maxrate)=14400) exten => _XXXXXXXXXX,n,Set(FAXOPT(minrate)=2400) exten => _XXXXXXXXXX,n,Set(FAXOPT(modem)=V17) exten => _XXXXXXXXXX,n,Wait(6) exten => _XXXXXXXXXX,n,NoOp(********* RECEIVING FAX *********) exten => _XXXXXXXXXX,n,Recei...
2009 May 15
1
Fax t38 capability
...Set FAXOPTs exten => s,n,NoOp(**** SETTING FAXOPT ****) exten => s,n,Set(FAXOPT(filename)=${FAXFILE}) exten => s,n,Set(FAXOPT(ecm)=yes) exten => s,n,Set(FAXOPT(headerinfo)=Fax from ${GLOBAL(LASTFAXCALLERNAME)} at ${GLOBAL(LASTFAXCALLERNUM)} was received.) exten => s,n,Set(FAXOPT(localstationid)=1234567890) exten => s,n,Set(FAXOPT(maxrate)=14400) exten => s,n,Set(FAXOPT(minrate)=2400) ; Send the fax exten => s,n,NoOp(**** SENDING FAX : ${FAXFILE} ****) exten => s,n,SendFAX(/tmp/${FAXFILE},d) ; Hangup! Print FAXOPTs exten => h,1,NoOp(FAXOPT(ecm) : ${FAXOPT(ecm)}) ext...
2016 Dec 17
2
Asterisk Fax Receive - how to get the remoteheader?
Hi, I am using asterisk 11.8 in combination with spandsp to send and receive T38 Faxes. All works fine, but I do not know how to get the remoteheader from the fax I receive. When I send a fax, there are Faxopts to set the localstationid and the headerinfo, but for receiving, there seems to only exist the Faxopts remotestationid but for sure on any fax I receive there is a remoteheaderinfo besides the remotestationid... it is on the tiff-file, but I need this info in a channel-variable... Does anybody know how to get the remote...
2016 Nov 15
2
iaxmodem errors.
2005 Oct 07
0
txfax (app_txfax) sending issue
...ossibly be a PEBKAC or n00b problem since I'm relatively new to Asterisk. --------- snippet: extensions.conf --------- exten => _8NXXXXXX,1,Set(FAXFILE=/var/spool/asterisk/fax/sendfax.tif) exten => _8NXXXXXX,2,Set(LOCALHEADERINFO=Company name and department) exten => _8NXXXXXX,3,Set(LOCALSTATIONID=Company name) exten => _8NXXXXXX,4,TXFAX(${FAXFILE}|caller) --------- // extensions.conf --------- --------- snippet: * console --------- *CLI> -- Executing Set("SIP/rec1pub1-af67", "FAXFILE=/var/spool/asterisk/fax/sendfax.tif") in new stack -- Executing Set(&...
2011 Jun 30
0
SendFax: not setting the fax header
...."RetryTime: 60\n" ."WaitTime: 60\n" ."Context: fax\n" ."Extension: 100\n" ."Set: FAXFILE=$file_dst\n" ."Set: FAXOPT(localstationid)=$_POST[mynumber]\n" ."Set: FAXOPT(headerinfo)=$_POST[mynumber] $_POST[myname] $_POST[myemail]\n" .""; ====== As you can see, I set the LOCALHEADERINFO to string I got from a web form. My fax extension for sending fax looks lik...
2014 Aug 11
2
Sending and receiving fax with Digium FFA
...d to, so the tests for sending have that one as a destination. The extension to send fax: exten => sendfax,1,Verbose(2,Sending fax) same => n,Set(faxlocation=/tmp) same => n,Set(faxfile=fax.tiff) same => n,Set(FAXOPT(headerinfo)=Testing FAX) same => n,Set(FAXOPT(localstationid)=123456) same => n,SendFax(${faxlocation}/${faxfile},d) same => n,Verbose(2, Fax Status: ${FAXOPT(error)}) I did the exact same thing, and tried sending from both a SIP channel and a DAHDI line. The weird thing is that when I am sending through Asterisk I get, as a response to fax...
2009 Dec 23
4
fax problem
Hello, I need to send a tiff via fax with my asterisk 1.6.1.0. I tried in the dialplan [default] exten => _X.,1,SendFax(/root/test.tiff) but I have: salledeconf1*CLI> console dial 111 at default [Dec 23 16:24:22] WARNING[31739]: chan_oss.c:492 setformat: Unable to re-open DSP device /dev/dsp: No such file or directory -- Executing [111 at default:1]
2007 Apr 23
1
app_rxfax produces "RTP: Received packet with bad UDP checksum"
...bout how reliable this is at the best of times, but at this point all I'm after is some guidance in interpreting the log below. What does "RTP: Received packet with bad UDP checksum" suggest? Here is the full log: -- Executing SetVar("SIP/0892130888-b27c", "LOCALSTATIONID=+61-8-9213-0889") in new stack -- Executing SetVar("SIP/0892130888-b27c", "FAXRECIPIENT=terminus") in new stack -- Executing Goto("SIP/0892130888-b27c", "faxrecv|s|1") in new stack -- Goto (faxrecv,s,1) -- Executing AGI("SIP/089...
2011 Jun 19
3
Problem with ReceiveFAX app from FFA
...BAL(LASTFAXCALLERNUM)=${CALLERID(num)}) exten => receive,n,Set(GLOBAL(LASTFAXCALLERNAME)=${CALLERID(name)}) exten => receive,n,NoOp(**** SETTING FAXOPT ****) exten => receive,n,Set(FAXOPT(ecm)=yes) exten => receive,n,Set(FAXOPT(headerinfo)=MY FAXBACK RX) exten => receive,n,Set(FAXOPT(localstationid)=15184893772) exten => receive,n,Set(FAXOPT(maxrate)=14400) exten => receive,n,Set(FAXOPT(minrate)=2400) exten => receive,n,NoOp(FAXOPT(ecm) : ${FAXOPT(ecm)}) exten => receive,n,NoOp(FAXOPT(headerinfo) : ${FAXOPT(headerinfo)}) exten => receive,n,NoOp(FAXOPT(localstationid) : ${FAXOPT...
2010 May 03
1
sending T.38 fax negotiation problem
...n GNU/Linux 5.0 ; Linux 2.6.26-2-686 #1 SMP i686 GNU/Linux Asterisk 1.6.2.6 sip.conf [TG-out] type=peer host=193.110.9.17 insecure=port,invite disallow=all allow=alaw t38pt_udptl = yes,fec,maxdatagram=400 t38pt_rtp=no t38pt_tcp=no extensions.conf [fax-out] exten => start,1,Set(CALLERID(num)=${LOCALSTATIONID}) exten => start,n,Wait(5) exten => start,n,SendFax(${TIFF}) exten => start,n,NoOp(FAX has been sent) exten => start,n,SetCDRUserField(${LOCALSTATIONID}) ;exten => start,n,ResetCDR(w) exten => start,n,Hangup() etc. Problem in short is as following: after reINVITE from Cisco to ne...