| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Voicemail time zones. More...

| Data Fields | ||
| struct { | ||
| struct minivm_zone * next | ||
| } | list | |
| char | msg_format [BUFSIZ] | |
| char | name [80] | |
| char | timezone [80] | |
Voicemail time zones.
Definition at line 687 of file app_minivm.c.
| struct { ... } list | 
List mechanics
Referenced by complete_minivm_show_users(), create_vmaccount(), handle_minivm_list_templates(), handle_minivm_show_users(), handle_minivm_show_zones(), sendmail(), timezone_add(), and timezone_destroy_list().
| char msg_format[BUFSIZ] | 
Not used in minivm ...yet
Definition at line 690 of file app_minivm.c.
Referenced by handle_minivm_show_zones(), and timezone_add().
| char name[80] | 
Name of this time zone
Definition at line 688 of file app_minivm.c.
Referenced by PathSegment::get_child(), handle_minivm_show_zones(), SwaggerType::load(), sendmail(), and timezone_add().
| struct minivm_zone* next | 
Definition at line 691 of file app_minivm.c.
| char timezone[80] | 
Timezone definition
Definition at line 689 of file app_minivm.c.
Referenced by handle_minivm_show_zones(), sendmail(), and timezone_add().