Asterisk - The Open Source Telephony Project  18.5.0
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 297 of file bridge_features.h.

Field Documentation

◆ abort

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

Definition at line 301 of file bridge_features.h.

Referenced by add_transferer_role().

◆ complete

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

Definition at line 305 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 299 of file bridge_features.h.

Referenced by feature_attended_transfer().

◆ swap

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

Definition at line 307 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 303 of file bridge_features.h.

Referenced by add_transferer_role().


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