Fwd: [Asterisk-Users] Autodetecting faxes
Brian Dingman
bdingman at gmail.com
Mon Feb 7 16:28:53 MST 2005
Yes. It just never gets there. I have tested spandsp and associated
libs by using:
exten => s,2,Goto(fax,s,1)
and it works fine. * just won't auto detect the fax call.
On Tue, 08 Feb 2005 10:16:26 +1100, Howard Lowndes <lannet at lannet.com.au> wrote:
> On Tue, 2005-02-08 at 09:49, Brian Dingman wrote:
> > I am having the same problems. No matter what I try, * won't detect
> > faxes. I have faxdetect=both in zaptel.conf and my extensions.conf
> > looks like this:
> >
> > [fromPSTN]
> > exten => s,1,Answer
> > exten => s,2,DigitTimeout(2)
> > exten => s,3,ResponseTimeout(10)
> > exten => s,4,Wait(3)
> > exten => s,5,Background(custom/ivr-greeting)
> >
> > exten => i,1,Wait(1)
> > exten => i,2,Background(pbx-invalid) ; "That's not valid, try again"
> > exten => i,3,Goto(s,5)
> >
> > exten => t,1,Background(goodbye)
> > exten => t,2,Hangup
> >
> > exten => fax,1,Goto(fax,s,1)
>
> Apologies. I meant "You do have a context called "Fax"...?"
More information about the asterisk-users
mailing list