<div dir="ltr">Hello<div><br></div><div>opensips 2.3 with mid_registrar module activated. Installed from CentOS repositories</div><div><br></div><div>This configuration from tutorial does not work:</div><div><div>loadmodule "mid_registrar.so"</div><div>modparam("mid_registrar", "mode", 2) /* 0 = mirror / 1 = ct / 2 = AoR */</div><div>modparam("mid_registrar", "outgoing_expires", 7200)</div><div>modparam("mid_registrar", "insertion_mode", 0) /* 0 = contact; 1 = path */</div><div><br></div><div>The softphone registeres OK, but mid_registrar cannot find any contacts registered and I see MYLOG INVITE mid_registrar not found in the logs. </div><div><br></div><div>this is the code: </div><div><div>if (is_method("INVITE|MESSAGE") && $si == "18.21.16.61" && $sp == 5060) {</div><div>     xlog("MYLOG INVITE mid_registrar looking up $ru $ci !\n");</div><div>     if (!mid_registrar_lookup("location")) {</div><div>          xlog("MYLOG INVITE mid_registrar not found $ru $ci \n");</div><div>           t_reply("404", "Not Found");</div><div>           exit;</div><div>         }</div><div>            xlog("MYLOG INVITE mid_registrar after looking up $ru $ci !\n");</div><div>            t_relay();</div><div>            exit;</div><div>         }</div></div><div><br></div><div>if I change config to </div><div><div>modparam("mid_registrar", "mode", 1) /* 0 = mirror / 1 = ct / 2 = AoR */</div><div>modparam("mid_registrar", "outgoing_expires", 7200)</div><div>modparam("mid_registrar", "insertion_mode", 1) /* 0 = contact; 1 = path */</div></div><div><br></div><div>It can find the contact, but does not populate $ru and does not send INVITE to softphone with t_relay() failing to a loop, sending back one 100 Trying and finishing the loop with Too Many Hops error.</div><div><br></div><div>$ru keeps being the same, but as I understand it should be changed to the actual Contact which I clearly see in the location record when do  opensipsctl  ul show:</div><div><br></div><div>Contact:: <a href="http://sip:0044018503@10.1.8.16:5060">sip:0044018503@10.1.8.16:5060</a> Q=<br></div><div><br></div><div>Any help or hints on what I'm doing wrong is very much appreciated. Thanks. </div></div>
</div>