Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
ast_bridge_features_attended_transfer Struct Reference

Structure that contains configuration information for the attended transfer built in feature. More...

#include <bridge_features.h>

Data Fields

char abort [MAXIMUM_DTMF_FEATURE_STRING]
 
char complete [MAXIMUM_DTMF_FEATURE_STRING]
 
char context [AST_MAX_CONTEXT]
 
char swap [MAXIMUM_DTMF_FEATURE_STRING]
 
char threeway [MAXIMUM_DTMF_FEATURE_STRING]
 

Detailed Description

Structure that contains configuration information for the attended transfer built in feature.

Definition at line 288 of file bridge_features.h.

Field Documentation

◆ abort

DTMF string used to abort the transfer (If not empty.)

Definition at line 292 of file bridge_features.h.

Referenced by add_transferer_role().

◆ complete

DTMF string used to complete the transfer (If not empty.)

Definition at line 296 of file bridge_features.h.

Referenced by add_transferer_role().

◆ context

char context[AST_MAX_CONTEXT]

Context to use for transfers (If not empty.)

Definition at line 290 of file bridge_features.h.

Referenced by feature_attended_transfer().

◆ swap

DTMF string used to swap bridged targets (If not empty.)

Definition at line 298 of file bridge_features.h.

Referenced by add_transferer_role().

◆ threeway

DTMF string used to turn the transfer into a three way conference (If not empty.)

Definition at line 294 of file bridge_features.h.

Referenced by add_transferer_role().


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