Displaying 1 result from an estimated 1 matches for "extensions_fax".
2007 Nov 14
0
Help in getting a dialplan to produce the right CDR info
...fax crash), calling a 'fax extension'
and envoking rxfax then email.
I leverage off of context: from-internal-additional-custom, so as not to
have it overwritten by FreePBX.
In extension_custom.conf I have:
[from-internal-additional-custom]
include => ext-local-fax-custom
#include extensions_fax.conf
[custom-fax1]
exten => s,1,Answer
exten => s,n,StopPlayTones
exten => s,n,Set(FAXFILE=/var/spool/asterisk/fax/${UNIQUEID}.tif)
exten => s,n,rxfax(${FAXFILE})
exten => s,n,Hangup
exten => h,1,system(/var/lib/asterisk/bin/fax-process.pl --to
${FAX_TO_EMAIL} --from ${FAX_RX_FR...