[Home]

Summary:ASTERISK-03414: [patch] Always asking user for a password in app_meetme
Reporter:constfilin (constfilin)Labels:
Date Opened:2005-02-01 20:51:38.000-0600Date Closed:2008-01-15 15:24:04.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_meetme.diff
Description:Current app_meetme.c asks callers for a PIN only
if the PIN is not specified on the dialplan call
to Meetme().

This makes it impossible to have Meetme() create a dynamic
conference with specified PIN and ask the first caller
(i.e. the caller that creates the conference) to confirm
that it knows the PIN. If the PIN is specified then
Meetme() does not ask for it anymore.

The suggested patch offers an option to create a dynamic conference with specified PIN and ask *EVEN THE FIRST CALLER* for that PIN.


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

My disclaimer is on file with Digium.
Comments:By: Mark Spencer (markster) 2005-02-01 20:56:36.000-0600

Added to CVS head, thanks!

By: Russell Bryant (russell) 2005-02-06 21:31:32.000-0600

head only issue

By: Digium Subversion (svnbot) 2008-01-15 15:24:04.000-0600

Repository: asterisk
Revision: 4949

U   trunk/apps/app_meetme.c

------------------------------------------------------------------------
r4949 | markster | 2008-01-15 15:24:03 -0600 (Tue, 15 Jan 2008) | 2 lines

Add option to prompt for PIN even if specified (bug ASTERISK-3414)

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

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