<div dir="ltr">It does seem like a simple problem gone viral...the db_mode is set to 3, the actual routing happens as follows :<div><br></div><div><div># USER location service</div><div>route[LOCATION] {</div><div><br></div>

<div>#!ifdef WITH_ALIASDB</div><div>        # search in DB-based aliases</div><div>        alias_db_lookup(&quot;dbaliases&quot;);</div><div>#!endif</div><div><br></div><div>        if (!lookup(&quot;location&quot;)) {</div>

<div>                switch ($rc) {</div><div>                        case -1:</div><div>                        case -3:</div><div>                                t_newtran();</div><div>                                t_reply(&quot;404&quot;, &quot;Not Found&quot;);</div>

<div>                                exit;</div><div>                        case -2:</div><div>                                sl_send_reply(&quot;405&quot;, &quot;Method Not Allowed&quot;);</div><div>                                exit;</div>

<div>                }</div><div>        }</div><div><br></div><div>        # when routing via usrloc, log the missed calls also</div><div>        if (is_method(&quot;INVITE&quot;))</div><div>        {</div><div>                setflag(FLT_ACCMISSED);</div>

<div>        }</div><div>}</div><div><br></div><br><div class="gmail_quote">On Mon, Dec 10, 2012 at 2:22 PM, Alex Balashov <span dir="ltr">&lt;<a href="mailto:abalashov@evaristesys.com" target="_blank">abalashov@evaristesys.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">db_mode</blockquote></div><br><br clear="all"><div><br></div><div dir="ltr"><div><div><font><font color="#888888"><b><br>

</b></font></font><div><div></div></div></div></div></div><br>
</div></div>