#include <indications.h>

Data Fields | |
| const char * | data |
| const char * | name |
| struct tone_zone_sound * | next |
Definition at line 37 of file indications.h.
| const char* data |
Definition at line 40 of file indications.h.
Referenced by ast_app_dtget(), ast_indicate_data(), ast_register_indication(), ast_unregister_indication(), dialtone_indicate(), free_zone(), handle_playtones(), handle_show_indications(), ind_load_module(), play_dialtone(), and read_exec().
| const char* name |
Definition at line 39 of file indications.h.
Referenced by ast_get_indication_tone(), ast_register_indication(), ast_unregister_indication(), free_zone(), handle_show_indications(), and ind_load_module().
struct tone_zone_sound* next [read] |
Definition at line 38 of file indications.h.
Referenced by ast_get_indication_tone(), ast_register_indication(), ast_unregister_indication(), free_zone(), handle_show_indications(), and ind_load_module().
1.5.5