Displaying 1 result from an estimated 1 matches for "b6d08708".
2007 May 16
1
WaitExten not responding on key presses
...${EXTEN},1)
[menu]
exten => 1,1,GotoIf($[${menu}=0]?2:4)
exten => 1,n,Set(menu=1)
exten => 1,n,Goto(hotline,${original_extension},11)
exten => 1,n,Goto(hotline,${original_extension},16)
exten => _[02-9*#],1,Hangup
The CLI output is:
-- Executing [777@internal:1] Goto("SIP/202-b6d08708", "hotline|777|1")
in new stack
-- Goto (hotline,777,1)
-- Executing [777@hotline:1] Set("SIP/202-b6d08708",
"CALLERID(name)=Hotline") in new stack
-- Executing [777@hotline:2] Set("SIP/202-b6d08708",
"original_extension=777") in ne...