A caller to me was this afternoon detected as a fax machine: Jan 15 15:31:17 NOTICE[41997]: File chan_zap.c, Line 3564 (zt_read): Fax detected, but no fax extension ... and then redirected to voicemail. An extract from extensions.conf is attached below. Is there any way to stop * even considering an incoming call on a line as a fax call? Iain bell] include => mailboxes include => day|07:55-23:00 include => night exten => t,1,Voicemail2,100 exten => t,2,Hangup [day] ; set music on hold for parked calls exten => s,1,setmusiconhold,default exten => s,2,responsetimeout,20 ; ring SIP for 20 seconds exten => s,3,Dial,sip/cisco&sip/cisco1&sip/cisco2&sip/cisco3|20|tT ;if nobody answers tell them how to use the voicemail system. ; exten => s,4,Background,vmprompt exten => s,5,Voicemail2,100 exten => s,6,Hangup
On Thursday, January 15, 2004 10:42 AM, Iain Stevenson [SMTP:iain@iainstevenson.com] wrote: ...>Is there any way to stop * even considering an > incoming > call on a line as a fax call? >Sure, just don't have exten => fax..... in the same context (or included context).> Iain >-- Don Pobanz
If you don't have a fax connected to * then create and exten: exten => fax,1,Goto(day,s,1) I had the same today... :/ Andy *********** REPLY SEPARATOR *********** On 15/01/2004 at 16:41 Iain Stevenson wrote:>A caller to me was this afternoon detected as a fax machine: > >Jan 15 15:31:17 NOTICE[41997]: File chan_zap.c, Line 3564 (zt_read): Fax >detected, but no fax extension > >... and then redirected to voicemail. An extract from extensions.conf is >attached below. Is there any way to stop * even considering an incoming >call on a line as a fax call? > > Iain > > > >bell] > >include => mailboxes > >include => day|07:55-23:00 >include => night > >exten => t,1,Voicemail2,100 >exten => t,2,Hangup > >[day] > >; set music on hold for parked calls > >exten => s,1,setmusiconhold,default >exten => s,2,responsetimeout,20 > >; ring SIP for 20 seconds > >exten => s,3,Dial,sip/cisco&sip/cisco1&sip/cisco2&sip/cisco3|20|tT > >;if nobody answers tell them how to use the voicemail system. >; >exten => s,4,Background,vmprompt >exten => s,5,Voicemail2,100 >exten => s,6,Hangup >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
----- Original Message ----- From: "Iain Stevenson" <iain@iainstevenson.com> To: <asterisk-users@lists.digium.com> Sent: Thursday, January 15, 2004 11:41 AM Subject: [Asterisk-Users] People detected as fax machines> > A caller to me was this afternoon detected as a fax machine: > > Jan 15 15:31:17 NOTICE[41997]: File chan_zap.c, Line 3564 (zt_read): Fax > detected, but no fax extension > > ... and then redirected to voicemail. An extract from extensions.conf is > attached below. Is there any way to stop * even considering an incoming > call on a line as a fax call? >Search the archives... google for: site:lists.digium.com fax detection You're looking for something about OLD_DSP_ROUTINES It's been discussed several times now. ----- Andrew Thompson http://aktzero.com/ Your eyes are weary from staring at the CRT. You feel sleepy. Notice how restful it is to watch the cursor blink. Close your eyes. The opinions stated above are yours. You cannot imagine why you ever felt otherwise.
I think this is a MAROR bug in the new dsp.c routines, recompile using the old dsp stuff by changing the makefile and set OLD_DSP_ROUTINES ----- Original Message ----- From: "Iain Stevenson" <iain@iainstevenson.com> To: <asterisk-users@lists.digium.com> Sent: Thursday, January 15, 2004 8:41 AM Subject: [Asterisk-Users] People detected as fax machines> > A caller to me was this afternoon detected as a fax machine: > > Jan 15 15:31:17 NOTICE[41997]: File chan_zap.c, Line 3564 (zt_read): Fax > detected, but no fax extension > > ... and then redirected to voicemail. An extract from extensions.conf is > attached below. Is there any way to stop * even considering an incoming > call on a line as a fax call? > > Iain > > > > bell] > > include => mailboxes > > include => day|07:55-23:00 > include => night > > exten => t,1,Voicemail2,100 > exten => t,2,Hangup > > [day] > > ; set music on hold for parked calls > > exten => s,1,setmusiconhold,default > exten => s,2,responsetimeout,20 > > ; ring SIP for 20 seconds > > exten => s,3,Dial,sip/cisco&sip/cisco1&sip/cisco2&sip/cisco3|20|tT > > ;if nobody answers tell them how to use the voicemail system. > ; > exten => s,4,Background,vmprompt > exten => s,5,Voicemail2,100 > exten => s,6,Hangup > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users