Asterisk - The Open Source Telephony Project
18.5.0
|
#include <resource_channels.h>
Data Fields | |
const char * | app |
const char * | app_args |
const char * | channel_id |
const char * | snoop_id |
const char * | spy |
const char * | whisper |
Argument struct for ast_ari_channels_snoop_channel_with_id()
Definition at line 753 of file resource_channels.h.
const char* app |
Application the snooping channel is placed into
Definition at line 763 of file resource_channels.h.
Referenced by ast_ari_channels_snoop_channel_with_id(), ast_ari_channels_snoop_channel_with_id_cb(), and ast_ari_channels_snoop_channel_with_id_parse_body().
const char* app_args |
The application arguments to pass to the Stasis application
Definition at line 765 of file resource_channels.h.
Referenced by ast_ari_channels_snoop_channel_with_id(), ast_ari_channels_snoop_channel_with_id_cb(), and ast_ari_channels_snoop_channel_with_id_parse_body().
const char* channel_id |
Channel's id
Definition at line 755 of file resource_channels.h.
Referenced by ast_ari_channels_snoop_channel_with_id(), and ast_ari_channels_snoop_channel_with_id_cb().
const char* snoop_id |
Unique ID to assign to snooping channel
Definition at line 757 of file resource_channels.h.
Referenced by ast_ari_channels_snoop_channel_with_id(), and ast_ari_channels_snoop_channel_with_id_cb().
const char* spy |
Direction of audio to spy on
Definition at line 759 of file resource_channels.h.
Referenced by ast_ari_channels_snoop_channel_with_id(), ast_ari_channels_snoop_channel_with_id_cb(), and ast_ari_channels_snoop_channel_with_id_parse_body().
const char* whisper |
Direction of audio to whisper into
Definition at line 761 of file resource_channels.h.
Referenced by ast_ari_channels_snoop_channel_with_id(), ast_ari_channels_snoop_channel_with_id_cb(), and ast_ari_channels_snoop_channel_with_id_parse_body().