Asterisk - The Open Source Telephony Project
18.5.0
|
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] |
Structure that contains configuration information for the attended transfer built in feature.
Definition at line 297 of file bridge_features.h.
char abort[MAXIMUM_DTMF_FEATURE_STRING] |
DTMF string used to abort the transfer (If not empty.)
Definition at line 301 of file bridge_features.h.
Referenced by add_transferer_role().
char complete[MAXIMUM_DTMF_FEATURE_STRING] |
DTMF string used to complete the transfer (If not empty.)
Definition at line 305 of file bridge_features.h.
Referenced by add_transferer_role().
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().
char swap[MAXIMUM_DTMF_FEATURE_STRING] |
DTMF string used to swap bridged targets (If not empty.)
Definition at line 307 of file bridge_features.h.
Referenced by add_transferer_role().
char threeway[MAXIMUM_DTMF_FEATURE_STRING] |
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().