#include <indications.h>
Data Fields | |
const char * | data |
const char * | name |
tone_zone_sound * | next |
Definition at line 42 of file indications.h.
const char* data |
Actual zone description
Definition at line 45 of file indications.h.
Referenced by ast_app_dtget(), ast_indicate_data(), ast_register_indication(), ast_unregister_indication(), dialtone_indicate(), free_zone(), handle_playtones(), in_band_indication(), pbx_builtin_waitexten(), play_dialtone(), read_exec(), and readexten_exec().
const char* name |
Identifing name
Definition at line 44 of file indications.h.
Referenced by ast_get_indication_tone(), ast_register_indication(), ast_unregister_indication(), free_zone(), and ind_load_module().
struct tone_zone_sound* next |
next element
Definition at line 43 of file indications.h.
Referenced by ast_get_indication_tone(), ast_register_indication(), ast_unregister_indication(), free_zone(), handle_cli_indication_show(), and ind_load_module().