Displaying 1 result from an estimated 1 matches for "support_curr".
2004 Jan 07
0
Frazzled newbie questions
...en => 0,1,Goto(801,1)
exten => 1,1,Goto(support,s,1)
exten => 2,1,Goto(801,1)
exten => 3,1,Goto(801,1)
include => direct_extensions
[support]
; play caller the current support information, let them jump out at
; any point
include => navigation
exten => s,1,BackGround(bytemark/support_current)
exten => s,2,BackGround(bytemark/support_next)
exten => s,3,Goto(mainmenu,s,1)
[internal]
;
; Office user has picked up phone
;
; * tests incoming call context
;
exten => *,1,Goto(incoming,s,1)
include => direct_extensions
include => dialout_all
[dialout_all]
include => dial...