Does anyone actually have asterisk detecting fax tones On my set up with a t100p & adtran 750 channel bank fxo ports the dtmf routines in dsp.c never set a fax flag so the actual routing logic in chan_zap.c=> zt_read never get executed bcus the subclass <> 'f' & the fame type <> AST_FRAME_DTMF
the code in dsp.c=>dtmf_detect is not for those that have never worked with digital signal processing :) -----Original Message----- From: Martin Pycko <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: March 3, 2003 9:46 AM Subject: Re: [Asterisk-Users] Fax support? >let's say you have one T1 span configured like this >in zapata.conf > >context=incoming >group = 1 >channel => 1-23 > >then in extensions.conf >[incoming] >exten => fax,1,Dial,Zap/25 #FXS port that fax is plugged to >exten => _XXXXXXXXX,1,... (the rest) > >when asterisk detects fax tones on incoming call it's going >to look for fax extension in the channel context. If it finds >it then the fax call is going to be routed according to >the fax extension rule. > >regards >Martin > >On Mon, 3 Mar 2003, Gene Kochanowsky wrote: > >> Is there any way to receive and send faxes using a T100 card? If so how is it done? >> >> Gene Kochanowsky >> Solution Sciences, Inc. >> >> _______________________________________________ >> Asterisk-Users mailing list >> [EMAIL PROTECTED] >> http://lists.digium.com/mailman/listinfo/asterisk-users >> > >_______________________________________________ >Asterisk-Users mailing list >[EMAIL PROTECTED] >http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
