C.98. MinivmRecord()

Nachricht in Mini-VoiceMail hinterlassen.
MinivmRecord(benutzer@domain[,optionen])
Dient zum Hinterlassen einer Sprachnachricht eines Anrufers im Mini-VoiceMail-System (Abschnitt 13.7, „Mini-VoiceMail (MiniVM)“), ist also gewissermaßen die Entsprechung zu VoiceMail() (Abschnitt C.186, „VoiceMail()).
Asterisk-Versionen:
        |     |        |     |        | 1.6 |————————
Interner Hilfetext zu dieser Applikation in Asterisk 1.6:
  -= Info about application 'MinivmRecord' =-

[Synopsis]
Receive Mini-Voicemail and forward via e-mail

[Description]
  MinivmRecord(username@domain[,options]):
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.
    0 - Jump to the 'o' extension in the current dialplan context.
    * - Jump to the 'a' extension in the current dialplan context.

Result is given in channel variable MINIVM_RECORD_STATUS
        The possible values are:     SUCCESS | USEREXIT | FAILED

  Options:
    g(#) - Use the specified amount of gain when recording the voicemail
           message. The units are whole-number decibels (dB).
Differenz des internen Hilfetexts von Asterisk 1.4 zu 1.6:
— in Asterisk 1.4 nicht vorhanden —