<div dir="ltr"><div>Hello,</div><div><br></div><div>I see problem when Opensips relay BYE.</div><div><br></div><div>Opensips 2.3 is latest from GIT.</div><div><br></div><div>Opensips listen in diffrent port from 5060:</div><div>loadmodule "proto_udp.so"</div><div>modparam("proto_udp", "udp_port", 2010)</div><div><br></div><div>Opensips relay BYE</div><div><span style="white-space:pre">    </span>if ( t_relay() ) {</div><div><span style="white-space:pre">            </span>xlog("L_ERR", "Send relay ($rm) to $rd:$rp ");</div><div><span style="white-space:pre">    </span>};</div><div><br></div><div>In log all is good:</div><div> Send relay (BYE) to ITSP_IP:5060</div><div><br></div><div>From TCPDUMP I see BYE is sent to 2010 instead 5060.</div><div><br></div><div> -- BYE -----> Opensips_IP:2010 ----- BYE ------> ITSP:2010</div><div><br></div><div>This is bug or problem of setting?</div><div><br></div><div>Best regards,</div><div>Dragomir</div></div>