Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
minivm_zone Struct Reference

Voicemail time zones. More...

Data Fields

struct {
   struct minivm_zone *   next
 
list
 
char msg_format [BUFSIZ]
 
char name [80]
 
char timezone [80]
 

Detailed Description

Voicemail time zones.

Definition at line 660 of file app_minivm.c.

Field Documentation

struct { ... } list

List mechanics

char msg_format[BUFSIZ]

Not used in minivm ...yet

Definition at line 663 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 661 of file app_minivm.c.

Referenced by PathSegment::__init__(), PathSegment::get_child(), handle_minivm_show_zones(), and timezone_add().

char timezone[80]

Timezone definition

Definition at line 662 of file app_minivm.c.

Referenced by handle_minivm_show_zones(), and timezone_add().


The documentation for this struct was generated from the following file: