search for: faxstatus

Displaying 18 results from an estimated 18 matches for "faxstatus".

2018 May 17
2
AMI status events with res_fax_spandsp.so
...cation from res_fax_digium.so to res_fax_spandsp.so. I have noticed that the spandsp module generates far fewer AMI status events than the Digium module and the generated events contain less information. For example when sending a fax there is no longer an event for every page. There are just a few FaxStatus events at the beginning and a couple at the end but they don?t contain many details. I can pull the required information from the Asterisk console by running fax show session <ID> but that output isn?t suitable for parsing. There doesn?t seem to be a great deal of information about res_fax_...
2010 May 02
1
working example of t38 fax w/ 1.6.2?
...test T.38 fax between 2 1.6.2 machines, using app _fax and spandsp pre17 and 20100501. The machines can't seem to get connected. send side extensions.conf: [fax-tx-test] exten=>s,1,NoOp(Context fax-tx-test) exten=>s,n,SendFAX(${FaxFile}.tif) exten=>s,n,HangUp() exten=>h,1,NoOp(FAXSTATUS: ${FAXSTATUS} FAXERROR: ${FAXERROR} FAXMODE: ${FAXMODE}) Channel:SIP/side-sip-fax Context:fax-tx-test Extension:s Priority:1 Set:FaxFile=/var/spool/asterisk/fax/20091113_1455 receive side: [incoming-fax] exten => s,1,Set(FAXFILE=/var/spool/asterisk/fax/${STRFTIME(${EPOCH},,%Y%m%d)}_${STRFTI...
2010 Mar 20
1
1.6.1.18 -> 1.6.2.6 T38 Fax: call drops
...ion failed -- Executing [s at fax-tx-test:4] Hangup("SIP/side-sip-00000009", "") in new stack == Spawn extension (fax-tx-test, s, 4) exited non-zero on 'SIP/side-sip-00000009' -- Executing [h at fax-tx-test:1] NoOp("SIP/side-sip-00000009", "FAXSTATUS: FAILED FAXERROR: The call dropped prematurely FAXMODE: T38") On the receive side: -- Executing [s at incoming-fax:2] ReceiveFAX("SIP/side-sip-00000002", "/var/spool/asterisk/fax/20100320_1705.tif") in new stack [Mar 20 17:05:34] WARNING[21512]: app_fax.c:223 phase_...
2011 Feb 21
1
Dialplan execution stops on app call even with TryExec (Am I missing something simple?)
...Exec(ReceiveFAX(${FAX_FILE_NAME},f)) exten => s,n,System(/var/www/html/vncake/cake/console/cake -app /var/www/html/vncake/app email_fax ${FAX_FILE_NAME} ${FAXPAGES} err:${FAXOPT(error)}) exten => s,n,Set(FAXDELIVERED=yes) exten => s,n,ExecIf($["${FAXOPT(error)}"=""]?Set(FAXSTATUS=FAILED LICENSE EXCEEDED)) exten => s,n,ExecIf($["${FAXOPT(error)}"!="" && "${FAXOPT(error)}"!="NO_ERROR"]?Set(FAXSTATUS="FAILED FAXOPT: error: ${FAXOPT(error)} status: ${FAXOPT(status)} statusstr: ${FAXOPT(statusstr)}")) exten => s,n,H...
2015 Jun 25
2
Receiving faxes with spandsp question
...ax,1,Verbose(3,Incoming Fax) same => n,Set(FAXDEST=/tmp) ; folder where faxes will be stored same => n,Set(tempfax=${STRFTIME(,,%C%y%m%d%H%M)}) same => n,ReceiveFax(${FAXDEST}/${tempfax}.tif) same => n,Verbose(3, - Fax receipt completed with status: ${FAXSTATUS}) Well, that didn?t work. Trying to send fax - it was going to my autoattendant and never triggered fax. So, I made a change like so: 3. Changed extensions.conf [from-callcentric] ; FAX handling stuff AS IN BOOK exten => s,1,Verbose(3,Incoming Fax) same => n,Set(FAXDEST=/tmp) ;...
2015 Jun 05
0
11.17.1 : ReceiveFax then signal 11 ??
dialplan [FaxIncoming] exten=s,1,NoOp(Incoming fax on 46-va) same=n,Set(FAXFILE=/var/spool/asterisk/fax/${STRFTIME(${EPOCH},,%Y%m%d)}_${STRFTIME(${EPOCH},,%H%M)}) same=n,Answer() same=n,ReceiveFAX(${FAXFILE}.tif,df) same=n,Hangup() exten=>h,1,NoOp(FAXSTATUS: ${FAXSTATUS} FAXERROR: ${FAXERROR} FAXPAGES: ${FAXPAGES} @ bitrate ${FAXBITRATE}) same=n,System(scp ${FAXFILE}.tif asterisk at asterisk:/home/asterisk/ec2fax/ ) same=n,System(ssh asterisk at asterisk "/home/asterisk/bin/email-ec2fax.sh ${FAXFILE} ${CALLERID(name)} ${CALLERID(num) &...
2011 Jun 30
0
SendFax: not setting the fax header
...100,1,System(/usr/local/bin/pdf2fax.sh ${FAXFILE}) exten => 100,n,Wait(1) exten => 100,n,Verbose(${BOUNDARY} ${FAXOPT(localstationid)} ${FAXOPT(headerinfo)}) exten => 100,n,Verbose(${BOUNDARY} ${FAXFILE}) exten => 100,n,SendFAX(${FAXFILE}converted) exten => 100,n,Verbose(1,### FAXSTATUS: ${FAXSTATUS}) exten => 100,n,Verbose(1,### FAXERROR: ${FAXERROR}) exten => 100,n,Verbose(1,### FAXMODE: ${FAXMODE}) exten => 100,n,Verbose(1,### FAXPAGES: ${FAXPAGES}) exten => 100,n,Verbose(1,### FAXBITRATE: ${FAXBITRATE}) exten => 100,n,Verbose(1,### F...
2012 Mar 18
1
10.2.1 res_fax : "Unexpected command after page received..."
...uot;) in new stack -- Channel 'IAX2/FaxIAX-4579' receiving FAX '/var/spool/asterisk/fax/20120317_1820.tif' -- Auto fallthrough, channel 'IAX2/FaxIAX-4579' status is 'UNKNOWN' -- Executing [h at incoming-fax:1] NoOp("IAX2/FaxIAX-4579", "FAXSTATUS: FAILED FAXERROR: Unexpected command after page received FAXPAGES: 0 @ bitrate 9600") in new stack FWIW, ping times from the asterisk box and the iax provider are < 15ms, usually around 10ms. Any thoughts? sean
2010 Nov 18
2
ISDN-FAX with Asterisk
Hi everybody, since some time I am looking for a current and reliable solution to send and receive faxes (probably fax-2-mail and mail-2-fax) in conjunction with Asterisk. For testing I am using a HFC-ISDN passive PCI-card, in production a Digium Dual T1/E1 PCI-card will be used. I run CentOS 5.5 (Kernel 2.6.18) and Asterisk 1.4 (but I also can use 1.8) but did not find any solution where I
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 05
6
Still on spandsp/app_fax and T.38
This message is pointed directly to Steve Underwood. I tought it would not be nice to directly email him with a question that interests a good part of the Asterisk community, so here it is. :) Steve, remember a few days ago when we discussed about issues on Asterisk 1.6.1.13 and T.38 fax reception? Well I opened an issue on Mantis (https://issues.asterisk.org/view.php?id=16756) and turns out it
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
2014 Sep 21
1
error receiving a fax ... but with a fax that was received without problems
...same => n,Set(FAXDEST=/tmp) same => n,Set(tempfax=${STRFTIME(,,%C%y%m%d%H%M)}) same => n,Verbose(3,- destination: ${FAXDEST}/${tempfax}.tif) same => n,ReceiveFax(${FAXDEST}/${tempfax}.tif) same => n,Verbose(3,- Fax receipt completed with status: ${FAXSTATUS}) same => n,Verbose(3,converting fax) same => n,System(/usr/bin/tiff2pdf ${FAXDEST}/${tempfax}.tif -o ${FAXDEST}/${tempfax}.pdf) same => n,Verbose(3,fax converted ... sending fax) same => n,System(echo "[TC] new fax" | mutt -s "TC:fax f...
2009 Jul 22
2
Waiting for a call to complete with AMI Originate
Hello, I'm using an AMI Originate command to send a fax. The fax is sent by a script, and I'd like my script to send the fax, wait until it has succeeded or failed, then exit with an appropriate error code (it is driven by a mail system, so the exit code will tell the mail system whether to retry the fax later). The script works great if the fax succeeds, or if the line is busy or
2015 Apr 01
0
ReceiveFax() fails over Dial()
...001;2' in macro 'faxproceed' [Apr 1 11:13:16] == Spawn extension (fax, 0XXXXXX40, 11) exited non-zero on 'Local/0XXXXXX40 at x-xxx-companyXXXXX-00000001;2' [Apr 1 11:13:16] -- Executing [h at fax:1] NoOp("Local/0XXXXXX40 at x-xxx-companyXXXXX-00000001;2", "FAXSTATUS: FAILED, FAXERROR: Timed out waiting for the first message,FAXMODE: , REMOTESTATIONID: , FAXPAGES:0, FAXBITRATE: 14400, FAXRESOLUTION:0x0") in new stack [...] Thank you for your hints! Greetings Dominique
2010 Feb 02
4
Asterisk 1.6.1.13 and T.38 faxing
...x] exten => s,1,Set(DB(fax/count)=$[${DB(fax/count)} + 1]) exten => s,n,Set(FAXCOUNT=${DB(fax/count)}) exten => s,n,Set(FAXFILE=fax-${DB(fax/count)}-rx) exten => s,n,Answer() exten => s,n,Wait(3) exten => s,n,ReceiveFAX(/var/spool/asterisk/fax/${FAXFILE}.tif) exten => s,n,NoOp(FAXSTATUS = ${FAXSTATUS}) exten => s,n,NoOp(FAXERROR = ${FAXERROR}) exten => s,n,NoOp(CALLID = ${CALLERID(name)} ${CALLERID(num)} ${REMOTESTATIONID}) exten => s,n,NoOp(FAXPAGES = ${FAXPAGES}) exten => s,n,NoOp(FAXBITRATE = ${FAXBITRATE}) exten => s,n,NoOp(FAXRESOLUTION = ${FAXRESOLUTION}) exte...
2011 Jan 20
5
ReceiveFax
Hi all, I realize that the application Receivefax can't handle with more than one fax at the same time. In a environment with a lot of fax, some caller get the signal but the operation can't be completed. Is there a way to send busy tone to the second caller? Att, Flavio Roberto Miranda MSN:flaviormiranda at hotmail.com Skype: flaviormiranda -------------- next part
2006 Nov 20
3
Spandsp rxfax txtax fails no errors
I'm using Slackware 11. I unistalled the package that provides libtiff 3.8..... and installed the most current 3.7.... for lib tiff. I downloaded asterisk 1.4 beta3 and the 1.4 beta2 addons and untared them. created a simlink: ln -s asterisk-1.4.0-beta3 asterisk I've compiled spandsp from as follows cd /usr/src wget