#include <asterisk/lock.h>Go to the source code of this file.
Functions | |
| int | ast_set_indication_country (const char *country) |
| tone_zone * | ast_get_indication_zone (const char *country) |
| tone_zone_sound * | ast_get_indication_tone (const struct tone_zone *zone, const char *indication) |
| int | ast_register_indication_country (struct tone_zone *country) |
| int | ast_unregister_indication_country (const char *country) |
| int | ast_register_indication (struct tone_zone *zone, const char *indication, const char *tonelist) |
| int | ast_unregister_indication (struct tone_zone *zone, const char *indication) |
| int | ast_playtones_start (struct ast_channel *chan, int vol, const char *tonelist, int interruptible) |
| void | ast_playtones_stop (struct ast_channel *chan) |
Variables | |
| tone_zone * | tone_zones |
| ast_mutex_t | tzlock |
|
||||||||||||
|
Definition at line 289 of file indications.c. References ast_log(), ast_mutex_lock, ast_mutex_unlock, LOG_WARNING, tone_zone_sound::name, tone_zone_sound::next, tone_zone::tones, and tzlock. Referenced by ast_indicate(). 002d tzlock. |