search for: qdx

Displaying 5 results from an estimated 5 matches for "qdx".

Did you mean: idx
2007 Jul 16
0
Dial and option G
...e the G option in my dials for redirect both parties in the conference. There is a way for auto-include in a conference other parties that first two without using AGI? I try with: [from-internal] exten => 9999,1,Dial(IAX2/DIP02/9999||G(fromiax^9999^1) [fromiax] exten => 9999,1,MeetMe(9999,qdxAa) exten => 9999,2,MeetMe(9999,qdx) exten => 9999,3,Dial(other-user,,G(from-iax,9999,4)) exten => 9999,4,MeetMe(9999,qdx) .... but not work. Any suggestion? Thanks Enrico -- Pasqualotto 'Pasqu' Enrico enrico AT pasqualotto DOT org web: http://www.pasqualotto.org skype: epasqua...
2007 Apr 10
1
Dialplan help - MeetMe and call monitoring
...ROOM=${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) 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 a...
2009 Jun 05
5
How run AsyncAGI commands in background
...; exten => _8.,n,AGI(agi:async); exten => _8.,n,Hangup(); ; Meetme extensions exten => _1.,1,Noop(Conference ${EXTEN} ${CONTEXT}); exten => _1.,n,Set(MEETME_RECORDINGFILE=${EXTEN:}-${UNIQUEID:}) exten => _1.,n,MixMonitor(${MEETME_RECORDINGFILE}.wav) exten => _1.,n,Meetme(${EXTEN},qdx); exten => _1.,n,Hangup(); It works fine: Incoming channels are sent to meetme by an external application, which receives events by AMI and decides what meetme to use, making a redirect action to it by AMI. Every channel falling in a meetme (dynamically created) is recorded by the MixMonitor a...
2007 Apr 10
0
Dialplan help - MeetMe (or ChannelRedirect) and call monitoring
...MEROOM=${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) 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...
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