Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 |
< The comma-separated list of sounds to prompt to enter a number
< The comma-separated list of sounds to indicate a wrong guess
< The comma-separated list of sounds to indicate a right guess
< The comma-separated list of sounds to indicate a high guess
< The comma-separated list of sounds to indicate a low guess
< The comma-separated list of sounds to indicate a lost game
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.
const ast_string_field high |
Definition at line 161 of file app_skel.c.
const ast_string_field lose |
Definition at line 161 of file app_skel.c.
const ast_string_field low |
Definition at line 161 of file app_skel.c.
uint32_t num_games |
The number of games to play before hanging up
Definition at line 162 of file app_skel.c.
const ast_string_field prompt |
Definition at line 161 of file app_skel.c.
const ast_string_field right |
Definition at line 161 of file app_skel.c.
const ast_string_field wrong |
Definition at line 161 of file app_skel.c.