[Asterisk-Users] How to retrieve voicemail from an IP phone?
Rich Adamson
radamson at routers.com
Wed Sep 21 04:29:40 MST 2005
> 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
More information about the asterisk-users
mailing list