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

Message published during a blind transfer. More...

#include <stasis_bridges.h>

Data Fields

struct ast_bridge_snapshotbridge
 
char context [AST_MAX_CONTEXT]
 
char exten [AST_MAX_EXTENSION]
 
int is_external
 
struct ast_channel_snapshotreplace_channel
 
enum ast_transfer_result result
 
struct ast_channel_snapshottransferee
 
struct ast_channel_snapshottransferer
 

Detailed Description

Message published during a blind transfer.

Definition at line 252 of file stasis_bridges.h.

Field Documentation

struct ast_bridge_snapshot* bridge

The bridge between the transferer and the transferee

Definition at line 260 of file stasis_bridges.h.

Referenced by ast_bridge_transfer_blind(), and handle_blind_transfer().

char context[AST_MAX_CONTEXT]

Destination context

Definition at line 262 of file stasis_bridges.h.

Referenced by ast_blind_transfer_message_create(), and handle_blind_transfer().

char exten[AST_MAX_EXTENSION]

Destination extension

Definition at line 264 of file stasis_bridges.h.

Referenced by ast_blind_transfer_message_create(), and handle_blind_transfer().

int is_external

True if the transfer was initiated by an external source (i.e. not DTMF-initiated)

Definition at line 256 of file stasis_bridges.h.

Referenced by ast_blind_transfer_message_create().

struct ast_channel_snapshot* replace_channel

The channel replacing the transferer when multiple parties are being transferred

Definition at line 268 of file stasis_bridges.h.

enum ast_transfer_result result

Result of the transfer

Definition at line 254 of file stasis_bridges.h.

Referenced by ast_bridge_transfer_blind(), and handle_blind_transfer().

struct ast_channel_snapshot* transferee

Transferee channel. NULL if there were multiple transferee channels

Definition at line 266 of file stasis_bridges.h.

Referenced by ast_bridge_transfer_blind().

struct ast_channel_snapshot* transferer

The transferring channel

Definition at line 258 of file stasis_bridges.h.

Referenced by ast_blind_transfer_message_create().


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