<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
<font face="Helvetica, Arial, sans-serif">Hello,<br>
<br>
I want to place an Asterisk-server A in front of 2 other
Asterisk-servers (B1 & B2).<br>
<br>
This first Asterisk-server A needs to send incoming calls to one
of the 2 available Asterisk-servers (B1 or B2) behind it.<br>
<br>
So I want the first Asterisk-server A to accept the call, and
based upon some checks in the dialplan send the call through to
one of the other Asterisk-servers (B1 or B2) which further handle
the call.<br>
<br>
The first Asterisk-server A then needs to pull itself from the
media-path. There's no further need for this Asterisk to stay
within the audio-path.<br>
<br>
1. Is this possible ?<br>
2. Using Asterisk 1.6.2.22, do I just use canreinvite=yes in the
peer definition of Asterisk B1 and Asterisk B2 ?<br>
<br>
So I have :<br>
<br>
Provider >>> Asterisk A1 >>> Asterisk B1 &
Asterisk B2<br>
<br>
I want the audio to go directly from Provider to server B1 when
the call has been set up.<br>
<br>
<br>
Thank you for your input !<br>
<br>
<br>
Kind regards,<br>
Jonas.<br>
</font>
</body>
</html>