<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt">Hi all,
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt"><br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt">I have an infrastructure with Kamailio (reg), Asterisks farm, and Kamailio (4.3) proxy which dispatches calls.
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt"><br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt">                                                                                                Trunk-1 (Vlan_A)<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt">Kam(reg) <> Asterisk Farm (5) <> Kam(proxy)     <>      Trunk-2 (Vlan_B)<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt">                                                                                                Trunk-3 (Vlan_C)</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt"><br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt">For each trunk, I have to use the IP of the VLAN interface in "contact header". That means when I need to send a call to Trunk-1 I have to set Vlan_A IP address on the contact header.
 I have achieved that by rewriting Contact Header. <br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt"><br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt">###</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt">remove_hf("Contact:");</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt">append_hf("Contact: <sip:$fU@$var(recieved)>\r\n", "Call-ID");   #by using db<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt">###</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt"><br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt">But this causes a problem, Kamailio does not forward the BYE message that comes from Trunk-X to Asterisk (In before, the BYE message had Asterisk IP in R-URI). However, when I use topoh
 module it forward properly for one trunk. But I can not set multiple mask IP in topoh module.
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt"><br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt">I'm using the dialog module and I thought it can handle all requests in one dialog to forward to the correct asterisk but it did not.
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt"><br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt">Is there any suggestion for this case?
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt">And also how many sub-interfaces can Kamailio handle for a good performance?  Or do you suggest multiple Kamailio instances instead of multiple sub-interfaces on one server?<br>
</div>
<br>
</div>
<div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br>
<table style="border-top: 1px solid #D3D4DE;">
<tbody>
<tr>
<td style="width: 55px; padding-top: 13px;"><a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon" target="_blank"><img alt="" width="46" height="29" style="width: 46px; height: 29px;" src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif"></a></td>
<td style="width: 470px; padding-top: 12px; color: #41424e; font-size: 13px; font-family: Arial, Helvetica, sans-serif; line-height: 18px;">
Virus-free. <a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link" target="_blank" style="color: #4453ea;">
www.avast.com</a> </td>
</tr>
</tbody>
</table>
<a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"></a></div>
</body>
</html>