[Home]

Summary:ASTERISK-11162: [patch] add the possibility to know if a meetme conference is locked before joining it.
Reporter:Clod Patry (junky)Labels:
Date Opened:2008-01-05 16:38:07.000-0600Date Closed:2008-04-18 13:11:04
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) meetme_info.patch
( 1) meetme_lock_rev1.diff
Description:The main goal is the possibility to know current status, which they can also be called from the AMI too.

Cause right now, the only way to know if a conference is locked or not is to lauch MeetMe() and if it's locked, we gonna hear it.


 -= Info about function 'MEETME_LOCK' =-

[Syntax]
MEETME_LOCK(<conf>)

[Synopsis]
Tell if a meetme conference is locked or not

[Description]
Returns a boolean of whether the corresponding conference is locked
Returns 1 if locked, 0 otherwise



****** ADDITIONAL INFORMATION ******

Like discussed with Russell at astricon, this could be merged in an helper function, like MEETME_INFO(keyword, conf [,user_id]);
keyword could be:
-mute
-kick

Do you see any other keyword?


Comments:By: jmls (jmls) 2008-02-06 04:19:14.000-0600

anyone care to look at this ?

By: Russell Bryant (russell) 2008-02-13 16:00:16.000-0600

yeah, I'd rather have a generic MEETME_INFO() function with the args (<keyword>,<confno>[,additional args for the keyword])

By: Clod Patry (junky) 2008-02-13 18:36:52.000-0600

I've an alpha version, let me test it correctly and i will for that MEETME_INFO() function.

By: Jeff Peeler (jpeeler) 2008-04-15 17:50:30

New patch, waiting to see if anything else needs to be added.

By: Digium Subversion (svnbot) 2008-04-18 13:10:08

Repository: asterisk
Revision: 114261

U   trunk/CHANGES
U   trunk/apps/app_meetme.c

------------------------------------------------------------------------
r114261 | file | 2008-04-18 13:10:05 -0500 (Fri, 18 Apr 2008) | 6 lines

Add MEETME_INFO dialplan function that allows querying various properties of a Meetme conference.
(closes issue ASTERISK-11162)
Reported by: junky
Patches:
     meetme_info.patch uploaded by jpeeler (license 325)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=114261

By: Digium Subversion (svnbot) 2008-04-18 13:11:04

Repository: asterisk
Revision: 114262

_U  branches/1.6.0/

------------------------------------------------------------------------
r114262 | file | 2008-04-18 13:11:04 -0500 (Fri, 18 Apr 2008) | 13 lines

Blocked revisions 114261 via svnmerge

........
r114261 | file | 2008-04-18 15:15:11 -0300 (Fri, 18 Apr 2008) | 6 lines

Add MEETME_INFO dialplan function that allows querying various properties of a Meetme conference.
(closes issue ASTERISK-11162)
Reported by: junky
Patches:
     meetme_info.patch uploaded by jpeeler (license 325)

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=114262