Asterisk - The Open Source Telephony Project
18.5.0
|
A structure to hold global configuration-related options. More...
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
unsigned char | cheat:1 |
const ast_string_field | high |
const ast_string_field | lose |
const ast_string_field | low |
uint32_t | num_games |
const ast_string_field | prompt |
const ast_string_field | right |
const ast_string_field | wrong |
A structure to hold global configuration-related options.
Definition at line 153 of file app_skel.c.
struct ast_string_field_mgr __field_mgr |
Definition at line 161 of file app_skel.c.
struct ast_string_field_pool* __field_mgr_pool |
Definition at line 161 of file app_skel.c.
unsigned char cheat |
Whether the computer can cheat or not
Definition at line 163 of file app_skel.c.
Referenced by custom_bitfield_handler().
const ast_string_field high |
The comma-separated list of sounds to indicate a high guess
Definition at line 161 of file app_skel.c.
Referenced by load_module().
const ast_string_field lose |
The comma-separated list of sounds to indicate a lost game
Definition at line 161 of file app_skel.c.
Referenced by load_module().
const ast_string_field low |
The comma-separated list of sounds to indicate a low guess
Definition at line 161 of file app_skel.c.
Referenced by load_module().
uint32_t num_games |
The number of games to play before hanging up
Definition at line 162 of file app_skel.c.
Referenced by load_module().
const ast_string_field prompt |
The comma-separated list of sounds to prompt to enter a number
Definition at line 161 of file app_skel.c.
Referenced by load_module(), and play_files_helper().
const ast_string_field right |
The comma-separated list of sounds to indicate a right guess
Definition at line 161 of file app_skel.c.
Referenced by load_module().
const ast_string_field wrong |
The comma-separated list of sounds to indicate a wrong guess
Definition at line 161 of file app_skel.c.
Referenced by load_module().