Hi all
I'm using OpenSips in redirect mode.
How can I find if a resource/destination is inactive and I don't return inactive resource's info to caller.
Currently I'm using Dispatcher module as
ds_select_domain("2", "4");
sl_send_reply("302", "Redirect");
I tried using
modparam("dispatch", "ds_ping_method", "OPTIONS")
modparam("dispatch", "ds_ping_from", ""sip:abc@myip")
modparam("dispatch", "ds_ping interval", 30)
modparam("dispatch", "ds_probing_mode", 1)
modparam("dispatch", "ds_probing_threshhold, 2)
modparam("dispatcher", "options_reply_codes", "481")
When I disable a resource, it still round robin to that resource.
note: I'm very new to OpenSips and any help is appreciated.
Thanks
<br><hr align="left" width="300">
View this message in context: <a href="http://opensips-open-sip-server.1449251.n2.nabble.com/Disable-inactive-resource-when-redirecting-tp5465803p5465803.html">Disable inactive resource when redirecting</a><br>
Sent from the <a href="http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS-Users-f1449235.html">OpenSIPS - Users mailing list archive</a> at Nabble.com.<br>