[Asterisk-Users] SpanDSP rxfax, no tiff.

Eddie tradesearch at gmail.com
Wed Jul 13 21:14:55 MST 2005


Hello Rob,

/usr/local/sbin/mailfax will execute mime-construct program. Have you
installed mime-construct?

Your dialplan should be:
[macro-faxreceive]
exten => s,1,SetVar(FAXFILE=/var/spool/asterisk/asterisk-fax/${UNIQUEID}.tif)
exten => s,2,rxfax(${FAXFILE})
exten => s,3,SetVar(EMAILADDR=yyyy at zzzzzzzzz.com)

Notice the "SetVar" instead of "Set" in your script.



More information about the asterisk-users mailing list