[Home]

Summary:ASTERISK-08506: [patch] Fix app_read to play multiple files
Reporter:Steven Sokol (ssokol)Labels:
Date Opened:2007-01-06 15:13:22.000-0600Date Closed:2007-01-15 10:25:14.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_read
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_read.c.patch
( 1) app.c.patch
( 2) app.h.patch
( 3) read_multi.tar.gz
Description:Here's a series of patches which allows app_read to play back multiple files much like background, playback, etc.  Makes prompt/collect dialplan stuff much easier.
Comments:By: Tilghman Lesher (tilghman) 2007-01-07 15:36:15.000-0600

As this is a new feature, please change the patch to apply against trunk.  Also, your patch should be in the form of the output of 'svn diff', not this tar/gz of patch files.

By: Steven Sokol (ssokol) 2007-01-07 19:09:36.000-0600

Ok.  Here you go.  The patch files are built against trunk.

By: Joshua C. Colp (jcolp) 2007-01-12 23:20:55.000-0600

Double trouble! Russell already took care of this via another bug, 7897, in revision 47408. Peace!