<div>Hi,</div>
<div>This is in regards to how to tell my new sip profile or gateway definition to use different context within new gateway definition.</div>
<div> </div>
<div>
<div>
<div>In conf/sip_profile/external.xml  I see it tells to use public context</div>
<div>    &lt;settings&gt;</div>
<div>    &lt;param name=&quot;context&quot; value=&quot;public&quot;/&gt;<br></div>
<div> </div></div></div>
<div>I define a new sip_profile or gateway and within that I try to tell to use a different context like</div>
<div>
<div>    conf/sip_profile/external/incoming.xml     </div>
<div>     &lt;gateway&gt;</div>
<div>    ...........</div>
<div>    &lt;param name=&quot;context&quot; value=&quot;incoming&quot;/&gt;</div>
<div>     &lt;gateway/&gt;</div>
<div> </div>
<div>
<div>(i put that &quot;incoming&quot; context under dialplan/public/xxx.xml file)</div></div>
<div>The problem, it still it reads public context from external.xml (checked log files)</div></div>
<div>How do I make my gateway/sip profile use a  different context  than the public context in external.xml file.</div>
<div> </div>
<div> </div>
<div>thx</div>