Hi,<br><br>I am sorry for asking a dumb question here, but I checked all the documentation, and still could not find the answer I am looking for.&nbsp; <br><br>I need to be able to run multiple instances of opensips in daemon mode ( fork = yes ).&nbsp; It works with these commands here:<br>
<br>opensips -l <a href="http://192.168.1.109:5030">192.168.1.109:5030</a> -f /var/app/config/opensips_1.cfg <br>opensips -l <a href="http://192.168.1.109:5040">192.168.1.109:5040</a> -f /var/app/config/opensips_2.cfg<br>
opensips -l <a href="http://192.168.1.109:5050">192.168.1.109:5050</a> -f /var/app/config/opensips_3.cfg&nbsp; <br><br>However, when the config files are updated, I would like to do a restart.&nbsp; I tried with <br><br>opensips -l <a href="http://192.168.1.109:5050">192.168.1.109:5050</a> -f /var/app/config/opensips_3.cfg&nbsp;&nbsp; restart<br>
<br>and what I am getting is:<br><br>Dec&nbsp; 6 15:09:56 [10731] ERROR:core:tcp_init: bind(5, 0x7651fc, 16) on <a href="http://192.168.1.109:5050">192.168.1.109:5050</a> : Address already in use<br><br>The only solution I can think of is to use kill to individually kill each opensips process one by one but it is a very time consuming process.&nbsp; <br>
<br>Does anyone know of a better way of doing it?<br><br>Thanks for your help.<br><br>Mark<br><br><br><br><br>