<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div><div dir="ltr">Hello Everyone !<div><br></div><div>My /sip_profiles/external.xml looks like:</div><div><br></div><div><div>&lt;profile name="external"&gt;</div><div>&nbsp; &lt;gateways&gt;</div><div>&nbsp; &nbsp; &nbsp;&lt;gateway name="gw1"&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name="username" value="username"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name="realm" value="192.168.1.1"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name="password" value="password"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name="proxy" value="192.168.1.1"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name="register" value="false"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name="context" value="gw1"/&gt;</div><div>&nbsp; &nbsp; &nbsp;&lt;/gateway&gt;</div><div>&nbsp; &nbsp; &nbsp;&lt;gateway name="gw2"&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name="username" value="username"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name="realm" value="192.168.1.2"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name="password" value="password"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name="proxy" value="192.168.1.2"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name="register" value="false"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name="context" value="gw2"/&gt;</div><div>&nbsp; &nbsp; &nbsp;&lt;/gateway&gt;<span class="ecxApple-tab-span" style="white-space:pre;">        </span>&nbsp;</div><div>&nbsp; &lt;/gateways&gt;</div><div>&nbsp; &lt;aliases&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;alias name="outbound"/&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;alias name="nat"/&gt;</div><div>&nbsp; &lt;/aliases&gt;</div><div>&nbsp; &lt;domains&gt;</div><div>&nbsp; &nbsp; &lt;domain name="all" alias="false" parse="true"/&gt;</div><div>&nbsp; &lt;/domains&gt;</div><div>&nbsp; &lt;settings&gt;</div><div>&nbsp; &nbsp; &lt;param name="debug" value="0"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="sip-trace" value="no"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="sip-capture" value="no"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="rfc2833-pt" value="101"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="sip-port" value="$${external_sip_port}"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="dialplan" value="XML"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="context" value="public"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="dtmf-duration" value="2000"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="inbound-codec-prefs" value="$${global_codec_prefs}"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="outbound-codec-prefs" value="$${outbound_codec_prefs}"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="hold-music" value="$${hold_music}"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="rtp-timer-name" value="soft"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="local-network-acl" value="localnet.auto"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="manage-presence" value="false"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="inbound-codec-negotiation" value="generous"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="nonce-ttl" value="60"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="auth-calls" value="false"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="inbound-late-negotiation" value="true"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="inbound-zrtp-passthru" value="true"/&gt; &lt;!-- (also enables late negotiation) --&gt;</div><div>&nbsp; &nbsp; &lt;param name="rtp-ip" value="$${local_ip_v4}"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="sip-ip" value="$${local_ip_v4}"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="ext-rtp-ip" value="auto-nat"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="ext-sip-ip" value="auto-nat"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="rtp-timeout-sec" value="300"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="rtp-hold-timeout-sec" value="1800"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="tls" value="$${external_ssl_enable}"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="tls-only" value="false"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="tls-bind-params" value="transport=tls"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="tls-sip-port" value="$${external_tls_port}"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="tls-passphrase" value=""/&gt;</div><div>&nbsp; &nbsp; &lt;param name="tls-verify-date" value="true"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="tls-verify-policy" value="none"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="tls-verify-depth" value="2"/&gt;</div><div>&nbsp; &nbsp; &lt;param name="tls-verify-in-subjects" value=""/&gt;</div><div>&nbsp; &nbsp; &lt;param name="tls-version" value="$${sip_tls_version}"/&gt;</div><div>&nbsp; &lt;/settings&gt;</div><div>&lt;/profile&gt;</div></div><div><br></div><div><br></div><div>Incoming unauthenticated calls from either gw1 or gw2 keep hitting context "public". Any way to place them in the appropriate contexts (eg. "gw1" and "gw2").</div><div><br></div><div><br></div><div>Thanks for your attention.</div><div><br></div><div><br></div><div>Rergards,</div><div>Pavel.</div>                                               </div></div><style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}

--></style>                                               </div></body>
</html>