Displaying 1 result from an estimated 1 matches for "b4091d40".
2009 Feb 27
1
change language and playback issue
...xten => s,n,WaitExten(8)
exten => 1,1,Set(CHANNEL(language)=lt)
exten => 1,n,Goto(123,1)
exten => 2,1,Set(CHANNEL(language)=en)
exten => 2,n,Goto(123,1)
exten => 123,1,Playback(test/enter-conf-pin-number_8)
The output:
-- Executing [37052058370 at from-trunk:1] Goto("SIP/111-b4091d40",
"test-prompt,s,1") in new stack
-- Goto (test-prompt,s,1)
-- Executing [s at test-prompt:1] Answer("SIP/111-b4091d40", "") in new
stack
-- Executing [s at test-prompt:2] Wait("SIP/111-b4091d40", "1") in new
stack
-- Executing...