Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
int | attachment |
char * | body |
char | charset [32] |
char | dateformat [80] |
char | fromaddress [100] |
struct { | |
struct minivm_template * next | |
} | list |
char | locale [20] |
char | name [80] |
char | serveremail [80] |
char | subject [100] |
Definition at line 637 of file app_minivm.c.
int attachment |
Attachment of media yes/no - no for pager messages
Definition at line 646 of file app_minivm.c.
char* body |
Body of this template
Definition at line 639 of file app_minivm.c.
char charset[32] |
Default character set for this template
Definition at line 643 of file app_minivm.c.
char dateformat[80] |
Date format to use in this attachment
Definition at line 645 of file app_minivm.c.
char fromaddress[100] |
Who's sending the e-mail?
Definition at line 640 of file app_minivm.c.
struct { ... } list |
List mechanics
char locale[20] |
Locale for setlocale()
Definition at line 644 of file app_minivm.c.
char name[80] |
Template name
Definition at line 638 of file app_minivm.c.
Referenced by PathSegment::__init__(), and PathSegment::get_child().
char serveremail[80] |
From: Mail address
Definition at line 641 of file app_minivm.c.
char subject[100] |
Subject line
Definition at line 642 of file app_minivm.c.