[Asterisk-cvs] asterisk/include/asterisk app.h,1.11,1.12

anthm at lists.digium.com anthm at lists.digium.com
Wed May 26 19:42:09 CDT 2004


Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv30416/include/asterisk

Modified Files:
	app.h 
Log Message:
enhance control_playback to have an app (app_controlplayback) and to allow pause (inherited by app_voicemail)

Index: app.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/app.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- app.h	26 May 2004 16:51:25 -0000	1.11
+++ app.h	26 May 2004 23:56:41 -0000	1.12
@@ -54,8 +54,8 @@
 //! Stream a filename (or file descriptor) as a generator.
 int ast_linear_stream(struct ast_channel *chan, const char *filename, int fd, int allowoverride);
 
-//! Stream a file with fast forward and reverse.
-int ast_control_streamfile(struct ast_channel *chan, char *file, char *f, char *r, int skipms);
+//! Stream a file with fast forward, pause, reverse.
+int ast_control_streamfile(struct ast_channel *chan, char *file,char *fwd,char *rev,char *stop,char *pause,int skipms);
 
 #if defined(__cplusplus) || defined(c_plusplus)
 }




More information about the svn-commits mailing list