Hi,
How do you set up an extension (in extensions.conf) that enters VoiceMail() and then jumps to VoiceMailMain() when “*” is pressed while greeting is being played ?
I’m unable to find any example on how to do this…
Thanks.
Hi,
How do you set up an extension (in extensions.conf) that enters VoiceMail() and then jumps to VoiceMailMain() when “*” is pressed while greeting is being played ?
I’m unable to find any example on how to do this…
Thanks.
type at cli- show application voicemail
The Voicemail application will exit if any of the following DTMF digits are
received:
0 - Jump to the 'o' extension in the current dialplan context.
* - Jump to the 'a' 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. The possible values are:
SUCCESS | USEREXIT | FAILED
set up o or a extens in the same context as VoiceMail() and you are set