optionally send silence during recording (issue #5135)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6925 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-11-01 17:22:25 +00:00
parent 236ce8f796
commit 03ceef35ac
7 changed files with 249 additions and 124 deletions

View File

@@ -1099,6 +1099,10 @@ struct ast_frame *ast_channel_spy_read_frame(struct ast_channel_spy *spy, unsign
*/
void ast_channel_spy_trigger_wait(struct ast_channel_spy *spy);
struct ast_silence_generator;
struct ast_silence_generator *ast_channel_start_silence_generator(struct ast_channel *chan);
void ast_channel_stop_silence_generator(struct ast_channel *chan, struct ast_silence_generator *state);
/* Misc. functions below */
/* Helper function for migrating select to poll */