Is the X100P FXO PCI Card capable of detecting a fax, answering the call, and then emailing the fax content to an email address? Thanks. Paul.
Paul Goodyear wrote:>Is the X100P FXO PCI Card capable of detecting a fax, answering the >call, and then emailing the fax content to an email address? > >Thanks. > >Paul. >Yeah I recall there is a module for asterisk to do this. Search the list archives.
> Is the X100P FXO PCI Card capable of detecting a fax, answering the > call, and then emailing the fax content to an email address?Yes, using spandsp. My own experience has beent his works on receive 80% of the time. Some machines never are able to sync with it somehow. That's just my experience.
> Would it be possible to see your fax sections in your Extensions.conf > file to see what you have there?This is a good place to start: http://scottstuff.net/blog/articles/category/Asterisk?page=4
> Is the X100P FXO PCI Card capable of detecting a fax, answering the > call, and then emailing the fax content to an email address?I haven't tested the digium x100p for several months, but I believe it has the same issue as the TDM card relating to missed data frames across the pci bus.
Ing CIP Alejandro Celi MariƔtegui
2005-Jul-04 11:54 UTC
[Asterisk-Users] X100P FXO PCI Card + Incoming Fax
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 <alex@linux.org.pe>