> -----Original Message-----
> From: Christopher Jacob [mailto:[EMAIL PROTECTED]
> Sent: October 27, 2004 8:56 AM
> To: [EMAIL PROTECTED]
> 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/[EMAIL PROTECTED])

On the voicemail server set up a context like:

 [voicemail]
 exten => _XXXX,1,Voicemail([EMAIL PROTECTED])
 ...

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

Hope that helps.
_______________________________________________
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