Hi<br><br>How do you configure dispatcher to send OPTIONS ping to load-balanced proxies ?<br><br>I'm using kamailio 1.4.2 with this of configuration:<br><br>[...]<br>modparam("dispatcher", "ds_ping_method", "OPTIONS")<br>
modparam("dispatcher", "ds_ping_interval", 5)<br>modparam("dispatcher", "ds_ping_from", "<a href="mailto:sip%3Afend1@10.132.184.33">sip:fend1@10.132.184.33</a>")<br>modparam("dispatcher", "ds_probing_threshhold", 3)<br>
[...]<br><br>The load-balancing works properly : I see the traffic being sent to my proxies. But I don't see any SIP OPTIONS packets. <br><br>I've read in module doc "This method is only available, if compiled with the probing of failed gateways enabled.                 
                " but I can't find how to activate this on compilation time, so I'm not sure if I have this feature or not enable.<br><br>Regards,<br>Pascal<br><br><br>