[asterisk-users] How to cancel the password check in VoicemailMain()

rrgv rafael.risco at gmail.com
Wed Sep 19 10:41:47 CDT 2007


Hi
in asterisk 1.4, I need to cancel the password check and allow users
enter in the mailbox without entering password.

I tried this:

exten => 911119,1,Set(LANGUAGE()=es)
exten => 911119,n,VoicemailMain(${Mailbox}@default,s)
exten => 911119,n,Hangup

and this:
exten => 911119,1,Set(LANGUAGE()=es)
exten => 911119,2,VoicemailMain(s)
exten => 911119,n,Hangup

But it does not work, some advice please, thanks
rafael



More information about the asterisk-users mailing list