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 146 of file bridging_features.h.
DTMF string used to abort the transfer
Definition at line 148 of file bridging_features.h.
Referenced by feature_attended_transfer().
DTMF string used to complete the transfer
Definition at line 152 of file bridging_features.h.
Referenced by feature_attended_transfer().
| char context[AST_MAX_CONTEXT] |
Context to use for transfers
Definition at line 154 of file bridging_features.h.
Referenced by feature_attended_transfer().
DTMF string used to turn the transfer into a three way conference
Definition at line 150 of file bridging_features.h.
Referenced by feature_attended_transfer().