[Asterisk-Users] RxFax multiple pages

Vladyslav vladk at azhelp.net
Wed Oct 13 00:00:43 MST 2004


Hi All.
How to receive multiple pages with rxfax ?

Here is what I have:
exten => 10,1,Setvar(FAXFILE=/var/spool/asterisk/fax/${UNIQUEID}.tif)
exten => 10,2,Setvar(EMAILADDR=my at email.net)
exten => 10,3,rxfax(${FAXFILE})
exten => 10,4,system(/usr/local/sbin/mailfax ${FAXFILE} ${EMAILADDR}
"${CALLERIDNUM} ${CALLERID}")

mailfax is a program that converts from tiff into jpeg and send a fax to
my email.

When multiple pages were sent I received only the last one.
On the asterisk console I could see that second page is using the same
file name as the first one ( and this is a problem I think).

Does anyone have a success with that ?
-- 
Best regards
Vlad




More information about the asterisk-users mailing list