search for: userinvalid

Displaying 1 result from an estimated 1 matches for "userinvalid".

2005 May 16
1
Dial plan - does not stop after first match
...ten => s,3,Goto(11) exten => s,4,GotoIf($["${LastStatus}" != "Try1"]?10) exten => s,5,SetVar(LastStatus=UserIdle) exten => s,6,Goto(11) exten => s,7,GotoIf($["${LastStatus}" != "InvalidExtension"]?13) exten => s,8,SetVar(LastStatus=UserInvalid) exten => s,9,Goto(11) exten => s,10,SetVar(LastStatus=Error) exten => s,11,Background(ocg/enterextension) ; PLAY enter the extension you wish to dial ; "*" Repeat the previous menu exten => *,1,Goto(s,1) ; "#" hangup exten => #,1,Goto(internalendcall,s,1)...