VoiceMail()
Synopsis
Leave a Voicemail message.
Description
This application allows the calling party to leave a message for the specified list of mailboxes. When multiple mailboxes are specified, the greeting will be taken from the first mailbox specified. Dialplan execution will stop if the specified mailbox does not exist.
The Voicemail application will exit if any of the following DTMF digits are received:
0
- Jump to theo
extension in the current dialplan context.*
- Jump to thea
extension in the current dialplan context.
This application will set the following channel variable upon completion:
VMSTATUS
- This indicates the status of the execution of the VoiceMail application.- SUCCESS
- USEREXIT
- FAILED
Syntax
VoiceMail(mailbox1&[mailbox2[&...]],[options])
Arguments
mailboxs
mailbox1
mailbox
context
mailbox2
[,mailbox2
...]mailbox
context
options
b
- Play thebusy
greeting to the calling party.d
( c )
- Accept digits for a new extension in context c, if played during the greeting. Context defaults to the current context.c
e
- Play greetings as early media – only answer the channel just before accepting the voice message.g
( # )
- Use the specified amount of gain when recording the voicemail message. The units are whole-number decibels (dB). Only works on supported technologies, which is DAHDI only.#
s
- Skip the playback of instructions for leaving a message to the calling party.S
- Skip the playback of instructions for leaving a message to the calling party, but only if a greeting has been recorded by the mailbox user.t
( x )
- Play a custom beep tone to the caller instead of the default one. If this option is used but no file is specified, the beep is suppressed.x
u
- Play theunavailable
greeting.U
- Mark message asURGENT
.P
- Mark message asPRIORITY
.
See Also
Import Version
This documentation was imported from Asterisk Version GIT-18-347e9a7