[Asterisk-Users] bug in Authenticate application ?
aki toku
tokuhy at gmail.com
Wed Jan 18 21:12:15 MST 2006
I'm Japanese. Sorry,English is not so understood,Please let me question by
items.
In Asterisk-1.2.1 and 1.2.2,I cannnot understand the operation of
Authenticate application's 'j' option.
exten => 123,1,Answer()
exten => 123,2,Authenticate(789,j)
exten => 123,3,Playback(pin-number-accepted)
exten => 123,4,SayDigits(111)
exten => 123,103,SayDigits(999)
In this case,When I fail in the authentication ,priority is '1 →2'.
exten => 123,1,Answer()
exten => 123,2,Authenticate(789,j)
exten => 123,3,Playback(pin-number-accepted)
exten => 123,4,SayDigits(111)
In this case,When I fail in the authentication ,priority is '1 →2→3→4'.
exten => 123,1,Answer()
exten => 123,2,Authenticate(789,j)
exten => 123,3,Playback(pin-number-accepted)
exten => 123,104,SayDigits(111)
In this case ,When I fail in the authentication ,priority is '1 →2→3→4'.
Is this operation a bug?
Is writing a bug?
toku
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060118/d0ed83b7/attachment.htm
More information about the asterisk-users
mailing list