mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 06:48:25 +00:00
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:
@@ -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 */
|
||||
|
||||
@@ -42,6 +42,7 @@ extern int option_exec_includes;
|
||||
extern int option_cache_record_files;
|
||||
extern int option_timestamp;
|
||||
extern int option_transcode_slin;
|
||||
extern int option_transmit_silence_during_record;
|
||||
extern int option_maxcalls;
|
||||
extern double option_maxload;
|
||||
extern int option_dontwarn;
|
||||
|
||||
Reference in New Issue
Block a user