Displaying 3 results from an estimated 3 matches for "_meetmeroom".
Did you mean:
meetmeroom
2007 Apr 10
1
Dialplan help - MeetMe and call monitoring
...put both legs of the
monitored call and the person who should hear the conversation.
Do you have other tips about that ??
Here was my first idea of dialplan to get to it.
[outgoing]
exten => _X.,1,Noop(Call monitored in MeetMe ${CALLERID(num)})
exten => _X.,n,Answer()
exten => _X.,n,Set(_MEETMEROOM=${CALLERID(num)})
exten => _X.,n,Wait(1)
exten => _X.,n,Dial(SIP/trunk/${EXTEN}|G(call-third-party^s^1))
[invite-third-party]
exten => s,1,MeetMe(${MEETMEROOM},dAxqa)
exten => s,2,Dial(SIP/extensionformonitoring|G(bridge-all^s^1))
[bridge-all]
exten => s,1,MeetMe(${MEETMEROOM},qdx)...
2007 Apr 10
0
Dialplan help - MeetMe (or ChannelRedirect) and call monitoring
...put both legs of the
monitored call and the person who should hear the conversation.
Do you have other tips about that ??
Here was my first idea of dialplan to get to it.
[outgoing]
exten => _X.,1,Noop(Call monitored in MeetMe ${CALLERID(num)})
exten => _X.,n,Answer()
exten => _X.,n,Set(_MEETMEROOM=${CALLERID(num)})
exten => _X.,n,Wait(1)
exten => _X.,n,Dial(SIP/trunk/${EXTEN}|G(call-third-party^s1))
[invite-third-party]
exten => s,1,MeetMe(${MEETMEROOM},dAxqa)
exten => s,2,Dial(SIP/extensionformonitoring|G(bridge-all^s1))
[bridge-all]
exten => s,1,MeetMe(${MEETMEROOM},qdx)
e...
2007 Apr 17
4
Using meetme like call
hi all, I have a little question about meetme in Asterisk.
One of my client ask me that all call can, if is necessary, become
conference for 3-4 user during conversation.
I think that are 2 way for make this:
1- all call (instead if the users are only 2) are conference
2- using n-way call
(http://www.voip-info.org/wiki/view/Asterisk+n-way+call+HOWTO)
I decide to implement the first way because