Hello,<br>If I start a second instance of kamailio by mistake, if the cfg file instructs it to listen to tcp ports, the second instance will exit with something like this:<br>tcp_init: bind(7, 0x81b28ec, 16) on <a href="http://127.0.0.1:5060">127.0.0.1:5060</a> : Address already in use<br>
<br>But if the cfg file only instructs kamailio to bind to udp ports, the second instance will not exit. Is this a bug? <br><br>I&#39;m curious because if we start kamailio and a udp port is in use by another application (not kamailio), kamailio will exit with <br>
udp_init: bind(4, 0x819f274, 16) on <a href="http://192.168.88.29">192.168.88.29</a>: Address already in use<br>Why is that so?<br><br>regards,<br>mayama<br><br><br><br>