<div dir="ltr"><div><div><div>Hello,<br><br></div>How it is possible to force route the entire outbound calls to an opensips proxy ?<br><br></div>Currently I have an external profile with <br><br> &lt;include&gt;<br>    &lt;gateway name=&quot;opensips-outbound&quot;&gt;<br>      &lt;param name=&quot;proxy&quot; value=&quot;ip here&quot;/&gt;<br>      &lt;param name=&quot;register&quot; value=&quot;false&quot;/&gt;<br>      &lt;param name=&quot;caller-id-in-from&quot; value=&quot;true&quot;/&gt;<br>      &lt;param name=&quot;username&quot; value=&quot;not-used&quot;/&gt;<br>      &lt;param name=&quot;password&quot; value=&quot;not-used&quot;/&gt;<br>    &lt;/gateway&gt;<br> &lt;/include&gt;<br><br></div>When I make a call to <br><div><br>sofia/gateway/opensips-outbound/{username here}<br><br></div><div>examle: sofia/gateway/opensips-outbound/jon</div><div><br></div><div>or<br><br>sofia/gateway/opensips-outbound/{phone number here}<br><br></div><div>example: sofia/gateway/opensips-outbound/4067343556</div><div><br></div><div>The call is succesfully sent to the opensips proxy but when I call a remote sip uri like <a href="mailto:jon@whatever.com">jon@whatever.com</a><br><br>FS is trying to send the call to <a href="http://whatever.com">whatever.com</a>. Instead I want the call to be forwarded there via the sip proxy.<br><br></div><div>Silviu<br></div></div>