[Home]

Summary:ASTERISK-14082: MeetMe Fails to Authenticate
Reporter:Phil Haddad (pmhaddad)Labels:
Date Opened:2009-05-07 10:03:35Date Closed:2009-06-08 11:12:40
Priority:BlockerRegression?Yes
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:MeetMe should be able to ask users for a PIN to a conference room like this:

exten => 100,1,MeetMe(100,iMp,1234)

where 1234 is the PIN for the conference room. In Asterisk 1.6.0.9, I cannot get this to work, instead I have to use Authenticate(), like this:

exten => 100,1,Authenticate(1234)
exten => 100,n,MeetMe(100,iM)

Comments:By: Leif Madsen (lmadsen) 2009-05-12 07:54:01

I can confirm this issue. I think the example here was a little off actually (I think you need to be using the 'D' option in MeetMe to really make this work), however, after testing, I can't get the pin portion of this to work.

If I use the meetme.conf file to setup the conference, then it works fine.

Here is my dialplan (I tried a couple of different iterations, but this is the most simple that I believe should work):

'D' -- dynamically add conference, prompting for a PIN

exten => 100,1,Answer()
exten => 100,n,MeetMe(100,D,1234)


I am never prompted for a pin.

By: Digium Subversion (svnbot) 2009-05-20 12:14:01

Repository: asterisk
Revision: 195635

U   branches/1.4/apps/app_meetme.c

------------------------------------------------------------------------
r195635 | file | 2009-05-20 12:14:01 -0500 (Wed, 20 May 2009) | 5 lines

Fix a bug where the MeetMe option 'D' did not actually prompt for the pin.

(closes issue ASTERISK-14082)
Reported by: pmhaddad

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

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

By: Digium Subversion (svnbot) 2009-05-20 12:14:43

Repository: asterisk
Revision: 195636

_U  trunk/
U   trunk/apps/app_meetme.c

------------------------------------------------------------------------
r195636 | file | 2009-05-20 12:14:43 -0500 (Wed, 20 May 2009) | 12 lines

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

........
 r195635 | file | 2009-05-20 14:14:00 -0300 (Wed, 20 May 2009) | 5 lines
 
 Fix a bug where the MeetMe option 'D' did not actually prompt for the pin.
 
 (closes issue ASTERISK-14082)
 Reported by: pmhaddad
........

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

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

By: Digium Subversion (svnbot) 2009-05-20 12:15:24

Repository: asterisk
Revision: 195637

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

------------------------------------------------------------------------
r195637 | file | 2009-05-20 12:15:23 -0500 (Wed, 20 May 2009) | 19 lines

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

................
 r195636 | file | 2009-05-20 14:14:42 -0300 (Wed, 20 May 2009) | 12 lines
 
 Merged revisions 195635 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4
 
 ........
   r195635 | file | 2009-05-20 14:14:00 -0300 (Wed, 20 May 2009) | 5 lines
   
   Fix a bug where the MeetMe option 'D' did not actually prompt for the pin.
   
   (closes issue ASTERISK-14082)
   Reported by: pmhaddad
 ........
................

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

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

By: Digium Subversion (svnbot) 2009-05-20 12:16:08

Repository: asterisk
Revision: 195638

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

------------------------------------------------------------------------
r195638 | file | 2009-05-20 12:16:07 -0500 (Wed, 20 May 2009) | 19 lines

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

................
 r195636 | file | 2009-05-20 14:14:42 -0300 (Wed, 20 May 2009) | 12 lines
 
 Merged revisions 195635 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4
 
 ........
   r195635 | file | 2009-05-20 14:14:00 -0300 (Wed, 20 May 2009) | 5 lines
   
   Fix a bug where the MeetMe option 'D' did not actually prompt for the pin.
   
   (closes issue ASTERISK-14082)
   Reported by: pmhaddad
 ........
................

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

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

By: Digium Subversion (svnbot) 2009-05-20 12:16:50

Repository: asterisk
Revision: 195639

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

------------------------------------------------------------------------
r195639 | file | 2009-05-20 12:16:50 -0500 (Wed, 20 May 2009) | 19 lines

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

................
 r195636 | file | 2009-05-20 14:14:42 -0300 (Wed, 20 May 2009) | 12 lines
 
 Merged revisions 195635 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4
 
 ........
   r195635 | file | 2009-05-20 14:14:00 -0300 (Wed, 20 May 2009) | 5 lines
   
   Fix a bug where the MeetMe option 'D' did not actually prompt for the pin.
   
   (closes issue ASTERISK-14082)
   Reported by: pmhaddad
 ........
................

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

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