Wed Jan 8 2020 09:50: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 110 of file bridging_features.h.

Field Documentation

DTMF string used to abort the transfer

Definition at line 112 of file bridging_features.h.

Referenced by feature_attended_transfer().

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

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


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