[Home]

Summary:ASTERISK-08552: PIN Code and Administrator PIN Code Conferencing are ignored for app_meetme
Reporter:Edgar Molina (dongato)Labels:
Date Opened:2007-01-10 23:07:00.000-0600Date Closed:2007-02-14 15:12:48.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I am testing coferencing  option the asterisk-gui (Asterisk 1.4.0).  I created a conferencing room and set a PIN Code and Administrator PIN Code. When I do join to the conference room the system no request me the PIN and I can join to conferencing.

Before I set a conference room from edit text file extensions.conf and meetme.conf
and running the test, and the system request to PIN Code.


from gui

== Spawn extension (numberplan-custom-1, 400, 1) exited non-zero on 'SIP/102-082af398'
   -- Executing [200@numberplan-custom-1:1] MeetMe("SIP/102-082b5198", "200|dMsI|123|435") in new stack
   -- Created MeetMe conference 1023 for conference '200'
   -- Playing 'vm-rec-name' (language 'es')
   -- Playing 'beep' (language 'es')
   -- x=0, open writing:  /var/spool/asterisk/meetme/meetme-username-200-1 format: sln, 0x82a3970
   -- User ended message by pressing #
   -- Playing 'auth-thankyou' (language 'es')
   -- Playing 'conf-onlyperson' (language 'es')
   -- Started music on hold, class 'default', on SIP/102-082b5198
   -- Stopped music on hold on SIP/102-082b5198
   -- Hungup 'Zap/pseudo-2132088272'
   -- Hungup 'Zap/pseudo-35043532'
 == Spawn extension (numberplan-custom-1, 200, 1) exited non-zero on 'SIP/102-082b5198'


from test file

 -- Executing [400@numberplan-custom-1:1] MeetMe("SIP/102-082d9c38", "") in new stack
   -- Playing 'conf-getconfno' (language 'es')
 == Parsing '/etc/asterisk/meetme.conf': Found
   -- Created MeetMe conference 1023 for conference '400'
   -- Playing 'conf-getpin' (language 'es')
   -- Playing 'conf-onlyperson' (language 'es')
   -- Hungup 'Zap/pseudo-378835695'
   -- Hungup 'Zap/pseudo-475003676'
 == Spawn extension (numberplan-custom-1, 400, 1) exited non-zero on 'SIP/102-082d9c38'
Comments:By: Pari Nannapaneni (pari) 2007-02-14 15:12:48.000-0600

Thanks for reporting the problem.
This has been fixed in commit 336.
-Pari