Structure that contains configuration information for the attended transfer built in feature. More...
#include <bridging_features.h>
Data Fields | |
| char | abort [MAXIMUM_DTMF_FEATURE_STRING] |
| char | complete [MAXIMUM_DTMF_FEATURE_STRING] |
| char | context [AST_MAX_CONTEXT] |
| char | threeway [MAXIMUM_DTMF_FEATURE_STRING] |
Structure that contains configuration information for the attended transfer built in feature.
Definition at line 110 of file bridging_features.h.
| char abort[MAXIMUM_DTMF_FEATURE_STRING] |
DTMF string used to abort the transfer
Definition at line 112 of file bridging_features.h.
Referenced by feature_attended_transfer().
| char complete[MAXIMUM_DTMF_FEATURE_STRING] |
DTMF string used to complete the transfer
Definition at line 116 of file bridging_features.h.
Referenced by feature_attended_transfer().
| char context[AST_MAX_CONTEXT] |
Context to use for transfers
Definition at line 118 of file bridging_features.h.
Referenced by feature_attended_transfer().
| char threeway[MAXIMUM_DTMF_FEATURE_STRING] |
DTMF string used to turn the transfer into a three way conference
Definition at line 114 of file bridging_features.h.
Referenced by feature_attended_transfer().