19 #ifndef _FEATURES_CONFIG_H 20 #define _FEATURES_CONFIG_H 77 unsigned int transferdigittimeout;
231 #define AST_FEATURE_MAX_LEN 11 Main Channel structure associated with a channel.
Feature configuration relating to transfers.
struct ast_features_pickup_config * ast_get_chan_features_pickup_config(struct ast_channel *chan)
Get the pickup configuration options for a channel.
char * ast_get_chan_features_atxferabort(struct ast_channel *chan)
Get the transfer configuration option atxferabort.
struct ao2_container * ast_get_chan_applicationmap(struct ast_channel *chan)
Get the applicationmap for a given channel.
Configuration for the builtin features.
An applicationmap configuration item.
unsigned int atxferdropcall
struct ast_features_xfer_config * ast_get_chan_features_xfer_config(struct ast_channel *chan)
Get the transfer configuration options for a channel.
General features configuration items.
#define AST_DECLARE_STRING_FIELDS(field_list)
Declare the fields needed in a structure.
unsigned int featuredigittimeout
unsigned int transferdialattempts
const ast_string_field courtesytone
struct ast_features_general_config * ast_get_chan_features_general_config(struct ast_channel *chan)
Get the general configuration options for a channel.
unsigned int atxferloopdelay
#define AST_STRING_FIELD(name)
Declare a string field.
int ast_get_feature(struct ast_channel *chan, const char *feature, char *buf, size_t len)
Get the DTMF code for a call feature.
unsigned int activate_on_self
static int len(struct ast_channel *chan, const char *cmd, char *data, char *buf, size_t buflen)
unsigned int atxfernoanswertimeout
int ast_get_builtin_feature(struct ast_channel *chan, const char *feature, char *buf, size_t len)
Get the DTMF code for a builtin feature.
char * ast_get_chan_features_xferfailsound(struct ast_channel *chan)
Get the transfer configuration option xferfailsound.
const ast_string_field recordingfailsound
#define AST_FEATURE_MAX_LEN
struct ast_featuremap_config * ast_get_chan_featuremap_config(struct ast_channel *chan)
Get the featuremap configuration options for a channel.
unsigned int atxfercallbackretries
Configuration relating to call pickup.