search for: recvfax

Displaying 1 result from an estimated 1 matches for "recvfax".

2014 Aug 11
2
Sending and receiving fax with Digium FFA
...8 G.711 MULTI-DOC 1 registered modules We have a fax blackbox 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 e...