Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct { | |
struct vm_zone * next | |
} | list |
char | msg_format [512] |
char | name [80] |
char | timezone [80] |
Voicemail time zones
Definition at line 796 of file app_voicemail.c.
struct { ... } list |
Referenced by free_vm_zones(), handle_voicemail_show_zones(), load_zonemessages(), and play_message_datetime().
char msg_format[512] |
Definition at line 800 of file app_voicemail.c.
Referenced by handle_voicemail_show_zones(), load_zonemessages(), and play_message_datetime().
char name[80] |
Definition at line 798 of file app_voicemail.c.
Referenced by PathSegment::get_child(), handle_voicemail_show_zones(), Parameter::load(), SwaggerType::load(), Property::load(), load_zonemessages(), play_message_datetime(), and vmu_tm().
struct vm_zone* next |
Definition at line 797 of file app_voicemail.c.
char timezone[80] |
Definition at line 799 of file app_voicemail.c.
Referenced by handle_voicemail_show_zones(), load_zonemessages(), play_message_datetime(), and vmu_tm().