Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_features_general_config Struct Reference

General features configuration items. More...

#include <features_config.h>

Collaboration diagram for ast_features_general_config:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
const ast_string_field courtesytone
 
unsigned int featuredigittimeout
 
const ast_string_field recordingfailsound
 

Detailed Description

General features configuration items.

Definition at line 29 of file include/asterisk/features_config.h.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 35 of file include/asterisk/features_config.h.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 35 of file include/asterisk/features_config.h.

◆ courtesytone

const ast_string_field courtesytone

Sound played when automon or automixmon features are used

Definition at line 35 of file include/asterisk/features_config.h.

Referenced by general_get(), start_automixmonitor(), start_automonitor(), stop_automixmonitor(), and stop_automonitor().

◆ featuredigittimeout

unsigned int featuredigittimeout

Milliseconds allowed between digit presses when entering feature code

Definition at line 37 of file include/asterisk/features_config.h.

Referenced by bridge_channel_feature_digit_timeout(), general_copy(), general_get(), and general_set().

◆ recordingfailsound

const ast_string_field recordingfailsound

Sound played when automon or automixmon features fail when used

Definition at line 35 of file include/asterisk/features_config.h.

Referenced by general_get(), start_automixmonitor(), stop_automixmonitor(), and stop_automonitor().


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