Dear all,<br><br>Does anyone can explain how Dispatcher module is sending calls to the gateways in the different states?<br><br>I mean if I have 3 gateways and the one of them is in Probing mode why Dispatcher is continuing sending there calls? Why this gateway is not changing from Probing to Inactive since is not replaying to OPTIONS messages send by Kamailio?<br>
<br>Configuration:<br><br>modparam(&quot;dispatcher&quot;, &quot;flags&quot;, 2)<br>modparam(&quot;dispatcher&quot;, &quot;ds_ping_interval&quot;, 5)<br>modparam(&quot;dispatcher&quot;, &quot;ds_probing_mode&quot;, 1)<br>
modparam(&quot;dispatcher&quot;, &quot;ds_probing_threshhold&quot;, 2)<br>modparam(&quot;dispatcher&quot;, &quot;dst_avp&quot;, &quot;$avp(s:dst_avp)&quot;)<br>modparam(&quot;dispatcher&quot;, &quot;grp_avp&quot;, &quot;$avp(dsgrp)&quot;)<br>
modparam(&quot;dispatcher&quot;, &quot;cnt_avp&quot;, &quot;$avp(i:202)&quot;)<br>modparam(&quot;dispatcher&quot;, &quot;ds_append_branch&quot;, 0)<br><br>using db for gw:<br><br>setid 123,destination sip:xxx.xxxx.xxx, flag 0 ...<br>
<br>in ROUTE:<br>if(ds_select_domain(&quot;$avp(s:disp_dstgrp)&quot;, &quot;4&quot;))<br><br>in Failure Route<br><br>if(!ds_next_domain())<br><br>I want Dispatcher when it sees a node gateway that is dead , to Not send any other calls.<br>
<br>Thank you in advance<br><br>Alex<br><br> <br>