[Asterisk-Users] Authenticating zap callers. (callerid or PIN code)

Andrew Gillham gillham at vaultron.com
Wed Nov 5 19:07:36 MST 2003


Eric Wieling wrote:

>"show application disa"
>
>  
>
Thanks.  I think the reason I have been having so much trouble is that
my initial DTMF is not recognized and I have been hitting it again, holding
it down, etc and my authentication has failed.

My X100P context (now) looks basically like this:
exten => s,1,Dial(SIP/1234 at 1234,14)
exten => s,2,Answer                     ; Answer the line
;exten => s,2,Zapateller(answer) ; Answer since nobody picked up
exten => s,3,DigitTimeout,5             ; Set Digit Timeout to 5 seconds
exten => s,4,ResponseTimeout,10         ; Set Response Timeout to 10 seconds
exten => s,5,Background(my-noanswer)    ; "I'm not available, etc..."
exten => s,6,Voicemail2,s1234
exten => s,102,Voicemail2,b1234
exten => 2,2,DISA,12345|local

Turning off the Zapateller made a big difference, I can reliably get to the
DISA check on the first press of '2' rather than having to press it twice
typically.

In either case I am pressing it once the Background() starts, not during
the Zapateller(), but apparently Zapateller() is causing problems for me.

Does anyone else have trouble with DTMF after using Zapateller()?

-Andrew




More information about the asterisk-users mailing list