<div>kamailio version 3.1.2</div><div><br></div>I am trying to setup dispatcher to use its failover feature. Here is dispatcher part of configure file:<div><div><br></div><div>loadmodule "dispatcher.so"</div><div><br></div><div>modparam("dispatcher", "db_url", DBURL)</div><div>modparam("dispatcher", "table_name", "dispatcher")</div><div>modparam("dispatcher", "ds_ping_interval", 30)</div><div>modparam("dispatcher", "ds_probing_threshhold", 10)</div><div>modparam("dispatcher", "ds_ping_reply_codes", "class=2;class=4")</div><div>modparam("dispatcher", "ds_probing_mode", 1)</div><div>modparam("dispatcher", "ds_ping_from", "sip:lb1 &lt;at&gt; m-lab-ca805-sig.kd-lab.de")</div><div>modparam("dispatcher", "dst_avp", "$avp(dsdst)")</div><div>modparam("dispatcher", "grp_avp", "$avp(dsgrp)")</div><div>modparam("dispatcher", "cnt_avp", "$avp(dscnt)")</div><div>modparam("dispatcher", "attrs_avp", "$avp(dsattrs)")</div><div>modparam("dispatcher", "dstid_avp", "$avp(dsdstid)")</div><div>modparam("dispatcher", "flags", 2)</div></div><div><br></div><div>But it is still give the following error:</div><div>0(1917) ERROR: dispatcher [dispatcher.c:624]: failover functions used, but AVPs paraamters required are NULL -- feature disabled</div><div><br></div><div>Does anybody know why?</div><div><br></div><div>Gary</div>