VoiceMailMain()
VoiceMailMain([Mailbox
][@Context
][,Optionen
])
VoiceMailMain([[s|p]Mailbox
][@Context
])
s
wird die Überprüfung des Passworts
übersprungen. Mit der Option p
wird der Benutzer zur Eingabe
einer Mailboxnummer aufgefordert, die angegebene Nummer der Eingabe
vorangestellt und der daraus resultierende String als Mailboxnummer
verwendet. Das ist nützlich bei der Bereitstellung virtueller Voicemailboxen
(Virtual Hosting). Mit a(Ordner
)
wird direkt zum angegebenen Ordner (Default: INBOX
)
gesprungen.; zum Voicemail-Menü der Mailbox 123 im Voicemail-Context default gehen: exten => 123,1,VoiceMailMain(123@default)
————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
-= Info about application 'VoiceMailMain' =-
[Synopsis]
Check Voicemail messages
[Description]
VoiceMailMain([mailbox][@context][|options]): This application allows the
calling party to check voicemail messages. A specific mailbox, and optional
corresponding context, may be specified. If a mailbox is not provided, the
calling party will be prompted to enter one. If a context is not specified,
the 'default' context will be used.
Options:
p - Consider the mailbox parameter as a prefix to the mailbox that
is entered by the caller.
g(#) - Use the specified amount of gain when recording a voicemail
message. The units are whole-number decibels (dB).
s - Skip checking the passcode for the mailbox.
a(#) - Skip folder prompt and go directly to folder specified.
Defaults to INBOX
--- in Asterisk 1.2
+++ in Asterisk 1.4
@@ -16,3 +16,5 @@
g(#) - Use the specified amount of gain when recording a voicemail
message. The units are whole-number decibels (dB).
s - Skip checking the passcode for the mailbox.
+ a(#) - Skip folder prompt and go directly to folder specified.
+ Defaults to INBOX
--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -4,7 +4,7 @@
Check Voicemail messages
[Description]
- VoiceMailMain([mailbox][@context][|options]): This application allows the
+ VoiceMailMain([mailbox][@context][,options]): This application allows the
calling party to check voicemail messages. A specific mailbox, and optional
corresponding context, may be specified. If a mailbox is not provided, the
calling party will be prompted to enter one. If a context is not specified,