Re: [asterisk-users] How to finish a Meetme

2009-09-30 Thread Ivan Stepaniuk
Anahi Ludueña wrote:
 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,
 From the asterisk cli 'core show application MeetMe':

User can exit the conference by hangup, or if the 'p' option
is specified, by pressing '#'.

Then the dialplan resumes, but why would you need to kick that user from 
the MeetMe? AFAIK there is no -easy- way to automatically kick out the 
last user from the conference when it is the only one left.

What are you using MeetMe for?

Saludos

--
Iván Stepaniuk
Alba Fotónica S.L.
www.albafotonica.com


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] How to finish a Meetme

2009-09-30 Thread covici
there is an undocumented feature in meetme using the kick option called
all, which kicks everyone off if you want to be sure and end the
conference.

Ivan Stepaniuk i...@albafotonica.com wrote:

 Anahi Ludueña wrote:
  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,
  From the asterisk cli 'core show application MeetMe':
 
 User can exit the conference by hangup, or if the 'p' option
 is specified, by pressing '#'.
 
 Then the dialplan resumes, but why would you need to kick that user from 
 the MeetMe? AFAIK there is no -easy- way to automatically kick out the 
 last user from the conference when it is the only one left.
 
 What are you using MeetMe for?
 
 Saludos
 
 --
 Iván Stepaniuk
 Alba Fotónica S.L.
 www.albafotonica.com
 
 
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
 AstriCon 2009 - October 13 - 15 Phoenix, Arizona
 Register Now: http://www.astricon.net
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 cov...@ccs.covici.com

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] How to finish a Meetme

2009-09-30 Thread Steve Edwards
On Wed, 30 Sep 2009, cov...@ccs.covici.com wrote:

 there is an undocumented feature in meetme using the kick option called
 all, which kicks everyone off if you want to be sure and end the
 conference.

Are you referring to the documented 'K' option for the meetmeadmin() 
dialplan application or the inadequately documented meetme kick confno 
usernumber CLI command -- which doesn't (1.2) document that 
usernumber can be all? (Or that confno does not have to be 
numeric.)

-- 
Thanks in advance,
-
Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST
Newline  Fax: +1-760-731-3000

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] How to finish a Meetme

2009-09-30 Thread covici
Steve Edwards asterisk@sedwards.com wrote:

 On Wed, 30 Sep 2009, cov...@ccs.covici.com wrote:
 
  there is an undocumented feature in meetme using the kick option called
  all, which kicks everyone off if you want to be sure and end the
  conference.
 
 Are you referring to the documented 'K' option for the meetmeadmin() 
 dialplan application or the inadequately documented meetme kick confno 
 usernumber CLI command -- which doesn't (1.2) document that 
 usernumber can be all? (Or that confno does not have to be 
 numeric.)

The cli command.  I wish you could some of this from the phone, but
you'd almost have to have an audio display of user numbers and caller
ids to have it make sense.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 cov...@ccs.covici.com

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] How to finish a Meetme

2009-09-30 Thread Steve Edwards
 On Wed, 30 Sep 2009, cov...@ccs.covici.com wrote:

 there is an undocumented feature in meetme using the kick option called
 all, which kicks everyone off if you want to be sure and end the
 conference.

 Steve Edwards asterisk@sedwards.com wrote:

 Are you referring to the documented 'K' option for the meetmeadmin()
 dialplan application or the inadequately documented meetme kick confno
 usernumber CLI command -- which doesn't (1.2) document that
 usernumber can be all? (Or that confno does not have to be
 numeric.)

On Wed, 30 Sep 2009, cov...@ccs.covici.com wrote:

 The cli command.  I wish you could some of this from the phone, but 
 you'd almost have to have an audio display of user numbers and caller 
 ids to have it make sense.

I did this a couple of months ago. An admin, wanting to kick a user from 
a conference would execute an AGI that would map an index to a meetme user 
id via AMI so the admin could mute or un-mute a user (to identify the 
abusive user) or kick the user.

-- 
Thanks in advance,
-
Steve Edwards   sedwa...@sedwards.com  Voice: +1-760-468-3867 PST
Newline  Fax: +1-760-731-3000

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users