Just have the two * servers login to eachother via IAX, then in your
extensions plan where you normally have:

 exten => 8899,1,Dial(SIP/8899,15,tr)
 exten => 8899,2,Voicemail([EMAIL PROTECTED])

change it to

 exten => 8899,1,Dial(SIP/8899,15,tr)
 exten => 8899,2,Dial(IAX2/<servername>/<extension>)

We have two * servers setup, #1 as main and #2 as pure MeetMe. We use the
above IAX2 dial command to forward all calls on a paticular number to the
other server. Works great.

Matthew

----- Original Message ----- 
From: "Dominique Kull" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 21, 2004 9:56 AM
Subject: [Asterisk-Users] Voicemail forward to a remote server?


> Anybody ever managed to implement a solution where one could forward a
> voicemail from one * server to another?
>
> Dominique
> _______________________________________________
> 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

_______________________________________________
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