search for: meetmeadmin

Displaying 20 results from an estimated 26 matches for "meetmeadmin".

2008 May 05
3
MeetMeAdmin() working problem
...by entering the admin password on dialing * (for menu option) he only can reduce/increse the volume and can lock and unlock the conference but no provision for the 1) kicking out a particular participant 2)Muting/unmuting of a particular participant so for the above things i should go for the MeetMeAdmin() but with a DID inward dialing if i want to call a particular command of MeetMeAdmin() exten => DID ,1,MeetMe(confnumber,command,user) This is an unfeasible solution Then how can i do that as i cannot create 'n' conferences for 'n' users and monitor them by entering their...
2007 May 24
2
Additional commands for MeetMeAdmin
Would anybody mind if the the following command options where added to MeetMeAdmin? 0 - 9, * and # I'm considering hacking the code to add these commands to play the DTMFs to the specified user as tones and hope that the SIP or IAX channels then work with these correctly. -HJC
2008 Jan 17
0
Asterisk Meetme & MeetMeAdmin cmd info-use
Hi All I need to set my Asterisk conference such way that , during confernce Admin Can kick 1 or all user , Same for mute fuction.As well as Admin can increase or decrease conf & user volume. for that i used MeetMeAdmin like this exten => 600,1,MeetMeAdmin(1111,ekKLmMNS,7010) where 1111 is conf number & 7010 is Admin user ityself Also for all other user i use like this with same conf number 1111...
2011 May 06
7
Background music during a call
Hi All, I am in desperate need of this feature. I want to play background music during a call while the 2 parties are having some lovely conversation (or maybe give them a sort of cursing background if they are cursing each other). I found this post which talks about creating a ghost call with the help of queues and putting that queue in a meetme room where queue will play the song/curse and the
2008 Feb 19
1
MeetMe Admin Functions
Is there any way that I can have an admin user hit * and then Mute all other users in a meetme conference? Sort of a moderator function? I know it can be done with MeetMeAdmin, but as I see it that requires a separate extension to dial, unless I've got the logic wrong? If it can be done in a single extension please show examples. Thanks. ________________________________ This e-mail, facsimile, or letter and any files or attachments transmitted with it contains inf...
2011 Sep 02
0
No subject
built-in; This doesn=92t matter because the moderator would have to use meetmeadmin or the confbridge equivalent to control the other functions. The moderator would either need two phones or a phone and a web = interface. Let=92s say Yves=92 =93special conference=94 is 5555. The moderator = would start using this command Exten =3D> s,1,meetme(5555) The participants would do...
2004 Dec 28
1
Intercom System with Asterisk and Cisco 7960
...call all the lines at one time. I have 4 phones I would like all of then to answer when I dial x300. Any help would be great Thanks Tuska extensions.conf [conference] exten => 300,1,AGI(callall) exten => 300,2,MeetMe(300,dtqp) ; press # to exit the conference exten => 300,3,MeetMeAdmin(300,K) ; kick all users out exten => 300,4,Hangup exten => h,1,Hangup ; [add-to-conference] exten => start,1,MeetMe(300,dmqp) exten => h,1,Hangup /var/lib/asterisk/agi-bin/301-conf (and one for each extension) Channel: SIP/301 Context: add-to-conference Extension: sta...
2007 May 09
1
Question about Asterisk 1.4 depoyment.
Hello Folks, I am testing Asterisk 1.4.2 running on Fedora Core 5 (version 2.6-17). I have loaded the app_meet.so module in order to activate the MeetMe, MeetMeCount and MeetMeAdmin applications. While I have been successful in loading the app_meet.so module, I am experiencing an immediate kernel panic every time I try to make a call to a room conference. Is this story unique to me? How can I either fix or work around this? Is Asterisk 1.4.2 ready for production deployment...
2008 Mar 04
1
Clustering Meetme over multiple boxes?
...ld be possible to have some calls on one box and some on another, that should all be conferenced together, by somehow linking matching Meetme conferences on both/all boxes. Particular complications I can envisage are the handling of marked users (A, w and x options), call recording (r option), and MeetmeAdmin operations such as mute all and unmute all. Cheers Tony -- Tony Mountifield Work: tony at softins.co.uk - http://www.softins.co.uk Play: tony at mountifield.org - http://tony.mountifield.org
2009 May 07
1
How to get meetme participants in dialplan?
The meetmeadmin() dialplan function lets you specify a user to mute, un-mute or kick. But how do you get a list of users in your dialplan? When a user joins a conference, the user number assigned is "the last user number +1." If you have a long running conference with callers joining and leaving all...
2009 Sep 30
1
How to finish a Meetme
Hi people, I want to make a meetme between 2 numbers. First I enter the number1 into the meetme. It is waiting for the other number, but the other number never entered, so, how can I finish the meetme from the dialplan?. Is it posible by using MeetmeAdmin and kick all the users? Thanks, Anahi Ludue?a _________________________________________________________________ Descubre todas las formas en que puedes estar en contacto con amigos y familiares. http://www.microsoft.com/windows/windowslive/default.aspx -------------- next part...
2010 Jun 07
0
Announcement before absolute timeout / how to terminate a meetme conf?
...task (simplified, hopefully right - deleted all announcements, cdr, etc. :)): [macro-c2cmacro-p1] exten => s,n,Dial(SIP/sipconnect/${to1},120,M(c2cmacro-connect^${ARG1}^to1)) exten => s,n(lbl_macro-c2cmacro-p1_1),MacroExit() exten => s,n(lbl_macro-c2cmacro-p1_2),Hangup() exten => h,1,MeetMeAdmin(8000,K) exten => h,n,Goto(s,lbl_macro-c2cmacro-p1_1) [macro-c2cmacro-p2] exten => s,n,Dial(SIP/sipconnect/${to2},120,M(c2cmacro-connect^${ARG1}^to2)) exten => s,n(lbl_macro-c2cmacro-p2_1),MacroExit() exten => s,n(lbl_macro-c2cmacro-p2_2),Hangup() exten => h,1,MeetMeAdmin(8000,K) ex...
2013 Jan 16
2
special conference room
Hi list, I am in need of a "special" asterisk conference room with the following constraints: - there is one admin / moderator and several "normal" callers. - the callers must not hear any other caller, only the moderator - the moderator must be able to mute and unmute any caller at any time - the moderator must be able to talk to all callers or to a specific caller. - the
2009 May 29
1
how to detect dtmf in meetme
...hp://stderr','w')); } //$stdout = fopen('php://stdout', 'w'); //print "GET DATA <hello-world.gsm> [<30>[<10>]]\"\"\n"; print "get_data('demo-welcome', 15, 5)\"\"\n"; $agivars = (fgets(STDIN)); print "MeetMeAdmin(900,k,$agivars)\"\"\n"; print "set extension 121\"\"\n"; print "set priority 5\"\"\n"; //fflush($stdout); //;$result = <STDIN>; //;$checkresult($result); //print STDERR "4. Testing 'saynumber'..."; print "SAY N...
2012 Oct 02
2
Questions on converting to ConfBridge
I'm looking at what would be involved in converting from MeetMe to ConfBridge and there seems to be a lot of missing administrative things, but I hope I'm just missing it. We all know about the missing realtime linkage. That's a major nuisance, but can be worked around. More serious is that the CLI command to display users in a ConfBridge don't show the caller ID information, so
2013 Sep 10
0
MeetMe Admin unmute user problem
Hello fellow asterisk users, I've been facing a problem when using MeetMe's admin functionality to unmute users in a conference using *Asterisk 1.6.2.11*. I've tried: 1) MeetMeUnmute (AMI) 2) MeetMeAdmin(AMI) 3) MeetMeChannelAdmin(AMI) and also tried via console : "asterisk -rx 'meetme unmute conf_no user_no'" and the available AGI functions. but all of this to no avail. The only output error debug that I get in the logs when a admin presses unmute key to unmute a user is: * * *M...
2010 Sep 17
2
3rd party app store
...t +1-212-203-4357?? New York +61-2-9016-5642?? (Sydney in-dial). +44-20-3129-6001 (London in-dial). asterisk-users] FW: Asterisk 3rd party developed commercial software sales licensing platform Dean Collins Dean at cognation.net Mon May 5 06:24:48 CDT 2008 * Previous message: [asterisk-users] MeetMeAdmin() working problem * Next message: [asterisk-users] FW: Asterisk 3rd party developed commercial software sales licensing platform * Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] ________________________________________ Hi Randy, As discussed on Friday the 9th of May I would like...
2005 Jan 07
0
Inbound Pickup Issue - Sipmedia
...RIDNUM}) ;sipmedia_outbound exten => _1NXXNXXXXXX,1,Dial(SIP/${EXTEN:1}@Sipmedia) exten => _1NXXNXXXXXX,4,Congestion() exten => _1NXXNXXXXXX,102,Busy() ;[conference] ;exten => 300,1,AGI(callall) ;exten => 300,2,MeetMe(300,dtqp) ; press # to exit the conference ;exten => 300,3,MeetMeAdmin(300,K) ; kick all users out ;exten => 300,4,Hangup ;exten => h,1,Hangup ; ;[add-to-conference] ;exten => start,1,MeetMe(300,dmqp) ;exten => h,1,Hangup [from-Sipmedia] exten => s,1,Dial(SIP/200&SIP/203,40,tr) exten => s,2,Voicemail(u200) exten => s,102,Voicemail(b20...
2005 Jan 09
0
RE: Inbound calls getting disconnected when I answer the phone, using 'SIP'
...RIDNUM}) ;sipmedia_outbound exten => _1NXXNXXXXXX,1,Dial(SIP/${EXTEN:1}@Sipmedia) exten => _1NXXNXXXXXX,4,Congestion() exten => _1NXXNXXXXXX,102,Busy() ;[conference] ;exten => 300,1,AGI(callall) ;exten => 300,2,MeetMe(300,dtqp) ; press # to exit the conference ;exten => 300,3,MeetMeAdmin(300,K) ; kick all users out ;exten => 300,4,Hangup ;exten => h,1,Hangup ; ;[add-to-conference] ;exten => start,1,MeetMe(300,dmqp) ;exten => h,1,Hangup [from-Sipmedia] exten => s,1,Dial(SIP/200&SIP/203,40,tr) exten => s,2,Voicemail(u200) exten => s,102,Voicemail(b20...
2004 May 23
1
*** Asterisk Sunday News: Conferences on the phone and IRL - "in real life"
...y) In CVS head, there's been a number of additions to MeetMe lately, additions that make MeetMe much more than a "simple" conference bridge. The dial plan applications for the MeetMe system in CVS head are - MeetMe - enter a conference (in some cases creates a dynamic conference) - MeetMeAdmin - kick users, lock conferences, mute conferences - MeetMeCount - count number of participants for a conference There's also a new family of CLI commands for managing MeetMe: - Meetme List conferences - MeetMe kick <confno> <user> Kick a user out of a conference - MeetMe kick <...