| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | ||
| struct { | ||
| struct vm_zone * next | ||
| } | list | |
| char | msg_format [512] | |
| char | name [80] | |
| char | timezone [80] | |
Voicemail time zones
Definition at line 980 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 984 of file app_voicemail.c.
Referenced by handle_voicemail_show_zones(), load_zonemessages(), and play_message_datetime().
| char name[80] | 
Definition at line 982 of file app_voicemail.c.
Referenced by PathSegment::get_child(), handle_voicemail_show_zones(), SwaggerType::load(), load_zonemessages(), play_message_datetime(), and vmu_tm().
| struct vm_zone* next | 
Definition at line 981 of file app_voicemail.c.
| char timezone[80] | 
Definition at line 983 of file app_voicemail.c.
Referenced by handle_voicemail_show_zones(), load_zonemessages(), play_message_datetime(), and vmu_tm().