I have some questions about the T.38 faxing capability. I have been able to successfully setup the inbound receive fax. However, I am having problems tracking down the format of the outbound extensions.conf SendFAX command. I have looked at the code and it looks like it only takes a single parameter, a file name. But the attempts I have tried seem unsucessful. I have tried dialing out and then calling SendFAX and calling SendFAX before the dial. No success. Can someone please provide me with an extensions.conf example of how to use SendFAX? Thank you. Jonathan Augenstine -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090313/2185f453/attachment.htm
jonathan augenstine
2009-Mar-14 06:12 UTC
[asterisk-users] [Asterisk-users] SendFAX/T.38 question
I have some questions about the T.38 faxing capability. I have been able to successfully setup the inbound receive fax. However, I am having problems tracking down the format of the outbound extensions.conf SendFAX command. I have looked at the code and it looks like it only takes a single parameter, a file name. But the attempts I have tried seem unsucessful. I have tried dialing out and then calling SendFAX and calling SendFAX before the dial. No success. Can someone please provide me with an extensions.conf example of how to use SendFAX? Thank you. Jonathan Augenstine -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090313/2d84e94d/attachment.htm
Dovid Bender
2009-Jul-10 09:13 UTC
[asterisk-users] [Asterisk-users] SendFAX/T.38 question
How about: Exten => _X.,3,Dial(SIP/${EXTEN}@carrier,60,M(fax-out)) [macro-fax-out] exten => s,1,Set(FAXFILE=/root/test.tif) exten => s,2,Set(LOCALHEADERINFO=WHO CARES WHO I AM ?) exten => s,3,Set(LOCALSTATIONID=1-800-Who-CARES) exten => s,4,SendFax(${FAXFILE}) ----- Original Message ----- From: jonathan augenstine To: asterisk-users at lists.digium.com Sent: Saturday, March 14, 2009 09:12 Subject: [asterisk-users] [Asterisk-users] SendFAX/T.38 question I have some questions about the T.38 faxing capability. I have been able to successfully setup the inbound receive fax. However, I am having problems tracking down the format of the outbound extensions.conf SendFAX command. I have looked at the code and it looks like it only takes a single parameter, a file name. But the attempts I have tried seem unsucessful. I have tried dialing out and then calling SendFAX and calling SendFAX before the dial. No success. Can someone please provide me with an extensions.conf example of how to use SendFAX? Thank you. Jonathan Augenstine ------------------------------------------------------------------------------ _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090710/2a6878e9/attachment.htm