El lun, 04-07-2005 a las 09:53, Paul Goodyear escribió: > Is the X100P FXO PCI Card capable of detecting a fax, answering the > call, and then emailing the fax content to an email address?
For me work fine this card, the spanDSP and the Follow these steps: /etc/asterisk/zapata.conf faxdetect=incoming /etc/asterisk/extensions.conf exten => s,1,Wait,1 Then: http://www.soft-switch.org/installing-spandsp.html http://scottstuff.net/blog/articles/2004/03/28/faxing-with-asterisk And here: http://lists.digium.com/pipermail/asterisk-users/2005-April/103817.html here, I made these changes: /usr/bin/metasend -b -F "$SENDER" -t "$RECIPIENT" \ -s "Fax de $FAXSENDER" \ -S 100000000 \ -m 'text/plain' -f "${TMPFILE}" -n \ -m 'application/pdf;name="fax'${FAXID}'.pdf"' -f "${TMPFILE_A}" \ -D 'PDF Fax Document' (because, if the *.pdf file is too large, the metasend begin to split it.) Hope that this help you. Regards, -- Ing CIP Alejandro Celi Mariátegui <[EMAIL PROTECTED]> _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
