Sat Apr 26 2014 22:03:23

Asterisk developer's documentation


ast_bridge_features_attended_transfer Struct Reference

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]

Detailed Description

Structure that contains configuration information for the attended transfer built in feature.

Definition at line 146 of file bridging_features.h.


Field Documentation

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().

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().


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