Asterisk - The Open Source Telephony Project GIT-master-8f1982c
|
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 664 of file app_minivm.c.
int attachment |
Attachment of media yes/no - no for pager messages
Definition at line 673 of file app_minivm.c.
Referenced by handle_minivm_list_templates(), and notify_new_message().
char* body |
Body of this template
Definition at line 666 of file app_minivm.c.
char charset[32] |
Default character set for this template
Definition at line 670 of file app_minivm.c.
char dateformat[80] |
Date format to use in this attachment
Definition at line 672 of file app_minivm.c.
char fromaddress[100] |
struct { ... } list |
List mechanics
Referenced by complete_minivm_show_users(), create_vmaccount(), find_account(), handle_minivm_list_templates(), handle_minivm_show_users(), handle_minivm_show_zones(), message_destroy_list(), message_template_build(), message_template_find(), sendmail(), timezone_add(), timezone_destroy_list(), and vmaccounts_destroy_list().
char locale[20] |
Locale for setlocale()
Definition at line 671 of file app_minivm.c.
Referenced by notify_new_message().
char name[80] |
Template name
Definition at line 665 of file app_minivm.c.
Referenced by PathSegment::get_child(), Parameter::load(), Property::load(), and SwaggerType::load().
struct minivm_template* next |
Definition at line 674 of file app_minivm.c.
char serveremail[80] |
From: Mail address
Definition at line 668 of file app_minivm.c.
char subject[100] |
Subject line
Definition at line 669 of file app_minivm.c.
Referenced by handle_minivm_list_templates().