summaryrefslogtreecommitdiffstats
path: root/vmail-model.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-07-08 06:23:08 +0000
committerTed Trask <ttrask01@yahoo.com>2011-07-08 06:23:08 +0000
commit5747a35e2a800c5623c18e66cd2aa980c9f52a9b (patch)
treeb0f438745e3fe5e59954edc5f1b292b02fa7757e /vmail-model.lua
parent859336d5633513e35a205f14c75c9c30832a8a7f (diff)
downloadacf-freeswitch-vmail-5747a35e2a800c5623c18e66cd2aa980c9f52a9b.tar.bz2
acf-freeswitch-vmail-5747a35e2a800c5623c18e66cd2aa980c9f52a9b.tar.xz
Updated name and description of vm-keep-local-after-email because it will delete even if email is disabled
Diffstat (limited to 'vmail-model.lua')
-rw-r--r--vmail-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmail-model.lua b/vmail-model.lua
index 3828366..826a054 100644
--- a/vmail-model.lua
+++ b/vmail-model.lua
@@ -43,7 +43,7 @@ local table_creation_scripts = {
"INSERT INTO voicemail_params VALUES(null, 'vm-mailto', 'text', 'Email Address', 'Email a notification, including audio file if enabled', '')",
"INSERT INTO voicemail_params VALUES(null, 'vm-email-all-messages', 'boolean', 'Email Enable', '', 'false')",
"INSERT INTO voicemail_params VALUES(null, 'vm-attach-file', 'boolean', 'Attach voicemail to email', 'Option to attach audio file to email', 'false')",
- "INSERT INTO voicemail_params VALUES(null, 'vm-keep-local-after-email', 'boolean', 'Keep voicemail after emailed', 'When disabled the message will be deleted from the voicemailbox after the notification email is sent. This allows receiving voicemail via email alone, rather than having the voicemail available from the Web interface or by telephone. CAUTION: Attach voicemail to email must be enabled, OTHERWISE YOUR MESSAGES WILL BE LOST FOREVER.', 'true')",
+ "INSERT INTO voicemail_params VALUES(null, 'vm-keep-local-after-email', 'boolean', 'Keep voicemail', 'When disabled, the message will be deleted from the voicemailbox after any notification email is sent (whether or not email is enabled). This allows receiving voicemail via email alone, rather than having the voicemail available from the Web interface or by telephone. CAUTION: \"Email Address\" must be valid and \"Email Enable\" and \"Attach voicemail to email\" must be enabled, OTHERWISE YOUR MESSAGES WILL BE LOST FOREVER.', 'true', 9)",
"INSERT INTO voicemail_params VALUES(null, 'vm-notify-mailto', 'text', 'Pager Email Address', 'Email a short notification', '')",
"INSERT INTO voicemail_params VALUES(null, 'vm-notify-email-all-messages', 'boolean', 'Pager Email Enable', '', 'false')",
"INSERT INTO voicemail_params VALUES(null, 'callmenumber', 'text', 'Call Me Number', '', '')",