Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
stasis_app_snoop Struct Reference

Structure which contains all of the snoop information. More...

Data Fields

struct ast_strapp
 Stasis application and arguments.
 
struct ast_channelchan
 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_formatspy_format
 Format in use by the spy audiohook.
 
unsigned int spy_samples
 Number of samples to be read in when spying.
 
struct ast_channelspyee_chan
 The channel that the Snoop channel is snooping on.
 
struct ast_timertimer
 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.
 

Detailed Description

Structure which contains all of the snoop information.

Definition at line 50 of file res_stasis_snoop.c.


The documentation for this struct was generated from the following file: