<div dir="ltr"><div><div><div><div>Hi Suresh, you are using lookup() and it is not finding the contact ?<br><br><pre class="gmail-programlisting">...
lookup("location");
switch ($retcode) {
    case -1:
    case -3:
        sl_send_reply("404", "Not Found");
        exit;
    case -2:
        sl_send_reply("405", "Not Found");
        exit;
};
...</pre><br></div>In this case you probably want to do a "kamctl ul show" before making the call to see if you find the AOR and the related contact<br></div>You can also do some manual test using the ul.lookup command<br><br></div>Regards<br></div>Julien<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 26, 2018 at 11:37 PM, Suresh Talasaniya <span dir="ltr"><<a href="mailto:suresh.talasaniya@gmail.com" target="_blank">suresh.talasaniya@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hello All,</div><div><br></div><div><br></div><div>I have two Kamailio servers and shared the database between two Kamailio. </div><div><br></div><div>Below are my usrloc configuration in kamailio.cfg</div><div><br></div><div><div># ----- usrloc params -----</div><div><br></div><div>modparam("usrloc", "db_url", DBURL)</div><div><b>modparam("usrloc", "db_mode", 3)</b></div><div>modparam("usrloc", "use_domain", MULTIDOMAIN)</div><div><br></div><div>modparam("usrloc", "timer_interval", 30)</div><div>modparam("usrloc", "matching_mode", 1)</div><div>modparam("usrloc", "cseq_delay", 10)</div><div>modparam("usrloc", "fetch_rows", 3000)</div><div>modparam("usrloc", "hash_size", 12)</div><div>modparam("usrloc", "timer_procs", 4)</div><div>modparam("usrloc", "handle_lost_tcp", 1)</div><div>modparam("usrloc", "close_expired_tcp", 1)</div><div>modparam("usrloc", "db_timer_clean", 1)</div></div><div><br></div><div><br></div><div><div><br></div><div># ----- registrar params -----</div><div><br></div><div>modparam("registrar", "method_filtering", 1)</div><div>modparam("registrar", "gruu_enabled", 0)<br></div><div>modparam("registrar", "received_avp", "$avp(RECEIVED)")</div><div>modparam("registrar", "default_expires", 3600)</div><div>modparam("registrar", "min_expires", 1200)</div><div>modparam("registrar", "max_expires", 3600)</div><div>modparam("registrar", "default_q", 1000)</div><div>modparam("registrar", "max_contacts", 10)</div><div>modparam("registrar", "retry_after", 10)</div><div>modparam("registrar", "xavp_cfg", "reg")<br></div><div>modparam("registrar", "use_path", 1)</div><div>modparam("registrar", "path_mode", 0)</div><div>modparam("registrar", "path_use_received", 1)</div><div>modparam("registrar", "contact_max_size", 1024)</div><div><br></div><div>modparam("registrar", "path_check_local", 1)</div><div>modparam("registrar", "sock_flag", 18)</div><div>modparam("registrar", "sock_hdr_name", "Sock-Info")</div></div><div><br></div><div>#-----------------------------<wbr>------------------------------<wbr>-</div><div><br></div><div>I have two users in same domain.</div><div><br></div><div>1. <a href="mailto:1000@dev.domain.com" target="_blank">1000@dev.domain.com</a>  --> Registered on kamailio 1</div><div>2. <a href="mailto:1001@dev.domain.com" target="_blank">1001@dev.domain.com</a>  <span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">--> Registered on kamailio 2</span></div><div><br></div><div>I am not able to make a call from <a href="mailto:1000@dev.domain.com" target="_blank">1000@dev.domain.com</a> to <a href="mailto:1001@dev.domain.com" target="_blank">1001@dev.domain.com</a> and vice versa.</div><div><br></div><div>It will be appreciable if anyone help to resolve the issue.</div><div><br></div><div>Thank you in advance!<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><div><br></div><br clear="all"><div><br></div>-- <br><div class="m_5646252343982067785gmail_signature"><div dir="ltr"><div><div dir="ltr"><span><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><font color="#8e7cc3">Regards,</font></div><div><font color="#8e7cc3">Suresh Talasaniya. </font></div><div><span style="color:rgb(142,124,195);font-size:12.8px">Contact : +91-9724264776<br></span><font color="#8e7cc3">Skype : suresh.talsaniya</font></div></div></div></div></div></div></div></div></div></div></div></div></div></span></div></div></div></div>
</font></span></div>
<br>______________________________<wbr>_________________<br>
Kamailio (SER) - Users Mailing List<br>
<a href="mailto:sr-users@lists.kamailio.org">sr-users@lists.kamailio.org</a><br>
<a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank">https://lists.kamailio.org/<wbr>cgi-bin/mailman/listinfo/sr-<wbr>users</a><br>
<br></blockquote></div><br></div>