[Home]

Summary:ASTERISK-04616: [patch] control_stream_file (like ControlPlayback) for AGI
Reporter:Matthew Nicholson (mnicholson)Labels:
Date Opened:2005-07-18 19:12:28Date Closed:2008-01-15 15:44:49.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Resources/res_agi
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) agi_control_stream_file.diff.txt
( 1) agi_control_stream_file2.diff.txt
Description:This patch adds support for controled streaming of files from an AGI script much like ControlPlayback.
Comments:By: Clod Patry (junky) 2005-07-18 19:21:40

Do you mind consider ASTERISK-4573?
And you remark that problem too, which cause a segfault:
- strcat(breaks, stop);
- strcat(breaks, pause);
that's why i've added it in my patch, too.

Good adition.



By: Matthew Nicholson (mnicholson) 2005-07-29 15:05:31

agi_control_stream_file2.diff.txt removes an unused variable from the old patch.

By: Kevin P. Fleming (kpfleming) 2005-08-22 17:57:35

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:44:49.000-0600

Repository: asterisk
Revision: 6360

U   trunk/res/res_agi.c

------------------------------------------------------------------------
r6360 | kpfleming | 2008-01-15 15:44:49 -0600 (Tue, 15 Jan 2008) | 2 lines

add CONTROL STREAM FILE AGI command (issue ASTERISK-4616)

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

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