From f0fef5eb5a49a385a3ffc2c52d43a1e0230ec10c Mon Sep 17 00:00:00 2001 From: Michael Geddes Date: Tue, 27 Jan 2009 02:28:02 +0000 Subject: [PATCH] Options for voicemail --- .../asterisk-xip/files/uci/voicemailconf.txt | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 contrib/package/asterisk-xip/files/uci/voicemailconf.txt diff --git a/contrib/package/asterisk-xip/files/uci/voicemailconf.txt b/contrib/package/asterisk-xip/files/uci/voicemailconf.txt new file mode 100644 index 000000000..2318201b6 --- /dev/null +++ b/contrib/package/asterisk-xip/files/uci/voicemailconf.txt @@ -0,0 +1,34 @@ + +voicegeneral - General options for voicemail + format - Formats to store mail in (Default wav49|gsm|wav) - once set do NOT change this. + maxlogins - Number of failed login attempts allowed + maxmsg - Maximum numer of messages per folder + sendvoicemail - Allow Sending of voicemail from VoiceMailMain + serveremail - Who the notifications should be 'FROM:' + attach - Attach voicemail to the email as an attachment + skipms - Milliseconds to skip forward/back for rew/ff in message playback + maxsilence - Seconds of silence before recoring ends. + silencethreshold - What is considered silence - the lower the more sensitive + emaildateformat - Date format on outgoing mails (see strftime). + maxmessage - Maximum length of voicemail in seconds + minmessage - Minimum length of voicemail in seconds + maxgreet - Maximum length of greetings in seconds + +voicemail - Add a voicemail box. + context - 'Voicemail context' for this entry (default 'default') + number - Number of voicemail box + name - Name of owner (default OpenWRT) + zone - Timezone for voicebox (default homeloc) + password - Passcode for box + email - Email address of owner + page - Pager number of owner. + +voicezone - Add a Timezone definition + zone - Name of timezone (from tzdata) to use + message - Date time message to use + +dialplanvoice - Add extension to pick up voicemail + dialplan - Dialplan context to add the extension to + extension - Extension to add + voicecontext - voicebox context (default 'default') + voicebox - Which voicebox to open -- 2.11.0