search for: meetme_exit_context

Displaying 8 results from an estimated 8 matches for "meetme_exit_context".

2013 Feb 20
1
Meetme and MEETME_EXIT_CONTEXT
Hello, using Asterisk 1.8.12.2 I am having trouble with exiting the conference room by entering a single digit. option X of the Meetme()-application should do this. I have following in extensions.conf : /exten => _1000X,n,Set(MEETME_EXIT_CONTEXT=dynamic-nway-invite)// //exten => _1000X,n,MeetMe(${CONFNO},dMX)// // // //[dynamic-nway-invite]// //exten => 0,1,NoOp(confno = ${CONFNO})// //exten => 0,n,Read(DEST,dial,,i)// //exten => 0,n,Set(DYNAMIC_FEATURES=nway-inv#nway-noinv)// //exten => 0,n,Dial(Local/${DEST}@${LocalContext...
2015 Dec 22
2
asterisk 13 n-way call problem
...[6052 at dynamic-nway:3] Set("OOH323/7272-6385", "CONFNO=6052") in new stack -- Executing [6052 at dynamic-nway:3] Set("SIP/6052-00000ab6", "CONFNO=6052") in new stack -- Executing [6052 at dynamic-nway:4] Set("OOH323/7272-6385", "MEETME_EXIT_CONTEXT=dynamic-nway-invite") in new stack -- Executing [6052 at dynamic-nway:4] Set("SIP/6052-00000ab6", "MEETME_EXIT_CONTEXT=dynamic-nway-invite") in new stack -- Executing [6052 at dynamic-nway:5] Set("OOH323/7272-6385", "DYNAMIC_FEATURES=") in ne...
2007 Apr 23
1
problem with 3-way conferenicing
...t_bridge_call: Bridge failed on channels SIP/ua1-ac750040 and AsyncGoto/Local/33@nway-conf-dest-7ecf,1<ZOMBIE>" Here is my dial plan: [manu] exten => ca1,1,Dial(SIP/ca1,,wWtTkKrR) [nway-conf] exten => _.,1,Answer exten => _.,n,Set(CONFNO=${EXTEN}) exten => _.,n,Set(MEETME_EXIT_CONTEXT=nway-conf-invite) exten => _.,n,Set(DYNAMIC_FEATURES=) exten => _.,n,MeetMe(${CONFNO},pdMX) exten => _.,n,Hangup [nway-conf-invite] exten => 0,1,Read(DEST,dial,,i) exten => 0,n,Set(DYNAMIC_FEATURES=nway-conf-inv#nway-conf-noinv) exten => 0,n,Dial(Local/${DEST}@nway-conf-de...
2007 Mar 15
1
asterisk n-way call problem
...DtmfMode(inband) exten=> 10,3,Dial(SIP/saad,,tT) exten=> 10,n,Hangup exten=> 11,3,Dial(SIP/riz,,tT) exten=> 11,n,Hangup exten=> 12,3,Dial(SIP/rehmat,,tT) exten=> 12,n,Hangup [dynamic-nway] exten => _XXX,1,Answer exten => _XXX,n,Set(CONFNO=${EXTEN}) exten => _XXX,n,Set(MEETME_EXIT_CONTEXT=dynamic-nway-invite) exten => _XXX,n,Set(DYNAMIC_FEATURES=) exten => _XXX,n,MeetMe(${CONFNO},pdMX) exten => _XXX,n,Hangup [dynamic-nway-invite] exten => 0,1,Read(DEST,dial,,i) exten => 0,n,Set(DYNAMIC_FEATURES=nway-inv#nway-noinv) exten => 0,n,Dial(Local/${DEST}@dynamic-nway-dest...
2010 Oct 11
0
don't leave meetme conf if key pressed
Hi @ all, what is the best way to to use features like MeetmeCount without leaving the conference. I use Meetme(,X) and MEETME_EXIT_CONTEXT=context, but the problem is that the caller leave the Conference :( Is it possible to press a key, without this obstacle? Thanx for your answers Daniel Knoll
2009 Jul 26
0
MeetMe time doesn't show up in CDRs?
...his; I come in to cob-meetme from an extension earlier in the plan, with MY_ACCOUNTCODE and COB_CONFNO already set. The callout context places an outgoing call. [cob-meetme] exten => _XXX,1,Answer exten => _XXX,n,Set(CDR(accountcode)=${MY_ACCOUNTCODE}) exten => _XXX,n,Set(MEETME_EXIT_CONTEXT=cob-meetme-escape) exten => _XXX,n,MeetMe(${EXTEN},d1qMX) exten => _XXX,n,Hangup [cob-meetme-escape] exten => *,1,Set(CDR(accountcode)=${MY_ACCOUNTCODE}) exten => *,n,Read(DEST,,0,,1,0) exten => *,n,Set(DYNAMIC_FEATURES=cob-join#cob-nojoin) exten =&gt...
2008 Aug 20
1
3-way conference call
...for my problem?? Here my dial plan: ////////////////////////////////extensions.conf/////////////////////////////// [manu] exten =>100,1,Dial(SIP/user2,,tT) exten =>200,1,Dial(SIP/user3,,tT) [nway-conf] exten =>_X,1,Answer exten =>_X,n,Set(CONFNO=${EXTEN}) exten =>_X,n,Set(MEETME_EXIT_CONTEXT=nway-conf-invite) exten =>_X,n,Set(DYNAMIC_FEATURES=) ;exten =>_XXX,n,AGI(conf.agi,adduser) exten =>_X,n,MeetMe(${CONFNO},pdMX) ;exten =>h,1,DeadAGI(conf.agi,deluser) exten =>_X,n,Hangup [nway-conf-invite] exten =>0,1,Read(DEST,dial,,i) exten =>0,n,Set(DYNAMIC_FEATURE...
2004 Aug 13
0
*** Asterisk Summer News: Forget numbers, dial by domain!
...* Makefile: Fixes to enable "make clean", freetds version check and mpg123 support APPLICATIONS * queue: Bug # 2171: Add permission to QueueAdd and QueueRemove manager commands * meetme: Add user number to manager events (bug #2203) * meetme: Add "X" option to meetme and add ${MEETME_EXIT_CONTEXT} * parking: Only create parking entries when calls actually get parked * parking: Fix so that MOH doesn't get killed on Call Parking * directory: Allow directory to be searched by first name (bug #2208) * dial: Enforce timelimit across entries to ast_channel_bridge (bug #2222) * voicemail: Conf...