Add linear file generator, CIRCQ emulation for BSD (bug #1626)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2956 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-05-13 19:01:10 +00:00
parent c9d3a81c3a
commit 6b0805633b
3 changed files with 109 additions and 0 deletions

View File

@@ -51,6 +51,9 @@ extern int ast_safe_system(const char *s);
//! 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