<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div>Am i doing it right ?</div><div><br></div><div>mysql&gt; <font color="#5133ab">select * from dispatcher;</font></div><div>+----+-------+-------------------------+--------+-------+--------+----------+-----------+--------------+</div><div>| id | setid | destination &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | socket | state | weight | priority | attrs &nbsp; &nbsp; | description &nbsp;|</div><div>+----+-------+-------------------------+--------+-------+--------+----------+-----------+--------------+</div><div>| &nbsp;1 | &nbsp; &nbsp; 1 | sip:192.168.26.230:7000 | NULL &nbsp; | &nbsp; &nbsp; 0 | &nbsp; &nbsp; &nbsp;1 | &nbsp; &nbsp; &nbsp; &nbsp;0 | calls=100 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|</div><div>| &nbsp;2 | &nbsp; &nbsp; 1 | sip:192.168.26.231:7000 | NULL &nbsp; | &nbsp; &nbsp; 1 | &nbsp; &nbsp; &nbsp;1 | &nbsp; &nbsp; &nbsp; &nbsp;0 | calls=100 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|</div><div>+----+-------+-------------------------+--------+-------+--------+----------+-----------+--------------+</div><div>2 rows in set (0.00 sec)</div><div><br></div><div>mysql&gt; <font color="#5133ab">update dispatcher set state=0 where id = 2;</font></div><div>Query OK, 1 row affected (0.01 sec)</div><div>Rows matched: 1 &nbsp;Changed: 1 &nbsp;Warnings: 0</div><div><br></div><div>mysql&gt; <font color="#5133ab">select * from dispatcher;</font></div><div>+----+-------+-------------------------+--------+-------+--------+----------+-----------+--------------+</div><div>| id | setid | destination &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | socket | state | weight | priority | attrs &nbsp; &nbsp; | description &nbsp;|</div><div>+----+-------+-------------------------+--------+-------+--------+----------+-----------+--------------+</div><div>| &nbsp;1 | &nbsp; &nbsp; 1 | sip:192.168.26.230:7000 | NULL &nbsp; | &nbsp; &nbsp; 0 | &nbsp; &nbsp; &nbsp;1 | &nbsp; &nbsp; &nbsp; &nbsp;0 | calls=100 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|</div><div>| &nbsp;2 | &nbsp; &nbsp; 1 | sip:192.168.26.231:7000 | NULL &nbsp; | &nbsp; &nbsp; 0 | &nbsp; &nbsp; &nbsp;1 | &nbsp; &nbsp; &nbsp; &nbsp;0 | calls=100 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|</div><div>+----+-------+-------------------------+--------+-------+--------+----------+-----------+--------------+</div><div>2 rows in set (0.00 sec)</div><div><br></div><div>mysql&gt;</div><div>mysql&gt; exit</div><div>Bye</div><div>[root@edgeproxy ~]# <font color="#5133ab">opensipsctl fifo ds_list</font></div><div>PARTITION:: default</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>SET:: 1</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>URI:: sip:192.168.26.230:7000 state=Active</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>attr:: calls=100</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>URI:: sip:192.168.26.231:7000 state=<b><font color="#ac193d">Inactive</font></b></div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>attr:: calls=100</div><div>[root@edgeproxy ~]# <font color="#5133ab">opensipsctl fifo ds_reload</font></div><div>[root@edgeproxy ~]# <font color="#5133ab">opensipsctl fifo ds_list</font></div><div>PARTITION:: default</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>SET:: 1</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>URI:: sip:192.168.26.230:7000 state=Active</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>attr:: calls=100</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>URI:: sip:192.168.26.231:7000 state=<font color="#ac193d"><b>Inactive</b></font></div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>attr:: calls=100</div><div>[root@edgeproxy ~]#</div><div>[root@edgeproxy ~]#<font color="#5133ab"> /etc/init.d/opensips restart</font></div><div>Stopping opensips: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [ &nbsp;OK &nbsp;]</div><div>Starting opensips: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [ &nbsp;OK &nbsp;]</div><div>[root@edgeproxy ~]# <font color="#5133ab">opensipsctl fifo ds_list</font></div><div>PARTITION:: default</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>SET:: 1</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>URI:: sip:192.168.26.230:7000 state=Active</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>attr:: calls=100</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>URI:: sip:192.168.26.231:7000 state=<b>Active</b></div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>attr:: calls=100</div><div><br></div><div>same for scenario for making node inactive.&nbsp;</div><div><br></div><div>Regards</div><div>Hamid R. Hashmi</div>                                               </div></body>
</html>