[Asterisk-Users] Voicemail forward to a remote server?
Matthew Boehm
mboehm at cytelcom.com
Tue Sep 21 08:51:05 MST 2004
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(u8899 at context)
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" <atlantic at taridium.net>
To: <asterisk-users at lists.digium.com>
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
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list