[Asterisk-Users] Remote Voicemail

Kris Boutilier Kris.Boutilier at scrd.bc.ca
Wed Oct 27 09:50:17 MST 2004


> -----Original Message-----
> From: Christopher Jacob [mailto:chris at jacob-solutions.com]
> Sent: October 27, 2004 8:56 AM
> To: asterisk-users at lists.digium.com
> Subject: [Asterisk-Users] Remote Voicemail
> 
> Hey all, 
> 
> I have a bit of a conundrum I need some help with... 

> I have two servers. local and remote... The voicemail app lives on remote.

> 
{clip}

Use pattern matching. On the originating server issue something like:

 exten => ...,Dial(IAX2/voicemailserver/${EXTEN}@voicemail)

On the voicemail server set up a context like:

 [voicemail]
 exten => _XXXX,1,Voicemail(${EXTEN}@default)
 ...

Finally, ensure you list 'voicemail' as a permitted context for the remote
hosts entry in iax.conf on voicemailserver.

Hope that helps.



More information about the asterisk-users mailing list