<div>Hi, I was unable to build asterisk app_rxfax using asterisk-1.2.9.1 and spandsp-0.0.3</div>
<div>the makeing process kept giving me error:</div>
<div>app_rxfax.c: error: 't30_stats_t&quot; has no member named 'column_resolution'</div>
<div>&nbsp;</div>
<div>where should I get the proper app_rxfax.c and app_txfax.c? thanks.<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 7/12/06, <b class="gmail_sendername">Maxim Vexler</b> &lt;<a href="mailto:hq4ever@gmail.com">hq4ever@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On 7/12/06, al gav &lt;<a href="mailto:alegator23@yahoo.com">alegator23@yahoo.com</a>&gt; wrote:<br>&gt;<br>
&gt; Hi all<br>&gt;<br>&gt; I need a help with asterisk+fax -&gt; fax to email<br>&gt; I am trying to setup fax to email with asterisk with no success.<br>&gt;<br>&gt; I have asterisk <a href="http://1.2.9.1">1.2.9.1</a> running on CentOS
<br>&gt; i have created extension 300 which should receive faxes.<br>&gt;<br>&gt; extensions.conf<br>&gt; -----------------------------<br>&gt; exten =&gt; 300,1,Goto(fax,s,1)<br>&gt; exten =&gt; 300,2,Congestion<br>&gt; exten =&gt; 300,3,Hangup
<br>&gt;<br>&gt; exten =&gt; s,1,Macro(faxreceive)<br>&gt; exten =&gt; h,1,system(/usr/bin/mail -s &quot;Fax from ${CALLERIDNUM}<br>&gt; ${CALLERIDNAME}&quot; ${EMAILADDR} &lt; ${FAXFILE})<br>&gt;<br>&gt; [macro-faxreceive]
<br>&gt; exten =&gt;<br>&gt; s,1,Set(FAXFILE=/var/spool/asterisk/fax/${UNIQUEID}.tif)<br>&gt; exten =&gt; s,2,Set(EMAILADDR=${FAX_RX_EMAIL})<br>&gt; exten =&gt; s,3,rxfax(${FAXFILE}|debug)<br>&gt; exten =&gt; s,103,Set(EMAILADDR=${FAX_RX_EMAIL})
<br>&gt; exten =&gt; s,104,Goto(3)<br>&gt;<br>&gt;<br>&gt; When i am trying to call 300 extension i am receiving broken fax noise.<br>&gt; in addition on the CLI&gt; i see the next line<br>&gt;&nbsp;&nbsp;Executing RxFAX(&quot;SIP/5060-08d6f170&quot;,
<br>&gt; &quot;/var/spool/asterisk/fax/1152714504.466.tif|debug&quot;) in new<br>&gt; stack<br>&gt;<br>&gt; But the file never been created.<br>&gt;<br>&gt;<br>&gt; In /var/log/asterisk/full i see these lines:<br>&gt;<br>
&gt; Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier down<br>&gt; Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier up<br>&gt; Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier down<br>&gt; Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier up
<br>&gt; Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier down<br>&gt; Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier up<br>&gt; Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier down<br>
&gt; Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier up<br>&gt; Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier down<br>&gt; Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier up<br>&gt; Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier down
<br>&gt; Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier up<br>&gt; Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier down<br>&gt; Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier up<br>&gt;
<br>&gt;<br>&gt; Any help with fax to email with Asterix will be appreciated.<br>&gt;<br>&gt;<br>&gt;<br>&gt;&nbsp;&nbsp;________________________________<br>&gt; Do you Yahoo!?<br>&gt;&nbsp;&nbsp;Everyone is raving about the all-new Yahoo! Mail Beta.
<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br>&gt;<br>&gt; asterisk-users mailing list<br>&gt; To UNSUBSCRIBE or update options visit:
<br>&gt;<br>&gt; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt;<br><br>Well, the fact that you are calling the extension and hear the fax
<br>signaling shows the that rxfax application is working, so far so good.<br><br>Have you set faxdetect=incoming in /etc/asterisk/zapata.conf ?<br>Also note that you need to have an extension named &quot;fax&quot; in your
<br>&quot;default&quot; context.<br><br>Also look at <a href="http://www.voip-info.org/wiki-Asterisk+fax">http://www.voip-info.org/wiki-Asterisk+fax</a> for helping info.<br><br>--<br>Cheers,<br>Maxim Vexler<br><br>&quot;Free as in Freedom&quot; - Do u GNU ?
<br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:
<br>&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>