Asterisk - The Open Source Telephony Project GIT-master-8f1982c
|
Message published during an "ARI" transfer. More...
#include <stasis_channels.h>
Data Fields | |
struct ast_channel_snapshot * | dest |
struct ast_bridge_snapshot * | dest_bridge |
struct ast_channel_snapshot * | dest_peer |
char | destination [AST_MAX_EXTENSION] |
char * | protocol_id |
struct ast_refer_params * | refer_params |
char * | referred_by |
struct ast_channel_snapshot * | source |
struct ast_bridge_snapshot * | source_bridge |
struct ast_channel_snapshot * | source_peer |
enum ast_control_transfer | state |
Message published during an "ARI" transfer.
Definition at line 775 of file stasis_channels.h.
struct ast_channel_snapshot* dest |
The identified destination channel.
Definition at line 791 of file stasis_channels.h.
Referenced by ari_transfer_dtor(), ari_transfer_to_json(), and ast_ari_transfer_message_create().
struct ast_bridge_snapshot* dest_bridge |
The bridge associated with the channel.
Definition at line 793 of file stasis_channels.h.
Referenced by ari_transfer_dtor(), and ari_transfer_to_json().
struct ast_channel_snapshot* dest_peer |
The peer of the destination channel.
Definition at line 795 of file stasis_channels.h.
Referenced by ari_transfer_dtor(), and ari_transfer_to_json().
char destination[AST_MAX_EXTENSION] |
Destination extension
Definition at line 787 of file stasis_channels.h.
Referenced by ari_transfer_to_json(), and ast_ari_transfer_message_create().
char* protocol_id |
Information for attended transfers
Definition at line 789 of file stasis_channels.h.
Referenced by ari_transfer_dtor(), ari_transfer_to_json(), and ast_ari_transfer_message_create().
struct ast_refer_params* refer_params |
An array of protocol specific params, e.g. from/to information
Definition at line 797 of file stasis_channels.h.
Referenced by ari_transfer_dtor(), ari_transfer_to_json(), and ast_ari_transfer_message_create().
char* referred_by |
Referer identity
Definition at line 783 of file stasis_channels.h.
Referenced by ari_transfer_dtor(), and ast_ari_transfer_message_create().
struct ast_channel_snapshot* source |
The channel receiving the transfer request
Definition at line 777 of file stasis_channels.h.
Referenced by ari_transfer_dtor(), ari_transfer_to_json(), and ast_ari_transfer_message_create().
struct ast_bridge_snapshot* source_bridge |
The bridge associated with the source channel
Definition at line 779 of file stasis_channels.h.
Referenced by ari_transfer_dtor(), and ari_transfer_to_json().
struct ast_channel_snapshot* source_peer |
The peer channel
Definition at line 781 of file stasis_channels.h.
Referenced by ari_transfer_dtor(), and ari_transfer_to_json().
The current state of the transfer.
Definition at line 799 of file stasis_channels.h.
Referenced by ari_transfer_to_json(), and ast_ari_transfer_message_create().