Asterisk - The Open Source Telephony Project
21.4.1
|
Structure which contains all of the snoop information. More...
Data Fields | |
struct ast_str * | app |
Stasis application and arguments. | |
struct ast_channel * | chan |
Snoop channel. | |
struct ast_frame | silence |
A frame of silence to use when the audiohook returns null. | |
struct ast_audiohook | spy |
Audiohook used to spy on the channel. | |
unsigned int | spy_active:1 |
Whether the spy capability is active or not. | |
enum ast_audiohook_direction | spy_direction |
Direction for spying. | |
struct ast_format * | spy_format |
Format in use by the spy audiohook. | |
unsigned int | spy_samples |
Number of samples to be read in when spying. | |
struct ast_channel * | spyee_chan |
The channel that the Snoop channel is snooping on. | |
struct ast_timer * | timer |
Timer used for waking up Stasis thread. | |
struct ast_audiohook | whisper |
Audiohook used to whisper on the channel. | |
unsigned int | whisper_active:1 |
Whether the whisper capability is active or not. | |
enum ast_audiohook_direction | whisper_direction |
Direction for whispering. | |
Structure which contains all of the snoop information.
Definition at line 50 of file res_stasis_snoop.c.