[Home]

Summary:ASTERISK-00737: [patch] Allow dynamic conferences to be joined by channels without dynamic flag
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2004-01-04 17:25:37.000-0600Date Closed:2008-01-15 14:40:14.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20040104__meetme_fixups.diff.txt
( 1) 20040111__meetme_fix_2.diff.txt
( 2) 20040111__meetme_fix.diff.txt
Description:Currently, dynamic conferences cannot be joined by just anybody, but only those invocations of MeetMe with the d flag.  It's more logical to allow conferences to be joined if they already exist, but only allow them to be created on the fly by somebody using the d flag.

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

In addition, I've restructured some of the code to match the coding style elsewhere in Asterisk and removed some of the goto's in the code.

I've also added support for specifying PINs in the meetme.conf, although I'm waiting on soundfiles for the prompts before that part will be ready.
Comments:By: jerjer (jerjer) 2004-01-11 00:16:12.000-0600

commited to cvs.

By: Tilghman Lesher (tilghman) 2004-01-11 00:35:13.000-0600

new fix

By: jerjer (jerjer) 2004-01-11 00:46:53.000-0600

in cvs.

By: Tilghman Lesher (tilghman) 2004-01-11 00:52:41.000-0600

another fix

By: jerjer (jerjer) 2004-01-11 01:02:50.000-0600

in cvs, again

By: Digium Subversion (svnbot) 2008-01-15 14:40:13.000-0600

Repository: asterisk
Revision: 1932

U   trunk/apps/app_meetme.c

------------------------------------------------------------------------
r1932 | jeremy | 2008-01-15 14:40:13 -0600 (Tue, 15 Jan 2008) | 2 lines

Allow dynamic conferences to be joined by channels without dynamic flag. Bug ASTERISK-737

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

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

By: Digium Subversion (svnbot) 2008-01-15 14:40:14.000-0600

Repository: asterisk
Revision: 1933

U   trunk/apps/app_meetme.c

------------------------------------------------------------------------
r1933 | jeremy | 2008-01-15 14:40:14 -0600 (Tue, 15 Jan 2008) | 2 lines

fix dynamic conference. Bug ASTERISK-737 take two

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

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