[Home]

Summary:ASTERISK-08431: Asterisk auto-creates meetme conference when not ask to do so.
Reporter:robl (robl)Labels:
Date Opened:2006-12-25 23:08:53.000-0600Date Closed:2006-12-25 23:23:38.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Create an exten that calls MeetMe(|Mpcis) -- no conf number or pin specified..

meetme.conf contains only 1 conference "1234" with pin "1234"
[rooms]
conf => 1234,124

Then dial the exten assigned to MeetMe as above. Asterisk should ask for a conference number.  Specify any number NOT in meetme.conf (i.e. 12345) and Asterisk wrongly auto creates a new conference room.



  -- Executing [MeetMe@vaw-internal:1] Answer("SIP/3260-0075cb90", "") in new stack
   -- Executing [MeetMe@vaw-internal:2] Wait("SIP/3260-0075cb90", "1") in new stack
   -- Executing [MeetMe@vaw-internal:3] MeetMe("SIP/3260-0075cb90", "|Mpcis") in new stack
   -- Playing 'conf-getconfno' (language 'en')
 == Parsing '/etc/asterisk/meetme.conf': Found
   -- Created MeetMe conference 1023 for conference '12345'


Comments:By: Joshua C. Colp (jcolp) 2006-12-25 23:23:38.000-0600

Fixed in 1.4 as of revision 48966 and trunk as of revision 48967. Thanks!