Asterisk - The Open Source Telephony Project
18.5.0
|
General features configuration items. More...
#include <features_config.h>
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 |
General features configuration items.
Definition at line 29 of file include/asterisk/features_config.h.
struct ast_string_field_mgr __field_mgr |
Definition at line 35 of file include/asterisk/features_config.h.
struct ast_string_field_pool* __field_mgr_pool |
Definition at line 35 of file include/asterisk/features_config.h.
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().
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().
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().