Hi,
 
This procedure will work under one condition -- your user names are same as your extension numbers. I have same problem. I was giving phones alphanumeric user names, like "phone1".
When VoicemailMain is called with ${CALLERIDNUM}, it is actually called as VoiceMailMain("phone1"). As a result, voice mail is asking for a mailbox number which is same as your extension number. (BTW, is there a way to extract extension number rather than phone name?).
 
As I am experimenting with *, I will rename phones to match their extensions.
 
Rudolf
----- Original Message -----
Sent: Wednesday, August 17, 2005 8:32 PM
Subject: Re: [Asterisk-Users] Voicemail Retrival

I did the same way but it is asking for some password and mailbox. I think mail box is extension no but what abt password?
 
Can i overide this procedure?
 
Thanks

Christoph Eicke <[EMAIL PROTECTED]> wrote:
On Wednesday 17 August 2005 10:29, Sharadindu Mohanty wrote:
> Hi,
Hi!

> Any ideas??
Yes, I do it in the following way. In extension.conf add this line:

exten => 9999,1,VoiceMailMain(s${CALLERIDNUM})
exten => 9999,2,Hangup()

Here any extension can call 9999 and then automatically gets directed to their
voicemail where they have some options.

I hope this helps,

Christoph
_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


Sharadindu Mohanty


To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre.


_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to