<div dir="ltr">Hello. I try to integrate dispathcer module (with db table dispatcher) to my Kamailio server.<br><br>I have problem with changing IP at db table, but when I calling - call goes to old IP that alread deleted from db.<br>
<br>I tested my table with query that selects destination address from table, and it replyes to me correct address.<br><br>I use round-robin ("4") algorythm <br><br><div>modparam("dispatcher", "db_url",DBURL)</div>
<div>modparam("dispatcher", "table_name", "dispatcher")</div><div>modparam("dispatcher", "setid_col", "setid")</div><div>modparam("dispatcher", "destination_col", "destination")</div>
<div>modparam("dispatcher", "force_dst", 1)</div><div>modparam("dispatcher", "flags", 3)</div><div>modparam("dispatcher", "dst_avp", "$avp(i:271)")</div>
<div>modparam("dispatcher", "grp_avp", "$avp(i:272)")</div><div>modparam("dispatcher", "cnt_avp", "$avp(i:273)")</div><div>modparam("dispatcher", "ds_ping_from", "<a href="mailto:sip%3Aproxy@10.0.0.2">sip:proxy@10.0.0.2</a>")</div>
<div>modparam("dispatcher", "ds_ping_interval",15)</div><div>modparam("dispatcher", "ds_probing_mode", 1)</div><div>modparam("dispatcher", "ds_ping_reply_codes", "class=2;code=403;code=404;code=484;class=3")</div>
<div><br></div><br>How to disable this cache?<br><br></div>