[Home]

Summary:ASTERISK-03592: [Patch] Maximum users for MeetMe
Reporter:mack_jpn (mack_jpn)Labels:
Date Opened:2005-02-26 09:42:54.000-0600Date Closed:2011-06-07 14:10:16
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_meetme.c.diff
Description:Usage is conf => confno[,pin][,adminpin][,maxusers]

/var/lib/asterisk/sounds/conf-maxusers.gsm is a talkie for max users limitation.
Comments:By: nick (nick) 2005-02-26 10:28:43.000-0600

OK, a couple of things:
1. Why not just use SetGroup/CheckGroup?

2. You need to have and mention a disclaimer on file with Digium for your patch to be considered.

3. Patches should be in diff -u form, which you can get with cvs diff -u (or by adding diff -u to your .cvsrc)

Nick

By: Clod Patry (junky) 2005-02-26 11:26:18.000-0600

Also, if you could attach patch as a .diff.txt format, every users will be able to view it without downloading them

Thanks for understanding.

By: Mark Spencer (markster) 2005-02-26 12:11:32.000-0600

I'm wondering if this would be better as an option to MeetMe rather than in the config file, with the reasoning being that if it's an option to meetme, then it can be combined with 'd', 'D', 'e', 'E' and related options...    It could be L(15) for example to limit to 15 callers.

And this would be a great time to do an options parsing API :)

By: twisted (twisted) 2005-02-26 14:47:58.000-0600

Mark, I believe it should go in both places.  If you make this as an optiont o MeetMe(), then you're going to wind up limiting the TOTAL number of meetme users when meetme is called without a conference number.

At the same time, it would definately be useful on dynamic conferences, since they aren't created from the config, it would be handy to have that option there.

By: Brian West (bkw918) 2005-03-14 23:06:44.000-0600

<kram-mode>Why can't you do this with the dialplan and the meetme count application we already have?</kram-mode>

/b

By: mack_jpn (mack_jpn) 2005-03-15 00:24:14.000-0600

ok, I will try to control with MeetMeCount.

thanks all :-)

pls close.

By: Tilghman Lesher (tilghman) 2005-03-15 08:32:09.000-0600

Closed on request by reporter.