[Asterisk-cvs] asterisk/include/asterisk app.h,1.8,1.9
markster at lists.digium.com
markster at lists.digium.com
Thu May 13 14:50:22 CDT 2004
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv5476/include/asterisk
Modified Files:
app.h
Log Message:
Add linear file generator, CIRCQ emulation for BSD (bug #1626)
Index: app.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/app.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- app.h 7 May 2004 21:14:55 -0000 1.8
+++ app.h 13 May 2004 19:01:10 -0000 1.9
@@ -51,6 +51,9 @@
//! Send DTMF to chan (optionally entertain peer)
int ast_dtmf_stream(struct ast_channel *chan, struct ast_channel *peer, char *digits, int between);
+//! Stream a filename (or file descriptor) as a generator.
+int ast_linear_stream(struct ast_channel *chan, const char *filename, int fd, int allowoverride);
+
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif
More information about the svn-commits
mailing list