[asterisk-users] SendFAX dialplan example
bakko
asannucci at gmail.com
Fri Jan 28 06:56:15 CST 2011
Hello,
you have to use a callfile
http://www.voip-info.org/wiki/view/Asterisk+auto-dial+out
Create a callfile, for example test.txt, on /tmp directory:
Channel: SIP/providerVoIP/0317998901
Callerid: "FAX"
WaitTime: 30
Maxretries:3
RetryTime: 300
Account: 1000
Application: SendFax
Data: /var/spool/asterisk/tmp/fax.tiff
Then move the file to /var/spool/asterisk/outgoing
mv /tmp/test.txt /var/spool/asterisk/outgoing
and look at Asterisk Console.
Regards
- Andrea
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110128/5518a0e3/attachment.htm>
More information about the asterisk-users
mailing list