C.96. MinivmGreet()

Ansage für Mini-VoiceMail abspielen.
MinivmGreet(benutzer@domain[,optionen])
Spielt die Standard- oder die benutzerspezifische Ansage (siehe Abschnitt C.94, „MinivmAccMess()) aus dem Mini-VoiceMail-System (Abschnitt 13.7, „Mini-VoiceMail (MiniVM)“).
Mögliche optionen sind:
b
Ansage für "besetzt" (busy)
u
Ansage für "nicht erreichbar" (unavailable)
s
das Abspielen der Anleitung zum Hinterlassen einer Nachricht überspringen (skip)
(Kombinationen sind möglich, aber b und u zusammen anzugeben ist natürlich sinnlos.) Falls der Benutzer eine temporäre Ansage gesetzt hat, wird diese abgespielt, also b oder u ignoriert.
Asterisk-Versionen:
        |     |        |     |        | 1.6 |————————
Interner Hilfetext zu dieser Applikation in Asterisk 1.6:
  -= Info about application 'MinivmGreet' =-

[Synopsis]
Play Mini-Voicemail prompts

[Description]
  MinivmGreet(username@domain[,options]):
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.

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

  Options:
    b    - Play the 'busy' greeting to the calling party.
    s    - Skip the playback of instructions for leaving a message to the
           calling party.
    u    - Play the 'unavailable greeting.
Differenz des internen Hilfetexts von Asterisk 1.4 zu 1.6:
— in Asterisk 1.4 nicht vorhanden —