<html><head><meta http-equiv="Content-Type" content="text/html charset=koi8-r"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">The issue with gateways, is you can not depend on us being able to match that the call actually came from that "gateway". &nbsp;Carriers do all kinds of strange things in how they send calls. &nbsp;What i typically do is either treat all calls from the outside world as public, or use ip matching in dialplan if I know for sure that it is going to be stable to change context.<div><br></div><div><br><div><div>On Sep 3, 2014, at 8:27 AM, Pavel &lt;<a href="mailto:my.post@hotmail.com">my.post@hotmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div class="hmmessage" style="font-size: 12pt; font-family: Calibri; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div dir="ltr"><br>Thanks for your answer. But I found&nbsp;<a href="https://wiki.freeswitch.org/wiki/Authentication" target="_blank">https://wiki.freeswitch.org/wiki/Authentication</a>&nbsp;page which mentions the context as a parameter of gateway. Can we somehow use it ?<br><div><hr id="stopSpelling">Date: Wed, 3 Sep 2014 07:55:26 -0400<br>From: <a href="mailto:rtreleaven@bunnykick.ca">rtreleaven@bunnykick.ca</a><br>To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>Subject: Re: [Freeswitch-users] How to place incoming unauth calls to different contexts.<br><br><div dir="ltr">Pavel gateways do not have a context property.<div>Transfer calls to the desired context via the dialplan.</div><div><br></div></div><div class="ecxgmail_extra"><br><br><div class="ecxgmail_quote">On Wed, Sep 3, 2014 at 7:35 AM, Pavel<span class="Apple-converted-space">&nbsp;</span><span dir="ltr">&lt;<a href="mailto:my.post@hotmail.com" target="_blank">my.post@hotmail.com</a>&gt;</span><span class="Apple-converted-space">&nbsp;</span>wrote:<br><blockquote class="ecxgmail_quote" style="border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto;"><div><div dir="ltr"><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 style="white-space: pre-wrap;">        </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></div></blockquote></div></div></div></div></div></blockquote></div></div></body></html>