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
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to