Asterisk cmd VoiceMail2
Created by: oej,Last modification on Fri 01 of Apr, 2005 [18:37 UTC] by seshkanuri
Synopsis:
Leave a voicemail messageIgnore the content on this page. Someone pasted content
belonging to voicemail and not voicemail2 here. If anyone
has the correct way to define this, please update this page
Description:
VoiceMail([flags]extension@context)Leaves voicemail for a given extension (must be configured in voicemail.conf ).
If the extension is preceeded by one of the following flags:
- s: instructions for leaving the message will be skipped.
- u: the "unavailable" message will be played (that is, /var/lib/asterisk/sounds/vm/<exten>/unavail) if it exists.
- b: the the busy message will be played (that is, busy instead of unavail)
Return codes:
Returns -1 on error or mailbox not found, or if the user hangs up. Otherwise, it returns 0.Example:
exten => 100,1,VoiceMail(u100@myContext)See also
Old version:Go back to Asterisk

Comments