<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" has no member named 'column_resolution'</div>
<div> </div>
<div>where should I get the proper app_rxfax.c and app_txfax.c? thanks.<br><br> </div>
<div><span class="gmail_quote">On 7/12/06, <b class="gmail_sendername">Maxim Vexler</b> <<a href="mailto:hq4ever@gmail.com">hq4ever@gmail.com</a>> 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 <<a href="mailto:alegator23@yahoo.com">alegator23@yahoo.com</a>> wrote:<br>><br>
> Hi all<br>><br>> I need a help with asterisk+fax -> fax to email<br>> I am trying to setup fax to email with asterisk with no success.<br>><br>> I have asterisk <a href="http://1.2.9.1">1.2.9.1</a> running on CentOS
<br>> i have created extension 300 which should receive faxes.<br>><br>> extensions.conf<br>> -----------------------------<br>> exten => 300,1,Goto(fax,s,1)<br>> exten => 300,2,Congestion<br>> exten => 300,3,Hangup
<br>><br>> exten => s,1,Macro(faxreceive)<br>> exten => h,1,system(/usr/bin/mail -s "Fax from ${CALLERIDNUM}<br>> ${CALLERIDNAME}" ${EMAILADDR} < ${FAXFILE})<br>><br>> [macro-faxreceive]
<br>> exten =><br>> s,1,Set(FAXFILE=/var/spool/asterisk/fax/${UNIQUEID}.tif)<br>> exten => s,2,Set(EMAILADDR=${FAX_RX_EMAIL})<br>> exten => s,3,rxfax(${FAXFILE}|debug)<br>> exten => s,103,Set(EMAILADDR=${FAX_RX_EMAIL})
<br>> exten => s,104,Goto(3)<br>><br>><br>> When i am trying to call 300 extension i am receiving broken fax noise.<br>> in addition on the CLI> i see the next line<br>> Executing RxFAX("SIP/5060-08d6f170",
<br>> "/var/spool/asterisk/fax/1152714504.466.tif|debug") in new<br>> stack<br>><br>> But the file never been created.<br>><br>><br>> In /var/log/asterisk/full i see these lines:<br>><br>
> Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier down<br>> Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier up<br>> Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier down<br>> Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier up
<br>> Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier down<br>> Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier up<br>> Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier down<br>
> Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier up<br>> Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier down<br>> Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier up<br>> Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier down
<br>> Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier up<br>> Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier down<br>> Jul 12 17:28:24 DEBUG[25029] app_rxfax.c: FLOW HDLC carrier up<br>>
<br>><br>> Any help with fax to email with Asterix will be appreciated.<br>><br>><br>><br>> ________________________________<br>> Do you Yahoo!?<br>> Everyone is raving about the all-new Yahoo! Mail Beta.
<br>><br>><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>><br>> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>><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 "fax" in your
<br>"default" 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>"Free as in Freedom" - 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> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>