From 3f228f47ee662543db2e733fcd709c77b2b431df Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 30 Sep 2010 07:28:14 +0000 Subject: Changed callback extension to be specified in user config rather than in messages list. --- vmail-model.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'vmail-model.lua') diff --git a/vmail-model.lua b/vmail-model.lua index 6441406..9032dca 100644 --- a/vmail-model.lua +++ b/vmail-model.lua @@ -46,6 +46,7 @@ local voicemail_params_creation_script = { "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-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', '', '')", } local voicemail_folders_creation_script = { -- cgit v1.2.3