I need to put people through an IVR first.
So I could do something like this
Server0
exten => s,1,Answer()
same => n,Playback(silence/1)
same => n,Read(route,welcome,1,,1,1)
same => n,ExecIf($["${route}"="1"]?Dial(SIP/server1)
same => n,ExecIf($["${route}"="2"]?Dial(SIP/server2)
same => n,ExecIf($["${route}"="3"]?Dial(SIP/server3)
same => n,Hangup()
I assume the original server would remain in the call path rather than transfer sip and media direct to the next server. Is this correct?
How do we route the call on and drop the original server out of the call?
Statistics : Posted by londonnet • on Wed Jun 11, 2014 9:20 am • Replies 6 • Views 132