summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-04-16 02:47:03 +0000
committerMark Spencer <markster@digium.com>2003-04-16 02:47:03 +0000
commit40fe8aa5335874af37513cfad0eb5cf413a6bb5d (patch)
treef5f3665e6d5ac2806b317041f9323afd068088ee /include
parent7ba7ec9c976b44ba7cdf21b7c7cb8ab8aaf20b44 (diff)
Add "prod" function, to get audio moving
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@856 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/channel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 73ecc8b29..da849c899 100755
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -462,6 +462,9 @@ struct ast_frame *ast_read(struct ast_channel *chan);
*/
int ast_write(struct ast_channel *chan, struct ast_frame *frame);
+/* Send empty audio to prime a channel driver */
+int ast_prod(struct ast_channel *chan);
+
//! Sets read format on channel chan
/*!
* \param chan channel to change