Displaying 1 result from an estimated 1 matches for "support_next".
2004 Jan 07
0
Frazzled newbie questions
...,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 => dialout_voicepulse
include => dialout_ptsn
include =&g...