hello,<br>
<br>
been playing with spandsp, and rxfax.&nbsp; seems to work well.<br>
<br>
i have not been able to run the mailfax command successfully from within asterisk.<br>
<br>
[jeff-fax-in]<br>
exten =&gt; s,1,SetVar(FAXFILE=/var/spool/asterisk-fax/${UNIQUEID}.tif)<br>
exten =&gt; s,2,rxfax(${FAXFILE})<br>
exten =&gt; h,1,system(/usr/bin/mailfax.sh ${FAXFILE} <a href="mailto:blah@blah.com">blah@blah.com</a> ${CALLERIDNUM})<br>
<br>
<br>
the console shows this command executing but i never get the email<br>
<br>
however i can cut the command from the console, paste it to the command line and it works perfectly<br>
such as:<br>
/usr/bin/mailfax.sh /var/spool/asterisk-fax/1131570962.919.tif <a href="mailto:blah@blah.com">blah@blah.com</a> 205550011<br>
<br>
<br>
a little more testing shows me that at the command line:<br>
/bin/sh -c /usr/bin/mailfax.sh /var/spool/asterisk-fax/1131570962.919.tif <a href="mailto:blah@blah.com">blah@blah.com</a> 2055550011<br>
<br>
fails though, which from what i read is how asterisk sends my arguments to the command line.<br>
<br>
I've tried all sort of combinations of quotes and no quotes but can get anything to work.<br>
<br>
anyone have an idea as to what im failing to do to get the arguments passed thru the system command correctly?<br>
running CVS-v1-0-02/19/05-13:29:39<br>
<br>
Thanks,<br>
Jeff<br>