[Home]

Summary:ASTERISK-14815: [patch] First caller to dynamic conference has to enter pin number twice
Reporter:Kris Shaw (shawkris)Labels:
Date Opened:2009-09-10 17:47:35Date Closed:2010-09-30 14:50:26
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) issue15878.patch
( 1) meetme.patch
Description:If MeetMe is configured to use dynamic conference numbers, then the first caller (which creates the conference) has to enter the PIN number twice.

Looking at the code, if a matching conference isn't found then one is created and the user is asked to provide a PIN. Then, the code drops into the authentication section so the caller is asked again to enter the PIN.

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

[meetmeconf]
exten => s,1,Answer
exten => s,n,Wait(1)
exten => s,n,Meetme(,DI)
exten => s,n,Hangup


   -- Accepting call from 'x' to 'x' on channel 0/1, span 1
   -- Executing [x@in-from-bt:1] Goto("Zap/1-1", "meetmeconf|s|1") in new stack
   -- Goto (meetmeconf,s,1)
   -- Executing [s@meetmeconf:1] Answer("Zap/1-1", "") in new stack
   -- Executing [s@meetmeconf:2] Wait("Zap/1-1", "1") in new stack
   -- Executing [s@meetmeconf:3] MeetMe("Zap/1-1", "|DI") in new stack
   -- <Zap/1-1> Playing 'conf-getconfno' (language 'en')
   -- <Zap/1-1> Playing 'conf-getpin' (language 'en')
   -- Created MeetMe conference 1023 for conference '11'
   -- <Zap/1-1> Playing 'conf-getpin' (language 'en')
   -- <Zap/1-1> Playing 'vm-rec-name' (language 'en')
   -- <Zap/1-1> Playing 'beep' (language 'en')
   -- x=0, open writing:  /var/spool/asterisk/meetme/meetme-username-11-1 format: sln, 0x8182040
   -- User ended message by pressing #
   -- <Zap/1-1> Playing 'auth-thankyou' (language 'en')
   -- <Zap/1-1> Playing 'conf-onlyperson' (language 'en')
   -- Channel 0/1, span 1 got hangup request, cause 16
   -- Hungup 'Zap/pseudo-1128899455'
 == Spawn extension (meetmeconf, s, 3) exited non-zero on 'Zap/1-1'
   -- Hungup 'Zap/1-1'
Comments:By: Paul Belanger (pabelanger) 2010-06-02 11:48:01

Tested and confirm patch.  Waiting for sign-off.

By: Digium Subversion (svnbot) 2010-06-23 15:57:01

Repository: asterisk
Revision: 272255

U   branches/1.4/apps/app_meetme.c

------------------------------------------------------------------------
r272255 | pabelanger | 2010-06-23 15:57:01 -0500 (Wed, 23 Jun 2010) | 12 lines

First caller into a dynamic conference now enter pin once.

If MeetMe is configured to use dynamic conference
numbers, then the first caller (which creates the
conference) had to enter the PIN number twice.

(closes issue ASTERISK-14815)
Reported by: shawkris
Patches:
     issue15878.patch uploaded by pabelanger (license 224)
Tested by: pabelanger

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

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

By: Digium Subversion (svnbot) 2010-06-23 16:00:00

Repository: asterisk
Revision: 272257

_U  trunk/
U   trunk/apps/app_meetme.c

------------------------------------------------------------------------
r272257 | pabelanger | 2010-06-23 16:00:00 -0500 (Wed, 23 Jun 2010) | 19 lines

Merged revisions 272255 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
 r272255 | pabelanger | 2010-06-23 16:57:01 -0400 (Wed, 23 Jun 2010) | 12 lines
 
 First caller into a dynamic conference now enter pin once.
 
 If MeetMe is configured to use dynamic conference
 numbers, then the first caller (which creates the
 conference) had to enter the PIN number twice.
 
 (closes issue ASTERISK-14815)
 Reported by: shawkris
 Patches:
       issue15878.patch uploaded by pabelanger (license 224)
 Tested by: pabelanger
........

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

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

By: Digium Subversion (svnbot) 2010-06-23 16:01:47

Repository: asterisk
Revision: 272258

_U  branches/1.6.2/
U   branches/1.6.2/apps/app_meetme.c

------------------------------------------------------------------------
r272258 | pabelanger | 2010-06-23 16:01:46 -0500 (Wed, 23 Jun 2010) | 26 lines

Merged revisions 272257 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
 r272257 | pabelanger | 2010-06-23 17:00:00 -0400 (Wed, 23 Jun 2010) | 19 lines
 
 Merged revisions 272255 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4
 
 ........
   r272255 | pabelanger | 2010-06-23 16:57:01 -0400 (Wed, 23 Jun 2010) | 12 lines
   
   First caller into a dynamic conference now enter pin once.
   
   If MeetMe is configured to use dynamic conference
   numbers, then the first caller (which creates the
   conference) had to enter the PIN number twice.
   
   (closes issue ASTERISK-14815)
   Reported by: shawkris
   Patches:
         issue15878.patch uploaded by pabelanger (license 224)
   Tested by: pabelanger
 ........
................

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

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