search for: faxdest

Displaying 5 results from an estimated 5 matches for "faxdest".

2014 Sep 21
1
error receiving a fax ... but with a fax that was received without problems
...: 'NO_ERROR', pages: 1, resolution: '204x196', transfer rate: '14400', remoteSID: '059323634' * == *Spawn extension (LocalSets, 502, 5) exited non-zero on 'DAHDI/4-1' Extensions-snippet exten => 502,1,Verbose(3,Incoming Fax) 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...
2015 Jun 25
2
Receiving faxes with spandsp question
...ions: 1. In sip.conf [general] I added: ;FAX stuff faxdetect=yes t38pt_udptl=yes 2. In extensions.conf I hade something like this: [from-callcentric] exten => s,1,Goto(automated_attendant,s,1) ; FAX handling stuff AS IN BOOK exten => fax,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...
2014 Aug 11
2
Sending and receiving fax with Digium FFA
...lackbox through which I'm trying to send faxes to the Asterisk server. Every time that I send a fax I get a timeout error. Been tinkering with the settings and whatnot to get it working. The extension to receive fax: exten => recvfax,1,Verbose(2,Receiving fax) same => n,Set(FAXDEST=/tmp/fax) same => n,Set(tempfax=${STRFTIME(,,%C%y%m%d%H%M)}) same => n,Wait(8) same => n,ReceiveFax(${FAXDEST}/${tempfax}.tiff,f,d) It's without most of the tinkering I've done, which are: setting ecm to no, tweaking the min/max rate and other things. Also,...
2013 Jun 19
6
Mailing a fax with mutt does not succeed
..., 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 gmail.com -a ${FAXDEST}/${tempfax}.tif) I'm using Asterisk 1.8.19.0 on Debian 6.0.6, Asterisk was installed by root. Any hint will be appreciated. Elder D. Arohuanca Lima - Peru -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/atta...
2013 Feb 24
0
Detecting fax without Aswer()ing the call first?
...ax,1") in new stack -- Executing [fax at receive-fax:1] Verbose("SIP/66.193.176.35-000000b8", "3,Incoming fax from 18009806858") in new stack -- Incoming fax from 18009806858 -- Executing [fax at receive-fax:2] Set("SIP/66.193.176.35-000000b8", "FAXDEST=/var/spool/fax/incoming") in new stack -- Executing [fax at receive-fax:3] Set("SIP/66.193.176.35-000000b8", "FAX-FILENAME=20130224-170534 Incoming Fax") in new stack -- Executing [fax at receive-fax:4] ReceiveFAX("SIP/66.193.176.35-000000b8", "/var...