aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
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