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

#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
 

Detailed Description

Argument struct for ast_ari_channels_snoop_channel()

Definition at line 717 of file resource_channels.h.

Field Documentation

const char* app

Application the snooping channel is placed into

Definition at line 725 of file resource_channels.h.

Referenced by ast_ari_channels_snoop_channel(), ast_ari_channels_snoop_channel_cb(), and ast_ari_channels_snoop_channel_parse_body().

const char* app_args

The application arguments to pass to the Stasis application

Definition at line 727 of file resource_channels.h.

Referenced by ast_ari_channels_snoop_channel(), ast_ari_channels_snoop_channel_cb(), and ast_ari_channels_snoop_channel_parse_body().

const char* channel_id

Channel's id

Definition at line 719 of file resource_channels.h.

Referenced by ast_ari_channels_snoop_channel(), and ast_ari_channels_snoop_channel_cb().

const char* snoop_id

Unique ID to assign to snooping channel

Definition at line 729 of file resource_channels.h.

Referenced by ast_ari_channels_snoop_channel(), ast_ari_channels_snoop_channel_cb(), and ast_ari_channels_snoop_channel_parse_body().

const char* spy
const char* whisper

Direction of audio to whisper into

Definition at line 723 of file resource_channels.h.

Referenced by ast_ari_channels_snoop_channel(), ast_ari_channels_snoop_channel_cb(), and ast_ari_channels_snoop_channel_parse_body().


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