Hi, <br><br>I am trying to run multiple different instances of openser on the same server using different ports.<br>Regardless of receiving INVITE on any of the ports (5061, 5062, ...)  I want openser always to proxy the message to port 5060. <br>
<br> invite:5061 ---&gt; openser --&gt; invite:5060<br> invite:5062 ---&gt; openser --&gt; invite:5060<br><br>By adding two listen ports as follow, openser sends the traffic to the same outgoing port as the incoming port:<br>
<br>listen=udp:<a href="http://209.16.123.160:5061">209.16.123.160:5061</a><br>
listen=udp:<a href="http://209.16.123.160:5062">209.16.123.160:5062</a><br><br>Is there a way to hard code the outgoing port? or I should overwrite the port?<br><br>Thanks,<br>R<br>  <br><br>