Displaying 2 results from an estimated 2 matches for "108c94b0".
Did you mean:
1080940
2007 Apr 10
1
Dialplan help - MeetMe and call monitoring
...; s,2,Dial(SIP/extensionformonitoring|G(bridge-all^s^1))
[bridge-all]
exten => s,1,MeetMe(${MEETMEROOM},qdx)
exten => s,2,MeetMe(${MEETMEROOM},mqdx)
This setup is not working because I cannot call a Dial again on a
bridged channel
Here is what I get on Asterisk CLI
== Starting SIP/180-108c94b0 at call-third-party,s,2 failed so
falling back to exten 's'
== Starting SIP/180-108c94b0 at call-third-party,s,2 still failed so
falling back to context 'default'
Do you have some idea to achieve this kind of result ?
Tnx in advance
Regards
Edoardo Serra
WeBRainstorm S.r.l.
2007 Apr 10
0
Dialplan help - MeetMe (or ChannelRedirect) and call monitoring
...gt; s,2,Dial(SIP/extensionformonitoring|G(bridge-all^s1))
[bridge-all]
exten => s,1,MeetMe(${MEETMEROOM},qdx)
exten => s,2,MeetMe(${MEETMEROOM},mqdx)
This setup is not working because I cannot call a Dial again on a
bridged channel
Here is what I get on Asterisk CLI
== Starting SIP/180-108c94b0 at call-third-party,s,2 failed so falling
back to exten 's'
== Starting SIP/180-108c94b0 at call-third-party,s,2 still failed so
falling back to context 'default'
Do you have some idea to achieve this kind of result ?
Maybe I can use ChannelRedirect from Asterisk 1.4 ?
Cna you...