search for: expert_gateway

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

2009 May 06
0
Bridge() and Goto() and dialplan contexts, oh my!
...p context executed when the caller is still on the line. These channels are all SIP. ==== I want a group of expert callers who can dial in to the system, stay put, and let other learner callers come to them. In between the learner callers, I want them to hear hold music. : exten => 111,1,Goto(Expert_Gateway) exten => 222,1,Goto(Learners) [Expert_Gateway] exten => s,1,Answer exten => s,2,AGI(authenticate_and_register) exten => s,3,MusicOnHold() exten => s,4,Goto(Expert_Gateway,s,3) exten => s,5,HangUp exten => h,1,AGI(cleanup_registration) exten => h,2,HangUp [Learners] exte...