Hi,
just wondering about dispatcher failover in 1.2.0
in 1.1.0 i had:
modparam("dispatcher", "list_file",
"/etc/openser/dispatcher.list")
modparam("dispatcher", "force_dst", 0)
modparam("dispatcher","flags", 2)
modparam("dispatcher","use_default", 0)
ds_select_dst("1", "0");
and in failure rout checking 408 timeout an using
ds_mark_dst();
ds_next_dst()
What I see is that the "down" proxy is not put as inactive
ERROR:avp:search_first_avp: 0 ID or NULL NAME AVP!
Any clues?
br hw