Description is a series of tones of the format: [!]freq1[+freq2][/duration] separated by commas. There are no spaces. The sequence is repeated back to the first tone description not preceeded by !. Duration is specified in milliseconds. More...
#include <indications.h>

Data Fields | |
| const char * | data |
| const char * | name |
| struct tone_zone_sound * | next |
Description is a series of tones of the format: [!]freq1[+freq2][/duration] separated by commas. There are no spaces. The sequence is repeated back to the first tone description not preceeded by !. Duration is specified in milliseconds.
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_cli_indication_show(), handle_playtones(), in_band_indication(), ind_load_module(), pbx_builtin_waitexten(), play_dialtone(), read_exec(), readexten_exec(), and skinny_transfer().
| 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(), handle_cli_indication_show(), and ind_load_module().
struct tone_zone_sound* next [read] |
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().
1.6.1