[Asterisk-Users] VoiceMail without password? How?
Matthew Marlowe
matthew.marlowe at gmail.com
Sun Oct 3 14:48:14 MST 2004
You should possibly read the documentation closer. If you are using:
exten => 909,1,voicemailmain(s${calleridnum})
and called extenion 909 from, for example sip extension 1000
${Calleridnum} = SIP/1000-(channel), which is not a valid voicemail box.
You should look into the NoOp command to help debug.
On Sun, 3 Oct 2004 23:40:06 +0200, Goran Dj. <pisac at hotpop.com> wrote:
> If my extension is 22, and voice mail access number is 909, then with
> exten => 909,1,voicemailmain(s22)
> I can access voice mail 22, without number and password prompt.
>
> But, I want that every extension can access its voice mail without
> number and password. So, when I put
> exent => 909,1,voicemailmain(${calleridnum})
> voicemail want only password.
>
> I want to eliminate password too, so when I put
> exten => 909,1,voicemailmain(s${calleridnum})
> this DO NOT work. Voicemail want number and password.
>
> Why? Bug?
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
More information about the asterisk-users
mailing list