<div>Hi, I'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> </div>
<div>[sip_proxy-out]<br>type=peer ; 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> </div>
<div>I want a </div>
<div>To: <a href="mailto:408@192.168.0.95">408@192.168.0.95</a> </div>
<div> </div>
<div>by proxy </div>
<div><a href="http://192.168.0.74:9097">192.168.0.74:9097</a></div>
<div> </div>
<div>but it turns out the "To" 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> </div>
<div>How to give the peer an outboundproxy only port? Thanks <br> </div>