#include <indications.h>
Collaboration diagram for tone_zone_sound:

Data Fields | |
| const char * | data |
| const char * | name |
| tone_zone_sound * | next |
Definition at line 40 of file indications.h.
| const char* data |
Definition at line 43 of file indications.h.
Referenced by ast_app_dtget(), ast_indicate(), ast_register_indication(), ast_unregister_indication(), dialtone_indicate(), free_zone(), handle_playtones(), ind_load_module(), and play_dialtone().
| const char* name |
Definition at line 42 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 |
Definition at line 41 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.4.7