You should put something between answer and dial, to let * have time to
get the fax tone: with your dialplan, the call is immediatly bridged to
SIP/3000, so no fax detection happen at all.<br>
A thing like:<br>
<br>
exten =&gt; s,1,Answer<br>
exten =&gt; s,2,Playtones(ring)<br>
exten =&gt; s,3,Wait(3) ; if fax tone comes here, * should jump to fax extension<br>
exten =&gt; s,4,StopPlaytones<br>
exten =&gt; s,5,Dial(SIP/300....<br>
<br>
exten =&gt; fax,1,......<br>
.....<br>
<br>
Hote This helps<br>
<br>
<br><br><div><span class="gmail_quote">2006/3/25, Thys de Wet &lt;<a href="mailto:thys@playlogix.com">thys@playlogix.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi There.<br>I have the following setup :<br>Asterisk 1.2.4 , freePBX 2.0.1, spandsp-0.0.2pre24<br><br>My problem is as follows :<br>If I set up a very simple extensions.conf. when I dial from a fax<br>machine, it seems as if no fax is being recognised.
<br>If I answer the call, I can hear the fax machine beeping.<br><br><br><br>extensions.conf :<br>-----------------------------------------------------------------------------------------------------------<br>[from-pstn]<br>
 ; Answer the line and listen<br> exten =&gt; s,1,Answer<br> ; Dial an extension, let asterisk give a ringtone<br> exten =&gt; s,2,Dial(SIP/3000,40,r)<br> ; Hangup if nobody picked up within 40 seconds<br> exten =&gt; s,3,Hangup
<br><br> ; Did we get a fax?&nbsp;&nbsp; &lt;--------------------------Seems as if we never<br>get this far :(((((<br> exten =&gt; fax,1,SetVar(FAXFILE=/var/spool/asterisk-fax/${UNIQUEID}.tif)<br> exten =&gt; fax,2,rxfax(${FAXFILE}|debug)
<br>-------------------------------------------------------------------------------------------------------------<br>zapata.conf :<br>-------------------------------------------------------------------------------------------------------------
<br>[trunkgroups]<br>; define any trunk groups<br>[channels]<br>; hardware channels<br>; default<br>usecallerid=yes<br>hidecallerid=no<br>callwaiting=no<br>threewaycalling=yes<br>transfer=yes<br>echocancel=yes<br>echotraining=yes
<br><br>faxdetect=both<br>busydetect=yes<br>busycount=4<br>busypattern=500,500<br>callprogress=no<br><br><br>; define channels<br>context=from-pstn ;<br>signalling=fxs_ls ;<br>channel=&gt;1-3 ;<br><br>context=aa_1 ;<br>signalling=fxs_ls ;
<br>channel=&gt;4 ;<br>--------------------------------------------------------------------------------------------------------------------------------------------------<br>Output from asterisk log :<br><br>Mar 25 13:45:16 VERBOSE[17282] 
logger.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Starting simple switch<br>on 'Zap/1-1'<br>Mar 25 13:45:18 NOTICE[17282] chan_zap.c: Got event 18 (Ring Begin)...<br>Mar 25 13:45:19 NOTICE[17282] chan_zap.c: Got event 2 (Ring/Answered)...<br>Mar 25 13:45:21 NOTICE[17282] chan_zap.c: Got event 18 (Ring Begin)...
<br>Mar 25 13:45:21 VERBOSE[17282] logger.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Executing<br>Answer(&quot;Zap/1-1&quot;, &quot;&quot;) in new stack<br>Mar 25 13:45:21 DEBUG[17282] chan_zap.c: Took Zap/1-1 off hook<br>Mar 25 13:45:21 DEBUG[17282] chan_zap.c: Enabled echo cancellation on
<br>channel 1<br>Mar 25 13:45:21 DEBUG[17282] chan_zap.c: Engaged echo training on channel 1<br>Mar 25 13:45:21 VERBOSE[17282] logger.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Executing<br>Dial(&quot;Zap/1-1&quot;, &quot;SIP/3000|40|r&quot;) in new stack
<br>Mar 25 13:45:21 DEBUG[17282] chan_sip.c: Setting NAT on RTP to 0<br>Mar 25 13:45:21 DEBUG[17282] chan_sip.c: Outgoing Call for 3000<br>Mar 25 13:45:21 VERBOSE[17282] logger.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Called 3000<br>Mar 25 13:45:21 DEBUG[17282] chan_zap.c: Requested indication 3 on
<br>channel Zap/1-1<br>Mar 25 13:45:21 DEBUG[17229] chan_sip.c: (Provisional) Stopping<br>retransmission (but retaining packet) on<br>'<a href="mailto:5f8bf93a4e7e14fa4b9c2319609192c6@192.168.1.76">5f8bf93a4e7e14fa4b9c2319609192c6@192.168.1.76
</a>' Request 102: Found<br>Mar 25 13:45:21 DEBUG[17229] chan_sip.c: (Provisional) Stopping<br>retransmission (but retaining packet) on<br>'<a href="mailto:5f8bf93a4e7e14fa4b9c2319609192c6@192.168.1.76">5f8bf93a4e7e14fa4b9c2319609192c6@192.168.1.76
</a>' Request 102: Found<br>Mar 25 13:45:21 VERBOSE[17282] logger.c:&nbsp;&nbsp;&nbsp;&nbsp; -- SIP/3000-dbc4 is ringing<br>Mar 25 13:45:21 DEBUG[17222] channel.c: Avoiding initial deadlock for<br>'SIP/3000-dbc4'<br>Mar 25 13:45:29 DEBUG[17229] chan_sip.c: Acked pending invite 102
<br>Mar 25 13:45:29 DEBUG[17229] chan_sip.c: Stopping retransmission on<br>'<a href="mailto:5f8bf93a4e7e14fa4b9c2319609192c6@192.168.1.76">5f8bf93a4e7e14fa4b9c2319609192c6@192.168.1.76</a>' of Request 102: Match Found<br>
Mar 25 13:45:29 DEBUG[17229] chan_sip.c: build_route: Contact hop:<br>&lt;<a href="mailto:sip:3000@192.168.1.74">sip:3000@192.168.1.74</a>&gt;<br>Mar 25 13:45:29 VERBOSE[17282] logger.c:&nbsp;&nbsp;&nbsp;&nbsp; -- SIP/3000-dbc4 answered<br>Zap/1-1
<br>Mar 25 13:45:29 DEBUG[17282] chan_zap.c: Requested indication -1 on<br>channel Zap/1-1<br>Mar 25 13:45:50 DEBUG[17282] channel.c: Didn't get a frame from channel:<br>SIP/3000-dbc4<br>Mar 25 13:45:50 DEBUG[17282] channel.c
: Bridge stops bridging channels<br>Zap/1-1 and SIP/3000-dbc4<br>Mar 25 13:45:50 DEBUG[17282] chan_sip.c: update_call_counter(3000) -<br>decrement call limit counter<br>Mar 25 13:45:50 DEBUG[17282] app_dial.c: Exiting with DIALSTATUS=ANSWER.
<br>Mar 25 13:45:50 VERBOSE[17282] logger.c:&nbsp;&nbsp; == Spawn extension<br>(from-pstn, s, 2) exited non-zero on 'Zap/1-1'<br>Mar 25 13:45:50 DEBUG[17282] cdr_addon_mysql.c: cdr_mysql: inserting a<br>CDR record.<br>Mar 25 13:45:50 DEBUG[17282] cdr_addon_mysql.c: cdr_mysql: SQL command
<br>as follows: INSERT INTO cdr<br>(calldate,clid,src,dst,dcontext,channel,dstchannel,lastapp,lastdata,duration,billsec,disposition,amaflags,accountcode,uniqueid)<br>VALUES ('2006-03-25 13:45:21','','','s','from-pstn',<br>
'Zap/1-1','SIP/3000-dbc4','Dial','SIP/3000|40|r',29,29,'ANSWERED',3,'','1143287116.0')<br>Mar 25 13:45:50 DEBUG[17282] chan_zap.c: Hangup: channel: 1 index = 0,<br>normal = 10, callwait = -1, thirdcall = -1<br>Mar 25 13:45:50 DEBUG[17282] chan_zap.c: disabled echo cancellation on
<br>channel 1<br>Mar 25 13:45:50 DEBUG[17282] chan_zap.c: Set option TDD MODE, value:<br>OFF(0) on Zap/1-1<br>Mar 25 13:45:50 DEBUG[17282] chan_zap.c: Updated conferencing on 1, with<br>0 conference users<br>Mar 25 13:45:50 VERBOSE[17282] 
logger.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Hungup 'Zap/1-1'<br>-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br><br><br>
If I change extensions.conf to read as follows :<br><br>exten =&gt; s,1,Answer<br>exten =&gt; s,2,AbsoluteTimeout(35)<br>exten =&gt; s,3,Set(FAXFILE=/var/spool/asterisk-fax/${UNIQUEID}.tif)<br>exten =&gt; s,4,rxfax(${FAXFILE}|debug)
<br>exten =&gt; T,1,Hangup()<br><br>The call gets answered, but I get the following in the log :<br><br>Mar 25 13:53:42 DEBUG[17449] dsp.c: dsp busy pattern set to 500,500<br>Mar 25 13:53:42 VERBOSE[17501] logger.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Starting simple switch
<br>on 'Zap/1-1'<br>Mar 25 13:53:43 NOTICE[17501] chan_zap.c: Got event 18 (Ring Begin)...<br>Mar 25 13:53:44 NOTICE[17501] chan_zap.c: Got event 2 (Ring/Answered)...<br>Mar 25 13:53:44 NOTICE[17501] chan_zap.c: Got event 18 (Ring Begin)...
<br>Mar 25 13:53:45 NOTICE[17501] chan_zap.c: Got event 2 (Ring/Answered)...<br>Mar 25 13:53:46 NOTICE[17501] chan_zap.c: Got event 18 (Ring Begin)...<br>Mar 25 13:53:46 VERBOSE[17501] logger.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Executing<br>Answer(&quot;Zap/1-1&quot;, &quot;&quot;) in new stack
<br>Mar 25 13:53:46 DEBUG[17501] chan_zap.c: Took Zap/1-1 off hook<br>Mar 25 13:53:46 DEBUG[17501] chan_zap.c: Enabled echo cancellation on<br>channel 1<br>Mar 25 13:53:46 DEBUG[17501] chan_zap.c: Engaged echo training on channel 1
<br>Mar 25 13:53:46 VERBOSE[17501] logger.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Executing<br>AbsoluteTimeout(&quot;Zap/1-1&quot;, &quot;35&quot;) in new stack<br>Mar 25 13:53:46 WARNING[17501] pbx.c: AbsoluteTimeout is deprecated,<br>please use Set(TIMEOUT(absolute)=timeout) instead.
<br>Mar 25 13:53:46 VERBOSE[17501] logger.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Set Absolute Timeout to 35<br>Mar 25 13:53:46 VERBOSE[17501] logger.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Executing Set(&quot;Zap/1-1&quot;,<br>&quot;FAXFILE=/var/spool/asterisk-fax/1143287622.0.tif&quot;) in new stack
<br>Mar 25 13:53:46 VERBOSE[17501] logger.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Executing<br>RxFAX(&quot;Zap/1-1&quot;, &quot;/var/spool/asterisk-fax/1143287622.0.tif|debug&quot;) in<br>new stack<br>Mar 25 13:53:46 DEBUG[17501] app_rxfax.c: FLOW HDLC carrier up
<br>Mar 25 13:53:46 DEBUG[17501] app_rxfax.c: FLOW HDLC carrier down<br>Mar 25 13:53:47 DEBUG[17501] app_rxfax.c: FLOW HDLC carrier up<br>Mar 25 13:53:47 DEBUG[17501] app_rxfax.c: FLOW HDLC carrier down<br>Mar 25 13:53:47 DEBUG[17501] app_rxfax.c: FLOW HDLC carrier up
<br>Mar 25 13:53:47 DEBUG[17501] app_rxfax.c: FLOW HDLC carrier down<br>Mar 25 13:53:47 DEBUG[17501] app_rxfax.c: FLOW HDLC carrier up<br>Mar 25 13:53:47 DEBUG[17501] app_rxfax.c: FLOW HDLC carrier down<br>Mar 25 13:53:47 DEBUG[17501] app_rxfax.c: FLOW HDLC carrier up
<br>Mar 25 13:53:47 DEBUG[17501] app_rxfax.c: FLOW HDLC carrier down<br>Mar 25 13:53:47 DEBUG[17501] app_rxfax.c: FLOW HDLC carrier up<br>Mar 25 13:53:47 DEBUG[17501] app_rxfax.c: FLOW HDLC carrier down<br>Mar 25 13:53:47 DEBUG[17501] app_rxfax.c: FLOW HDLC carrier up
<br>Mar 25 13:53:47 DEBUG[17501] app_rxfax.c: FLOW HDLC carrier down<br>Mar 25 13:53:48 DEBUG[17501] app_rxfax.c: FLOW HDLC carrier up<br>Mar 25 13:53:48 DEBUG[17501] app_rxfax.c: FLOW HDLC carrier down<br>Mar 25 13:53:48 DEBUG[17501] app_rxfax.c: FLOW HDLC carrier up
<br>Mar 25 13:53:48 DEBUG[17501] app_rxfax.c: FLOW HDLC carrier down<br>Mar 25 13:53:48 DEBUG[17501] app_rxfax.c: FLOW HDLC carrier up<br>Mar 25 13:53:48 DEBUG[17501] app_rxfax.c: FLOW HDLC carrier down<br>Mar 25 13:53:49 DEBUG[17501] app_rxfax.c: FLOW Changed from phase 1 to 4
<br>Mar 25 13:53:49 DEBUG[17501] app_rxfax.c: FLOW &gt;&gt;&gt; DIS:Mar 25 13:53:49<br>DEBUG[17501] app_rxfax.c:&nbsp;&nbsp;80Mar 25 13:53:49 DEBUG[17501] app_rxfax.c:<br>00Mar 25 13:53:49 DEBUG[17501] app_rxfax.c:&nbsp;&nbsp;ceMar 25 13:53:49
<br>DEBUG[17501] app_rxfax.c:&nbsp;&nbsp;f4Mar 25 13:53:49 DEBUG[17501] app_rxfax.c:<br>80Mar 25 13:53:49 DEBUG[17501] app_rxfax.c:&nbsp;&nbsp;80Mar 25 13:53:49<br>DEBUG[17501] app_rxfax.c:&nbsp;&nbsp;81Mar 25 13:53:49 DEBUG[17501] app_rxfax.c:<br>80Mar 25 13:53:49 DEBUG[17501] app_rxfax.c:&nbsp;&nbsp;80Mar 25 13:53:49
<br>DEBUG[17501] app_rxfax.c:&nbsp;&nbsp;80Mar 25 13:53:49 DEBUG[17501] app_rxfax.c:<br>18Mar 25 13:53:49 DEBUG[17501] app_rxfax.c:<br>Mar 25 13:53:51 DEBUG[17501] app_rxfax.c: FLOW HDLC underflow in state 9<br>Mar 25 13:53:51 DEBUG[17501] app_rxfax.c: FLOW Changed from phase 4 to 3
<br>Mar 25 13:53:51 DEBUG[17501] app_rxfax.c: FLOW HDLC carrier up<br>Mar 25 13:53:51 DEBUG[17501] app_rxfax.c: FLOW HDLC carrier down<br>Mar 25 13:53:51 DEBUG[17501] app_rxfax.c: FLOW HDLC carrier up<br>Mar 25 13:53:51 DEBUG[17501] app_rxfax.c: FLOW HDLC framing OK
<br>Mar 25 13:53:53 DEBUG[17501] app_rxfax.c: FLOW &lt;&lt;&lt; TSI:Mar 25 13:53:53<br>DEBUG[17501] app_rxfax.c:&nbsp;&nbsp;43Mar 25 13:53:53 DEBUG[17501] app_rxfax.c:<br>39Mar 25 13:53:53 DEBUG[17501] app_rxfax.c:&nbsp;&nbsp;32Mar 25 13:53:53
<br>DEBUG[17501] app_rxfax.c:&nbsp;&nbsp;32Mar 25 13:53:53 DEBUG[17501] app_rxfax.c:<br>32Mar 25 13:53:53 DEBUG[17501] app_rxfax.c:&nbsp;&nbsp;36Mar 25 13:53:53<br>DEBUG[17501] app_rxfax.c:&nbsp;&nbsp;32Mar 25 13:53:53 DEBUG[17501] app_rxfax.c:<br>34Mar 25 13:53:53 DEBUG[17501] app_rxfax.c:&nbsp;&nbsp;2bMar 25 13:53:53
<br>DEBUG[17501] app_rxfax.c:&nbsp;&nbsp;31Mar 25 13:53:53 DEBUG[17501] app_rxfax.c:<br>32Mar 25 13:53:53 DEBUG[17501] app_rxfax.c:&nbsp;&nbsp;30Mar 25 13:53:53<br>DEBUG[17501] app_rxfax.c:&nbsp;&nbsp;20Mar 25 13:53:53 DEBUG[17501] app_rxfax.c:<br>20Mar 25 13:53:53 DEBUG[17501] app_rxfax.c:&nbsp;&nbsp;20Mar 25 13:53:53
<br>DEBUG[17501] app_rxfax.c:&nbsp;&nbsp;20Mar 25 13:53:53 DEBUG[17501] app_rxfax.c:<br>20Mar 25 13:53:53 DEBUG[17501] app_rxfax.c:&nbsp;&nbsp;20Mar 25 13:53:53<br>DEBUG[17501] app_rxfax.c:&nbsp;&nbsp;20Mar 25 13:53:53 DEBUG[17501] app_rxfax.c:<br>20Mar 25 13:53:53 DEBUG[17501] app_rxfax.c:&nbsp;&nbsp;20Mar 25 13:53:53
<br>DEBUG[17501] app_rxfax.c:<br>Mar 25 13:53:53 DEBUG[17501] app_rxfax.c: FLOW TSI without final frame tag<br>Mar 25 13:53:53 DEBUG[17501] app_rxfax.c: FLOW Remote fax gave TSI as:<br>&quot;021+4262229&quot;<br>Mar 25 13:53:53 DEBUG[17501] app_rxfax.c: FLOW &lt;&lt;&lt; DCS:Mar 25 13:53:53
<br>DEBUG[17501] app_rxfax.c:&nbsp;&nbsp;83Mar 25 13:53:53 DEBUG[17501] app_rxfax.c:<br>00Mar 25 13:53:53 DEBUG[17501] app_rxfax.c:&nbsp;&nbsp;86Mar 25 13:53:53<br>DEBUG[17501] app_rxfax.c:&nbsp;&nbsp;a4Mar 25 13:53:53 DEBUG[17501] app_rxfax.c:<br>00Mar 25 13:53:53 DEBUG[17501] app_rxfax.c:
<br>Mar 25 13:53:53 DEBUG[17501] app_rxfax.c: FLOW DCS with final frame tag<br>Mar 25 13:53:53 DEBUG[17501] app_rxfax.c: FLOW In state 9<br>Mar 25 13:53:53 DEBUG[17501] app_rxfax.c: FLOW Get at 9600bps, modem 1<br>Mar 25 13:53:53 DEBUG[17501] app_rxfax.c: FLOW Changed from phase 3 to 5
<br>Mar 25 13:53:53 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier up<br>Mar 25 13:53:53 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier training<br>failed<br>Mar 25 13:53:55 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier down
<br>Mar 25 13:53:58 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier up<br>Mar 25 13:53:58 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier training<br>failed<br>Mar 25 13:54:00 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier down
<br>Mar 25 13:54:00 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier up<br>Mar 25 13:54:00 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier training<br>failed<br>Mar 25 13:54:02 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier down
<br>Mar 25 13:54:04 DEBUG[17450] chan_sip.c: Stopping retransmission on<br>'<a href="mailto:76a78ede698fa5e658232143526319d9@192.168.1.76">76a78ede698fa5e658232143526319d9@192.168.1.76</a>' of Request 102: Match Found<br>
Mar 25 13:54:05 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier up<br>Mar 25 13:54:05 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier training<br>failed<br>Mar 25 13:54:07 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier down
<br>Mar 25 13:54:07 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier up<br>Mar 25 13:54:07 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier training<br>failed<br>Mar 25 13:54:09 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier down
<br>Mar 25 13:54:12 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier up<br>Mar 25 13:54:12 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier training<br>failed<br>Mar 25 13:54:13 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier down
<br>Mar 25 13:54:13 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier up<br>Mar 25 13:54:13 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier down<br>Mar 25 13:54:14 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier up<br>Mar 25 13:54:14 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier training
<br>failed<br>Mar 25 13:54:14 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier down<br>Mar 25 13:54:15 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier up<br>Mar 25 13:54:15 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier training
<br>failed<br>Mar 25 13:54:15 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier down<br>Mar 25 13:54:16 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier up<br>Mar 25 13:54:16 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier training
<br>failed<br>Mar 25 13:54:16 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier down<br>Mar 25 13:54:17 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier up<br>Mar 25 13:54:17 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier training
<br>failed<br>Mar 25 13:54:17 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier down<br>Mar 25 13:54:18 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier up<br>Mar 25 13:54:18 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier training
<br>failed<br>Mar 25 13:54:18 DEBUG[17501] dsp.c: ast_dsp_busydetect detected busy,<br>avgtone: 500, avgsilence 500<br>Mar 25 13:54:18 DEBUG[17501] dsp.c: Requesting Hangup because the busy<br>tone was detected on channel Zap/1-1
<br>Mar 25 13:54:18 DEBUG[17501] app_rxfax.c: Got hangup<br>Mar 25 13:54:18 DEBUG[17501] pbx.c: Extension s, priority 4 returned<br>normally even though call was hung up<br>Mar 25 13:54:18 DEBUG[17501] cdr_addon_mysql.c: cdr_mysql: inserting a
<br>CDR record.<br>Mar 25 13:54:18 DEBUG[17501] cdr_addon_mysql.c: cdr_mysql: SQL command<br>as follows: INSERT INTO cdr<br>(calldate,clid,src,dst,dcontext,channel,dstchannel,lastapp,lastdata,duration,billsec,disposition,amaflags,accountcode,uniqueid)
<br>VALUES ('2006-03-25 13:53:46','','','s','from-pstn',<br>'Zap/1-1','','RxFAX','/var/spool/asterisk-fax/1143287622.0.tif|debug',32,32,'ANSWERED',3,'','1143287622.0')<br>Mar 25 13:54:18 DEBUG[17501] chan_zap.c: Hangup: channel: 1 index = 0,
<br>normal = 10, callwait = -1, thirdcall = -1<br>Mar 25 13:54:18 DEBUG[17501] chan_zap.c: disabled echo cancellation on<br>channel 1<br>Mar 25 13:54:18 DEBUG[17501] chan_zap.c: Set option TDD MODE, value:<br>OFF(0) on Zap/1-1
<br>Mar 25 13:54:18 DEBUG[17501] chan_zap.c: Updated conferencing on 1, with<br>0 conference users<br>Mar 25 13:54:18 VERBOSE[17501] logger.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Hungup 'Zap/1-1'<br><br>I have received a fax from a different machine with this config, but I
<br>would like to be able to have the faxes pulled out from incoming calls<br>and voice going to a digital receptionist .<br><br>Thanx<br>Thys de Wet<br>Cape Town<br>South Africa<br><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>&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>