X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=apps%2Fapp_minivm.c;h=e40befd06910d382612999fea43ad7e82a0f261b;hp=e796e5c796b3ff3d39887a46174c8231d75995eb;hb=d635ee0f436997f073bd6a66fee07b6dc296711e;hpb=b1824992a98089fb8742c7b74890df48790a5038
diff --git a/apps/app_minivm.c b/apps/app_minivm.c
index e796e5c..e40befd 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.
***/