[Home]

Summary:ASTERISK-13069: After upgrading from 1.4.21.2 to 1.4.22 running MeetMe with D option doesn't ask for conference PIN
Reporter:A. Karl Kornel (akkornel)Labels:
Date Opened:2008-11-13 19:44:26.000-0600Date Closed:2008-11-18 13:13:56.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I have a local "conference bridge" extension that runs `Answer()`, and then runs `MeetMe(,DIMopsx,)`.

Running Asterisk 1.4.21.2, when I dialed the extension, I would be asked for a conference number, then a PIN, and then to record my name.  After switching to the 1.4.22 SVN branch, building, and installing that, when I dialed the extension, I would be asked for a conference number, and then to record my name.  The PIN stage was skipped.

Switching back to the 1.4.21.2 SVN branch, building, and installing that, everything became OK!

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

   -- Executing [870126@internal:1] Answer("SIP/kornelak_softphone-007ede20", "") in new stack
   -- Executing [870126@internal:2] MeetMe("SIP/kornelak_softphone-007ede20", "|DIMopsx|") in new stack
   -- <SIP/kornelak_softphone-007ede20> Playing 'conf-getconfno' (language 'en')
   -- Created MeetMe conference 1023 for conference '123456'
   -- <SIP/kornelak_softphone-007ede20> Playing 'vm-rec-name' (language 'en')
   -- <SIP/kornelak_softphone-007ede20> Playing 'beep' (language 'en')
   -- x=0, open writing:  /var/spool/asterisk/meetme/meetme-username-123456-1 format: sln, 0x844070
   -- User ended message by pressing #
   -- <SIP/kornelak_softphone-007ede20> Playing 'auth-thankyou' (language 'en')
   -- <SIP/kornelak_softphone-007ede20> Playing 'conf-onlyperson' (language 'en')
   -- Started music on hold, class 'default', on SIP/kornelak_softphone-007ede20
   -- Stopped music on hold on SIP/kornelak_softphone-007ede20
   -- Hungup 'Zap/pseudo-389121844'
 == Spawn extension (internal, 870126, 2) exited non-zero on 'SIP/kornelak_softphone-007ede20'

The problem also appears with 1.4.23-rc1.
Comments:By: Digium Subversion (svnbot) 2008-11-18 13:13:55.000-0600

Repository: asterisk
Revision: 157365

U   branches/1.4/apps/app_meetme.c

------------------------------------------------------------------------
r157365 | jpeeler | 2008-11-18 13:13:55 -0600 (Tue, 18 Nov 2008) | 6 lines

(closes issue ASTERISK-13069)
Reported by: akkornel

This fix is the result of a bug fix in ast_app_separate_args r124395. If an argument does not exist it should always be set to a null string rather than a null pointer.


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

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