| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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 288 of file bridge_features.h.
| char abort[MAXIMUM_DTMF_FEATURE_STRING] | 
DTMF string used to abort the transfer (If not empty.)
Definition at line 292 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 296 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 290 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 298 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 294 of file bridge_features.h.
Referenced by add_transferer_role().