From d635ee0f436997f073bd6a66fee07b6dc296711e Mon Sep 17 00:00:00 2001 From: "Eliel C. Sardanons" Date: Wed, 3 Dec 2008 17:48:47 +0000 Subject: - Add tags when naming a channel variable. - Add tags when naming a filename. - Simplify the xml formatting putting some enters. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@160562 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_minivm.c | 43 +++++++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 18 deletions(-) (limited to 'apps/app_minivm.c') diff --git a/apps/app_minivm.c b/apps/app_minivm.c index e796e5c79..e40befd06 100644 --- a/apps/app_minivm.c +++ b/apps/app_minivm.c @@ -198,17 +198,21 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Amount of gain to use - Use the specified amount of gain when recording the voicemail message. The units are whole-number decibels (dB). + Use the specified amount of gain when recording the voicemail message. + The units are whole-number decibels (dB). - his application is part of the Mini-Voicemail system, configured in minivm.conf + This application is part of the Mini-Voicemail system, configured in minivm.conf MiniVM records audio file in configured format and forwards message to e-mail and pager. If there's no user account for that address, a temporary account will be used with default options. - The recorded file name and path will be stored in MINIVM_FILENAME and the duration of the message will be stored in MINIVM_DURATION - Note: If the caller hangs up after the recording, the only way to send the message and clean up is to execute in the h extension. The application will exit if any of the following DTMF digits are received and the requested extension exist in the current context. + The recorded file name and path will be stored in MINIVM_FILENAME and the duration + of the message will be stored in MINIVM_DURATION + If the caller hangs up after the recording, the only way to send the message and clean up is to + execute in the h extension. The application will exit if any of the following DTMF digits + are received and the requested extension exist in the current context. This is the status of the record operation @@ -219,7 +223,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - Play Mini-Voicemail prompts. @@ -250,7 +253,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") This application is part of the Mini-Voicemail system, configured in minivm.conf. MinivmGreet() plays default prompts or user specific prompts for an account. - Busy and unavailable messages can be choosen, but will be overridden if a temporary message exists for the account. + Busy and unavailable messages can be choosen, but will be overridden if a temporary + message exists for the account. This is the status of the greeting playback. @@ -261,7 +265,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - Notify voicemail owner about new messages. @@ -285,9 +288,13 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") This application is part of the Mini-Voicemail system, configured in minivm.conf. - MiniVMnotify forwards messages about new voicemail to e-mail and pager. If there's no user account for that address, a temporary account will be used with default options (set in minivm.conf). - If the channel variable MVM_COUNTER is set, this will be used in the message file name and available in the template for the message. - If no template is given, the default email template will be used to send email and default pager template to send paging message (if the user account is configured with a paging address. + MiniVMnotify forwards messages about new voicemail to e-mail and pager. If there's no user + account for that address, a temporary account will be used with default options (set in + minivm.conf). + If the channel variable MVM_COUNTER is set, this will be used in the message + file name and available in the template for the message. + If no template is given, the default email template will be used to send email and default pager + template to send paging message (if the user account is configured with a paging address. This is the status of the notification attempt @@ -297,10 +304,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - - Delete Mini-Voicemail voicemail messages + Delete Mini-Voicemail voicemail messages. @@ -308,7 +314,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - This application is part of the Mini-Voicemail system, configured in minivm.conf. + This application is part of the Mini-Voicemail system, configured in minivm.conf. It deletes voicemail file set in MVM_FILENAME or given filename. @@ -351,8 +357,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - This application is part of the Mini-Voicemail system, configured in minivm.conf. - Use this application to record account specific audio/video messages for busy, unavailable and temporary messages. + This application is part of the Mini-Voicemail system, configured in minivm.conf. + Use this application to record account specific audio/video messages for busy, unavailable + and temporary messages. Account specific directories will be created if they do not exist. @@ -364,7 +371,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - Send Message Waiting Notification to subscriber(s) of mailbox. @@ -389,8 +395,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - This application is part of the Mini-Voicemail system, configured in minivm.conf. - MinivmMWI is used to send message waiting indication to any devices whose channels have subscribed to the mailbox passed in the first parameter. + This application is part of the Mini-Voicemail system, configured in minivm.conf. + MinivmMWI is used to send message waiting indication to any devices whose channels have + subscribed to the mailbox passed in the first parameter. ***/ -- cgit v1.2.3