Re: [asterisk-users] Voicemail mailbox number passed in connection?

2007-03-21 Thread Jay Moore
I do it by calling my own extension. If it's me calling me, it passes me direct to VoicemailMain. If it's someone else calling me, it rings my phone as normal: exten = 202,1,GotoIf($[${CALLERIDNUM} = 202] ? 5 : 2) exten = 202,2,Dial(SIP/jay,10,tT) exten = 202,3,VoiceMail([EMAIL PROTECTED]|u)

Re: [asterisk-users] Voicemail mailbox number passed in connection?

2007-03-21 Thread Time Bandit
Does anyone know how to configure a SIP phone to pass the mailbox number to the voicemail service when dialing? I would like to press the message waiting lamp and be prompted for my password instead of mailbox number. Can this be passed in the set-up call or based on caller-id? based on

Re: [asterisk-users] Voicemail mailbox number passed in connection?

2007-03-21 Thread Antony Stone
On Wednesday 21 March 2007 19:54, Lutgring, Sam wrote: Does anyone know how to configure a SIP phone to pass the mailbox number to the voicemail service when dialing? I would like to press the message waiting lamp and be prompted for my password instead of mailbox number. Can this be passed