>        How can I retrieve those voicemails using my ip phone? and how 
> will i confiugre it on asterisk?
> 
> Please help I'm very new in asterisk.

Add something like this in your extensions.conf file:

; Voicemail access (prompts for exten and password)
exten => 3998,1,Wait,1
exten => 3998,2,VoicemailMain
exten => 3998,3,Hangup

; Voicemail access (does not prompt for anything)
exten => 3999,1,Wait,1
exten => 3999,2,VoicemailMain(s${CALLERIDNUM})
exten => 3999,3,Hangup



_______________________________________________
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@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

Reply via email to