Hello srinivas,<br><br>I have the same issue on my Asterisk installation (Asterisk 1.4.25).<br><br>Today i&#39;ve updated both res_fax.so and res_fax_digium to latest version but no success.<br><br>pfunitasbh*CLI&gt; fax show version<br>

FAX For Asterisk Components:<br>    Applications: 1.4_1.1.6<br>    Digium FAX Driver: 1.4_1.1.6 (optimized for pentium_m_32)<br><br><br>Did you checked in Asterisk Console if the T38 module of free fax is enabled?<br><br>

&quot;fax show capabilities&quot;<br><br><br>My Output:<br>--------------------------------------<br>Registered FAX Technology Modules:<br><br>Type            : DIGIUM<br>Description     : Digium FAX Driver<br>Capabilities    : SEND RECEIVE G.711<br>

<br>--------------------------------------<br><br><br>On another installation (output found on google) the response of command is:<br>--------------------------------------
<br>
Registered Fax Technology Modules:<br>
 
<br>
Type            : T.38<br>
<br>
Description     : Digium Fax T.38 Driver<br>
<br>
Capabilities    : SEND, RECEIVE, UDP<br>

<br>
Type            : G.711<br>
<br>
Description     : Digium Fax G.711 Driver<br>
<br>
Capabilities    : SEND, RECEIVE <br>--------------------------------------<br><br><br>As you can see, the T38 module isn&#39;t enabled on my installation. Tried ask google how to make it work, but found no hints yet.<br>

<br><br>Anyone can help us?<br><br><br>Thanks!<br><br><span style="color: rgb(51, 51, 51); font-family: &#39;Lucida Grande&#39;,&#39;Trebuchet MS&#39;,Verdana,Helvetica,Arial,sans-serif; font-size: 13px; line-height: 18px;"><font color="#888888"></font></span><br clear="all">

Daniel Araujo<br>&quot;May the Source be With You!&quot;<br><br>Linux user #433396<br><a href="http://counter.li.org">http://counter.li.org</a><br>
<br><br><div class="gmail_quote">2010/1/4 srinivas Antarvedi <span dir="ltr">&lt;<a href="mailto:srinivas.antarvedi@gmail.com">srinivas.antarvedi@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<span style="color: rgb(51, 51, 51); font-family: &#39;Lucida Grande&#39;,&#39;Trebuchet MS&#39;,Verdana,Helvetica,Arial,sans-serif; font-size: 13px; line-height: 18px;">Hello users,<br style="margin: 0px; padding: 0px;">


<br style="margin: 0px; padding: 0px;">Recently i have installed the free version of FaxForAsterisk and trying to work with it by sending a fax<br style="margin: 0px; padding: 0px;">
on T38. <br style="margin: 0px; padding: 0px;"><br style="margin: 0px; padding: 0px;">
My version information is as follows<br style="margin: 0px; padding: 0px;"><br style="margin: 0px; padding: 0px;">
i)Asterisk 1.6.0.20<br style="margin: 0px; padding: 0px;">ii)res_fax-1.6.0.14_1.1.6-x86_32<br style="margin: 0px; padding: 0px;">
iii)res_fax_digium-1.6.0.14_1.1.6-i686_32<br style="margin: 0px; padding: 0px;"><br style="margin: 0px; padding: 0px;">
sip.conf<br style="margin: 0px; padding: 0px;">[general]<br style="margin: 0px; padding: 0px;">
t38pt_udptl=yes<br style="margin: 0px; padding: 0px;"><br style="margin: 0px; padding: 0px;">
extensions.conf<br style="margin: 0px; padding: 0px;">[default]<br style="margin: 0px; padding: 0px;">
exten =&gt; _XXXXXXXXXX,1,NoOp(Fax Incoming Call)<br style="margin: 0px; padding: 0px;">exten =&gt; _XXXXXXXXXX,n,GoTo(faxin,${EXTEN},1)<br style="margin: 0px; padding: 0px;">
<br style="margin: 0px; padding: 0px;">[faxin]<br style="margin: 0px; padding: 0px;">
exten =&gt; _XXXXXXXXXX,1,NoOp(This is ReceiveFAX application Testing)<br style="margin: 0px; padding: 0px;">
exten =&gt; _XXXXXXXXXX,n,Wait(6)<br style="margin: 0px; padding: 0px;">exten =&gt; _XXXXXXXXXX,n,NoOp(******* SETTING FAXOPTS *********)<br style="margin: 0px; padding: 0px;">
exten =&gt; _XXXXXXXXXX,n,Set(FAXOPT(ecm)=yes)<br style="margin: 0px; padding: 0px;">exten =&gt; _XXXXXXXXXX,n,Set(FAXOPT(localstationid)= 1234567890)<br style="margin: 0px; padding: 0px;">
exten =&gt; _XXXXXXXXXX,n,Set(FAXOPT(maxrate)=14400)<br style="margin: 0px; padding: 0px;">exten =&gt; _XXXXXXXXXX,n,Set(FAXOPT(minrate)=2400)<br style="margin: 0px; padding: 0px;">
exten =&gt; _XXXXXXXXXX,n,Set(FAXOPT(modem)=V17)<br style="margin: 0px; padding: 0px;">exten =&gt; _XXXXXXXXXX,n,Wait(6)<br style="margin: 0px; padding: 0px;">
exten =&gt; _XXXXXXXXXX,n,NoOp(********* RECEIVING FAX *********)<br style="margin: 0px; padding: 0px;">
exten =&gt; _XXXXXXXXXX,n,ReceiveFAX(/root/receivefax.tif)<br style="margin: 0px; padding: 0px;">
<br style="margin: 0px; padding: 0px;"><br style="margin: 0px; padding: 0px;">
exten =&gt; h,1,NoOp(FAXOPT(ecm) : ${FAXOPT(ecm)})<br style="margin: 0px; padding: 0px;">exten =&gt; h,n,NoOp(FAXOPT(filename) : ${FAXOPT(filename)})<br style="margin: 0px; padding: 0px;">
exten =&gt; h,n,NoOp(FAXOPT(headerinfo) : ${FAXOPT(headerinfo)})<br style="margin: 0px; padding: 0px;">
exten =&gt; h,n,NoOp(FAXOPT(locastationid) : ${FAXOPT(localstationid)})<br style="margin: 0px; padding: 0px;">
exten =&gt; h,n,NoOp(FAXOPT(maxrate) : ${FAXOPT(maxrate)})<br style="margin: 0px; padding: 0px;">
exten =&gt; h,n,NoOp(FAXOPT(minrate) : ${FAXOPT(minrate)})<br style="margin: 0px; padding: 0px;">
exten =&gt; h,n,NoOp(FAXOPT(pages) : ${FAXOPT(pages)})<br style="margin: 0px; padding: 0px;">exten =&gt; h,n,NoOp(FAXOPT(rate) : ${FAXOPT(rate)})<br style="margin: 0px; padding: 0px;">
exten =&gt; h,n,NoOp(FAXOPT(remotestationid): ${FAXOPT(remotestationid)})<br style="margin: 0px; padding: 0px;">
exten =&gt; h,n,NoOp(FAXOPT(resolution) : ${FAXOPT(resolution)})<br style="margin: 0px; padding: 0px;">
exten =&gt; h,n,NoOp(FAXOPT(status) : ${FAXOPT(status)})<br style="margin: 0px; padding: 0px;">
exten =&gt; h,n,NoOp(FAXOPT(statusstr) : ${FAXOPT(statusstr)})<br style="margin: 0px; padding: 0px;">
exten =&gt; h,n,NoOp(FAXOPT(err) : ${FAXOPT(error)})<br style="margin: 0px; padding: 0px;"><br style="margin: 0px; padding: 0px;">
<br style="margin: 0px; padding: 0px;">and my asterisk cli information is as follows<br style="margin: 0px; padding: 0px;">
<br style="margin: 0px; padding: 0px;">asterisk CLI&gt;fax show version<br style="margin: 0px; padding: 0px;">
FAX For Asterisk Components:<br style="margin: 0px; padding: 0px;">Applications: 1.6.0.14_1.1.6<br style="margin: 0px; padding: 0px;">
Digium FAX Driver: 1.6.0.14_1.1.6 (optimized for i686_32)<br style="margin: 0px; padding: 0px;">
<br style="margin: 0px; padding: 0px;">Using SIP RTP CoS mark 5<br style="margin: 0px; padding: 0px;">
== Using UDPTL CoS mark 5<br style="margin: 0px; padding: 0px;">-- Executing [2016289913@default:1] NoOp(&quot;SIP/204.16.59.19-00000014&quot;, &quot;Fax Incoming Call&quot;) in new stack<br style="margin: 0px; padding: 0px;">


-- Executing [2016289913@default:2] Goto(&quot;SIP/204.16.59.19-00000014&quot;, &quot;faxin,2016289913,1&quot;) in new stack<br style="margin: 0px; padding: 0px;">
-- Goto (faxin,2016289913,1)<br style="margin: 0px; padding: 0px;">-- Executing [2016289913@faxin:1] NoOp(&quot;SIP/204.16.59.19-00000014&quot;, &quot;This is ReceiveFAX application Testing&quot;) in new stack<br style="margin: 0px; padding: 0px;">


-- Executing [2016289913@faxin:2] Wait(&quot;SIP/204.16.59.19-00000014&quot;, &quot;6&quot;) in new stack<br style="margin: 0px; padding: 0px;">
-- Executing [2016289913@faxin:3] NoOp(&quot;SIP/204.16.59.19-00000014&quot;, &quot;******* SETTING FAXOPTS *********&quot;) in new stack<br style="margin: 0px; padding: 0px;">
-- Executing [2016289913@faxin:4] Set(&quot;SIP/204.16.59.19-00000014&quot;, &quot;FAXOPT(ecm)=yes&quot;) in new stack<br style="margin: 0px; padding: 0px;">
-- Executing [2016289913@faxin:5] Set(&quot;SIP/204.16.59.19-00000014&quot;, &quot;FAXOPT(localstationid)= 1234567890&quot;) in new stack<br style="margin: 0px; padding: 0px;">
-- Executing [2016289913@faxin:6] Set(&quot;SIP/204.16.59.19-00000014&quot;, &quot;FAXOPT(maxrate)=14400&quot;) in new stack<br style="margin: 0px; padding: 0px;">
-- Executing [2016289913@faxin:7] Set(&quot;SIP/204.16.59.19-00000014&quot;, &quot;FAXOPT(minrate)=2400&quot;) in new stack<br style="margin: 0px; padding: 0px;">
-- Executing [2016289913@faxin:8] Set(&quot;SIP/204.16.59.19-00000014&quot;, &quot;FAXOPT(modem)=V17&quot;) in new stack<br style="margin: 0px; padding: 0px;">
-- Executing [2016289913@faxin:9] Wait(&quot;SIP/204.16.59.19-00000014&quot;, &quot;6&quot;) in new stack<br style="margin: 0px; padding: 0px;">
-- Executing [2016289913@faxin:10] NoOp(&quot;SIP/204.16.59.19-00000014&quot;, &quot;********* RECEIVING FAX *********&quot;) in new stack<br style="margin: 0px; padding: 0px;">
-- Executing [2016289913@faxin:11] ReceiveFAX(&quot;SIP/204.16.59.19-00000014&quot;, &quot;/root/receivefax.tif&quot;) in new stack<br style="margin: 0px; padding: 0px;">
-- Channel &#39;SIP/204.16.59.19-00000014&#39; receiving FAX &#39;/root/receivefax.tif&#39;<br style="margin: 0px; padding: 0px;">
[Dec 31 17:39:55] NOTICE[23578]: res_fax.c:712 generic_fax_exec: Negotiating T.38 for receive on SIP/204.16.59.19-00000014<br style="margin: 0px; padding: 0px;">
[Dec 31 17:39:55] NOTICE[23578]: res_fax.c:779 generic_fax_exec: Negotiated T.38 for receive on SIP/204.16.59.19-00000014<br style="margin: 0px; padding: 0px;">
-- Channel &#39;SIP/204.16.59.19-00000014&#39; FAX session &#39;14&#39; started<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 000.000103 ], STAT_EVT_STRT_RX st: IDLE rt: IDLENSRX<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 000.000165 ], STAT_EVT_RX_HW_RDY st: WT_RX_HW_RDY rt: RRDYNHRY<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 000.000194 ], STAT_INFO_CSI<br style="margin: 0px; padding: 0px;">-- FAX handle 0: [ 000.000246 ], STAT_INFO_DIS<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 005.252355 ], STAT_EVT_TX_V21_DONE st: WT_DIS_RSP rt: WDSRNT21<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 008.502165 ], STAT_EVT_T4_EXP st: WT_DIS_RSP rt: XXXXNT4X<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 008.502187 ], STAT_EVT_FSC_ERR st: WT_DIS_RSP rt: RXXXNFRX<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 008.502203 ], STAT_INFO_CSI<br style="margin: 0px; padding: 0px;">-- FAX handle 0: [ 008.502254 ], STAT_INFO_DIS<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 010.671745 ], STAT_EVT_TX_V21_DONE st: WT_DIS_RSP rt: WDSRNT21<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 014.001042 ], STAT_EVT_T4_EXP st: WT_DIS_RSP rt: XXXXNT4X<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 014.001060 ], STAT_EVT_FSC_ERR st: WT_DIS_RSP rt: RXXXNFRX<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 014.001072 ], STAT_INFO_CSI<br style="margin: 0px; padding: 0px;">-- FAX handle 0: [ 014.001116 ], STAT_INFO_DIS<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 016.172621 ], STAT_EVT_TX_V21_DONE st: WT_DIS_RSP rt: WDSRNT21<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 019.502918 ], STAT_EVT_T4_EXP st: WT_DIS_RSP rt: XXXXNT4X<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 019.502934 ], STAT_EVT_FSC_ERR st: WT_DIS_RSP rt: RXXXNFRX<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 019.502944 ], STAT_INFO_CSI<br style="margin: 0px; padding: 0px;">-- FAX handle 0: [ 019.502987 ], STAT_INFO_DIS<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 021.671498 ], STAT_EVT_TX_V21_DONE st: WT_DIS_RSP rt: WDSRNT21<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 025.001795 ], STAT_EVT_T4_EXP st: WT_DIS_RSP rt: XXXXNT4X<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 025.001811 ], STAT_EVT_FSC_ERR st: WT_DIS_RSP rt: RXXXNFRX<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 025.001822 ], STAT_INFO_CSI<br style="margin: 0px; padding: 0px;">-- FAX handle 0: [ 025.001864 ], STAT_INFO_DIS<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 027.172381 ], STAT_EVT_TX_V21_DONE st: WT_DIS_RSP rt: WDSRNT21<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 030.502672 ], STAT_EVT_T4_EXP st: WT_DIS_RSP rt: XXXXNT4X<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 030.502688 ], STAT_EVT_FSC_ERR st: WT_DIS_RSP rt: RXXXNFRX<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 030.502699 ], STAT_INFO_CSI<br style="margin: 0px; padding: 0px;">-- FAX handle 0: [ 030.502742 ], STAT_INFO_DIS<br style="margin: 0px; padding: 0px;">
[Dec 31 17:40:27] NOTICE[23578]: res_fax.c:906 generic_fax_exec: Channel &#39;SIP/204.16.59.19-00000014&#39; did not return a frame; probably hung up.<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 031.791919 ], STAT_EVT_TMR_INT_EXP st: WT_DIS_RSP rt: XXXXNTIX<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 032.671246 ], STAT_EVT_TX_V21_DONE st: WT_HW_CLS rt: UNEXPECT<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 034.292902 ], STAT_EVT_HW_CLOSE st: WT_HW_CLS rt: WCLSNCLS<br style="margin: 0px; padding: 0px;">
-- FAX handle 0: [ 034.292976 ], STAT_SES_COMPLETE<br style="margin: 0px; padding: 0px;">== Spawn extension (faxin, 2016289913, 11) exited non-zero on &#39;SIP/204.16.59.19-00000014&#39;<br style="margin: 0px; padding: 0px;">


Executing [h@faxin:1] NoOp(&quot;SIP/204.16.59.19-00000012&quot;, &quot;FAXOPT(ecm) : no&quot;) in new stack<br style="margin: 0px; padding: 0px;">
-- Executing [h@faxin:2] NoOp(&quot;SIP/204.16.59.19-00000012&quot;, &quot;FAXOPT(filename) : /root/receivefax.tif&quot;) in new stack<br style="margin: 0px; padding: 0px;">
-- Executing [h@faxin:3] NoOp(&quot;SIP/204.16.59.19-00000012&quot;, &quot;FAXOPT(headerinfo) : &quot;) in new stack<br style="margin: 0px; padding: 0px;">
-- Executing [h@faxin:4] NoOp(&quot;SIP/204.16.59.19-00000012&quot;, &quot;FAXOPT(locastationid) : 1234567890&quot;) in new stack<br style="margin: 0px; padding: 0px;">
-- Executing [h@faxin:5] NoOp(&quot;SIP/204.16.59.19-00000012&quot;, &quot;FAXOPT(maxrate) : 14400&quot;) in new stack<br style="margin: 0px; padding: 0px;">
-- Executing [h@faxin:6] NoOp(&quot;SIP/204.16.59.19-00000012&quot;, &quot;FAXOPT(minrate) : 2400&quot;) in new stack<br style="margin: 0px; padding: 0px;">
-- Executing [h@faxin:7] NoOp(&quot;SIP/204.16.59.19-00000012&quot;, &quot;FAXOPT(pages) : 0&quot;) in new stack<br style="margin: 0px; padding: 0px;">
-- Executing [h@faxin:8] NoOp(&quot;SIP/204.16.59.19-00000012&quot;, &quot;FAXOPT(rate) : 2400&quot;) in new stack<br style="margin: 0px; padding: 0px;">
-- Executing [h@faxin:9] NoOp(&quot;SIP/204.16.59.19-00000012&quot;, &quot;FAXOPT(remotestationid): &quot;) in new stack<br style="margin: 0px; padding: 0px;">
-- Executing [h@faxin:10] NoOp(&quot;SIP/204.16.59.19-00000012&quot;, &quot;FAXOPT(resolution) : unknown&quot;) in new stack<br style="margin: 0px; padding: 0px;">
-- Executing [h@faxin:11] NoOp(&quot;SIP/204.16.59.19-00000012&quot;, &quot;FAXOPT(status) : FAILED&quot;) in new stack<br style="margin: 0px; padding: 0px;">
-- Executing [h@faxin:12] NoOp(&quot;SIP/204.16.59.19-00000012&quot;, &quot;FAXOPT(statusstr) : FAX_NO_FAX&quot;) in new stack<br style="margin: 0px; padding: 0px;">
-- Executing [h@faxin:13] NoOp(&quot;SIP/204.16.59.19-00000012&quot;, &quot;FAXOPT(err) : T1_TIMEOUT&quot;) in new stack<br style="margin: 0px; padding: 0px;">
<br style="margin: 0px; padding: 0px;"><br style="margin: 0px; padding: 0px;">
<br style="margin: 0px; padding: 0px;">Please advise me,<br style="margin: 0px; padding: 0px;">
<br style="margin: 0px; padding: 0px;">Thanks in advance<br style="margin: 0px; padding: 0px;"><font color="#888888">
srinivas</font></span>
<br>_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.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" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>