[Home]

Summary:ASTERISK-14407: [patch] MP3 files not playing in Asterisk 1.6.1.1 + Addons 1.6.1.0
Reporter:dlnoah (dlnoah)Labels:
Date Opened:2009-07-01 10:26:37Date Closed:2009-09-01 10:45:53
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Addons/format_mp3
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) asterisk-addons.patch.txt
Description:I upgraded one of my Asterisk servers to 1.6.1.1 with addons 1.6.1.0, MP3 files will no longer playback using either the Background() or Playback() dialplan applications.  The pre-upgrade setup was using Background() with 1.6.0.9 and addons 1.6.0.0.  Downgrading to those versions causes MP3 files to play again with no changes to the dialplan or configs necessary.
Comments:By: David Brooks (dbrooks) 2009-07-23 14:46:26

This patch should allow for mp3 playback in the 1.6.1 branch

By: dlnoah (dlnoah) 2009-07-23 20:23:21

Patch resolves the issue I reported, will continue testing for another couple days.

By: Leif Madsen (lmadsen) 2009-08-20 14:47:58

dbrooks: I think you can go ahead and commit this since if it wasn't working, the reporter most likely would have come back and said so :)

DLNoah: if you can confirm it is still working, that'd be great!

By: dlnoah (dlnoah) 2009-08-20 14:56:07

Oh, sorry, didn't think about coming back to confirm the testing.  Yes, the patch has worked continuously since applied.

By: Digium Subversion (svnbot) 2009-08-31 16:13:11

Repository: asterisk-addons
Revision: 1020

U   tags/1.6.1.0/formats/format_mp3.c

------------------------------------------------------------------------
r1020 | dbrooks | 2009-08-31 16:13:11 -0500 (Mon, 31 Aug 2009) | 9 lines

Fixes MP3 problem with Playback() and Background()

Using Playback() and Background() with an MP3 file was not possible. This patch to
format_mp3 allows MP3s to be used with these functions.

(closes issue ASTERISK-14407)
Reported by: DLNoah
Tested by: dbrooks, DLNoah

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

http://svn.digium.com/view/asterisk-addons?view=rev&revision=1020

By: Digium Subversion (svnbot) 2009-09-01 10:45:53

Repository: asterisk-addons
Revision: 1022

U   branches/1.6.1/formats/format_mp3.c

------------------------------------------------------------------------
r1022 | dbrooks | 2009-09-01 10:45:52 -0500 (Tue, 01 Sep 2009) | 9 lines

Fixes MP3 problem with Playback() and Background()

Using Playback() and Background() with an MP3 file was not possible. This patch to
format_mp3 allows MP3s to be used with these functions.

(closes issue ASTERISK-14407)
Reported by: DLNoah
Tested by: dbrooks, DLNoah

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

http://svn.digium.com/view/asterisk-addons?view=rev&revision=1022