VoiceMailMain([smailbox]@context)
Enters the main voicemail system for the checking of voicemail. The mailbox can be passed as the option, which will stop the voicemail system from prompting the user for the mailbox.
If the mailbox is preceded by 's' then the password check will be skipped. If a context is specified, logins are considered in that context only.
Return value
Returns -1 if the user hangs up or 0 otherwise.
Menu
- 1 Read voicemail messages
- 5 Repeat current message
- 6 Play next message
- 7 Delete current message
- 8 Forward message to another mailbox
- 9 Save message in a folder
- * Help
- # Exit
- 2 Change folders
- 0 Mailbox options
- 1 Record your unavailable message
- 2 Record your busy message
- 3 Record your name
- 4 Change your password
- * Return to the main menu
- * Help
- # Exit
If you are using text based configuration (not database) of the voicemail system, the
voicemail.conf configuration file needs to be writable by the asterisk server.
Return codes
Returns -1 if the user hangs up or 0 otherwise.