[Home]

Summary:ASTERISK-08092: [patch] entering a dynamically created conference doesn't observe 'q' (quiet) option
Reporter:Tony Mancill (tmancill)Labels:
Date Opened:2006-11-08 18:04:45.000-0600Date Closed:2006-11-13 12:01:09.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) meetme_quiet.patch
Description:When entering a dynamically created conference, conf-enteringno and the conference number are played, regardless of the whether the 'q' option is specified.

Here is the sample Meetme invocation that exhibits this behavior:

 exten => _XXXX,1,Meetme(,edq)

A simple patch to test for CONFFLAG_QUIET is attached.

Thanks,
tony
Comments:By: Joshua C. Colp (jcolp) 2006-11-13 12:01:08.000-0600

Fixed in trunk as of revision 45760. If you believe this should go in 1.2 and 1.4 as well, feel free to reopen and explain. I was uncomfortable doing so since it was a change of behavior. Thanks!