#include <indications.h>
Collaboration diagram for tone_zone:
Data Fields | |
char | alias [5] |
char | country [5] |
char | description [40] |
tone_zone * | next |
int | nrringcadence |
int * | ringcadence |
tone_zone_sound * | tones |
Definition at line 51 of file indications.h.
char alias[5] |
Definition at line 54 of file indications.h.
Referenced by ast_get_indication_zone(), ast_register_indication(), ast_unregister_indication(), ast_unregister_indication_country(), handle_show_indications(), and ind_load_module().
char country[5] |
Definition at line 53 of file indications.h.
Referenced by ast_get_indication_zone(), ast_register_indication_country(), ast_unregister_indication_country(), handle_add_indication(), handle_show_indications(), and ind_load_module().
char description[40] |
Definition at line 55 of file indications.h.
Referenced by handle_show_indications(), and ind_load_module().
Definition at line 52 of file indications.h.
Referenced by ast_get_indication_zone(), ast_register_indication_country(), ast_unregister_indication_country(), and handle_show_indications().
int nrringcadence |
int* ringcadence |
Definition at line 57 of file indications.h.
Referenced by free_zone(), and handle_show_indications().
struct tone_zone_sound* tones |
Definition at line 58 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().