[Home]

Summary:ASTERISK-03581: [patch] Add the total users into a conf.
Reporter:Clod Patry (junky)Labels:
Date Opened:2005-02-24 23:06:27.000-0600Date Closed:2008-01-15 15:26:10.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) count_users.diff.txt
Description:When you list a conf, you see all users, but you don't see the total users.
debian*CLI> meetme list 2346
User #: 2  Channel: SIP/100-d49b    (unmonitored)
User #: 4  Channel: SIP/100-8995    (unmonitored)
User #: 5  Channel: SIP/100-6888    (unmonitored)
User #: 7  Channel: SIP/100-6831    (unmonitored)
User #: 8  Channel: SIP/100-6241    (unmonitored)
User #: 13  Channel: SIP/100-3212    (unmonitored)
debian*CLI>



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

With this patch, it gives the total users into a conf like:
debian*CLI> meetme list 2346
User #: 2  Channel: SIP/100-d49b    (unmonitored)
User #: 4  Channel: SIP/100-8995    (unmonitored)
User #: 5  Channel: SIP/100-6888    (unmonitored)
User #: 7  Channel: SIP/100-6831    (unmonitored)
User #: 8  Channel: SIP/100-6241    (unmonitored)
User #: 13  Channel: SIP/100-3212    (unmonitored)
6 users in that conference.
debian*CLI>

It's really useful, when someone ask: "how many users are in now?".


Disclaimer on file.
Comments:By: abatista (abatista) 2005-02-24 23:08:41.000-0600

Wow just another one that we need for stable keep them coming nice.

By: Chuck Pearce (vulturecp) 2005-02-24 23:26:48.000-0600

asterisk*CLI> meetme list 100
User #: 1  Channel: SIP/x201-0073 (Admin)
1 users in that conference.

Release Version: 1.0.5

By: Mark Spencer (markster) 2005-02-26 00:51:01.000-0600

Added to CVS head.  Thanks!

By: Russell Bryant (russell) 2005-02-26 19:46:19.000-0600

not included in 1.0 since it is a new feature

By: Digium Subversion (svnbot) 2008-01-15 15:26:10.000-0600

Repository: asterisk
Revision: 5084

U   trunk/apps/app_meetme.c

------------------------------------------------------------------------
r5084 | markster | 2008-01-15 15:26:09 -0600 (Tue, 15 Jan 2008) | 2 lines

Show number of meetme users (bug ASTERISK-3581)

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

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