<div>Hi, I&#39;m going to forward SIP request to special outbound SIP proxy with none SIP port.</div>
<div>I have this in my sip.conf</div>
<div>&nbsp;</div>
<div>[sip_proxy-out]<br>type=peer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; we only want to call out, not be called<br>username=408</div>
<div>host=<a href="http://192.168.0.95">192.168.0.95</a><br>outboundproxy=<a href="http://192.168.0.74">192.168.0.74</a></div>
<div>port=9097</div>
<div>&nbsp;</div>
<div>I want a </div>
<div>To: <a href="mailto:408@192.168.0.95">408@192.168.0.95</a> </div>
<div>&nbsp;</div>
<div>by proxy </div>
<div><a href="http://192.168.0.74:9097">192.168.0.74:9097</a></div>
<div>&nbsp;</div>
<div>but it turns out the &quot;To&quot;&nbsp;also has the port</div>
<div>To: <a href="mailto:408@192.168.0.95:9097">408@192.168.0.95:9097</a></div>
<div>&nbsp;</div>
<div>How to&nbsp;give the peer an outboundproxy only port? Thanks&nbsp;<br>&nbsp;</div>