[Asterisk-Users] How to retrieve voicemail from an IP phone?

Pisac pisacc at gmail.com
Wed Sep 21 04:17:50 MST 2005


exten => 3999,2,VoicemailMain(s${CALLERIDNUM})
 if you extension is 104, then it will be converted inside asterisk to:
exten => 3999,2,VoicemailMain(s104)
 and that will give to you access to mailbox 104 without password prompt 
(s=skip) and you can retreive messages. 
 ${CALLERIDNUM} is extension (caller id) number of caller, and caller gets 
his own mailbox.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050921/46e8a97b/attachment.htm


More information about the asterisk-users mailing list