aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-16 02:47:03 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-16 02:47:03 +0000
commit177e092ee9e1d265a953efd9d0f90fd77289cb46 (patch)
treef5f3665e6d5ac2806b317041f9323afd068088ee /include/asterisk/channel.h
parentb2f9fe53c3c09849e34b93cb2b78ea7ee811c8a8 (diff)
Add "prod" function, to get audio moving
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@856 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/channel.h')
-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