<br>Hi Robert.<br><br>Please update again from branch (stable version)<br><br>Regards.<br><br>Sergio.<br><br><div class="gmail_quote">On Fri, Mar 6, 2009 at 2:46 AM, Robert Borz <span dir="ltr">&lt;<a href="mailto:robert.borz@web.de">robert.borz@web.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Sergio,<br>
<br>
I just checked out the current svn version. But the problem still exists. Here&#39;s my module configuration:<br>
<br>
loadmodule &quot;uri_db.so&quot;<br>
modparam(&quot;uri_db&quot;, &quot;db_url&quot;, &quot;postgres://opensips:********@*********/opensips_1_4&quot;)<br>
<div class="im">modparam(&quot;uri_db&quot;, &quot;use_uri_table&quot;, 1)<br>
</div>modparam(&quot;uri_db&quot;, &quot;use_domain&quot;, 0)<br>
<br>
And here&#39;s the output generated with debug 5:<br>
<br>
DBG:db_postgres:db_postgres_val2str: PQescapeStringConn: in: 9 chars, out: 9 chars<br>
DBG:db_postgres:db_postgres_val2str: PQescapeStringConn: in: 10 chars, out: 10 chars<br>
DBG:db_postgres:db_postgres_val2str: PQescapeStringConn: in: 12 chars, out: 12 chars<br>
DBG:db_postgres:db_postgres_submit_query: 0x74c578 PQsendQuery(select username from subscriber where username=&#39;sip/10000&#39; AND domain=&#39;**********&#39; AND uri_user=&#39;************&#39;)<br>
DBG:core:db_new_result: allocate 48 bytes for result set at 0x74da00<br>
DBG:db_postgres:db_postgres_store_result: 0x74c578 PQresultStatus(PGRES_FATAL_ERROR) PQgetResult(0x84ba20)<br>
ERROR:db_postgres:db_postgres_store_result: 0x74c578 - invalid query, execution aborted<br>
ERROR:db_postgres:db_postgres_store_result: 0x74c578: PGRES_FATAL_ERROR<br>
ERROR:db_postgres:db_postgres_store_result: 0x74c578: ERROR:  column &quot;uri_user&quot; does not exist#012LINE 1: ... username=&#39;*********&#39; AND domain=&#39;**********&#39; AND uri_user=&#39;...#012                                                             ^#012<br>

DBG:core:db_free_columns: freeing 0 columns<br>
DBG:core:db_free_rows: freeing 0 rows<br>
DBG:core:db_free_result: freeing result set at 0x74da00<br>
DBG:db_postgres:free_query: PQclear(0x84ba20) result set<br>
ERROR:core:db_do_query: error while storing result<br>
ERROR:uri_db:check_username: Error while querying database<br>
<br>
<br>
Regards,<br>
Robert.<br>
<br>
<br>
________________________________________<br>
From: <a href="mailto:saguti@gmail.com">saguti@gmail.com</a> [mailto:<a href="mailto:saguti@gmail.com">saguti@gmail.com</a>]<br>
Sent: Thursday, March 05, 2009 8:52 PM<br>
<div class="im">To: <a href="mailto:robert.borz@web.de">robert.borz@web.de</a><br>
</div><div><div></div><div class="h5">Subject: Re: [OpenSIPS-Users] Bug in uri_db module, OpenSIPS v1.4.4<br>
<br>
Hello Robert.<br>
<br>
Please, update  from SVN and try again.<br>
<br>
You can download stable version by using:<br>
svn co <a href="https://opensips.svn.sourceforge.net/svnroot/opensips/branches/1.4" target="_blank">https://opensips.svn.sourceforge.net/svnroot/opensips/branches/1.4</a> opensips_1_4<br>
<br>
Please confirm us whether it works, to proceed to close your bug report.<br>
<br>
Thanks for reporting.<br>
<br>
Best regards.<br>
<br>
Sergio.<br>
<br>
<br>
On Thu, Mar 5, 2009 at 12:49 PM, Robert Borz &lt;<a href="mailto:robert.borz@web.de">robert.borz@web.de</a>&gt; wrote:<br>
Hi Bogdan,<br>
<br>
I filed a anonymous bug report on the new tracker.<br>
<br>
<br>
Regards,<br>
Robert.<br>
<br>
-----Original Message-----<br>
From: <a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a> [mailto:<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>]<br>
Sent: Thursday, March 05, 2009 6:36 PM<br>
To: <a href="mailto:robert.borz@web.de">robert.borz@web.de</a><br>
Cc: <a href="mailto:users@lists.opensips.org">users@lists.opensips.org</a><br>
Subject: Re: [OpenSIPS-Users] Bug in uri_db module, OpenSIPS v1.4.4<br>
<br>
Hi Robert,<br>
<br>
Looks like a bug to me - could you please upload a new bug report on the<br>
tracker about this problem?<br>
<br>
Thanks and regards,<br>
Bogdan<br>
<br>
Robert Borz wrote:<br>
&gt; Allright, just my mistake? Just trying to convert my current OpenSER configuration.<br>
&gt;<br>
&gt; Adding the additional parameter<br>
&gt;       modparam(&quot;uri_db&quot;, &quot;db_table&quot;, &quot;uri&quot;)<br>
&gt; fixed this issue.<br>
&gt;<br>
&gt;<br>
&gt; Sorry...<br>
&gt;<br>
&gt;<br>
&gt; Robert.<br>
&gt;<br>
&gt; -----Original Message-----<br>
&gt; From: Robert Borz [mailto:<a href="mailto:robert.borz@web.de">robert.borz@web.de</a>]<br>
&gt; Sent: Thursday, March 05, 2009 6:12 PM<br>
&gt; To: &#39;<a href="mailto:users@lists.opensips.org">users@lists.opensips.org</a>&#39;<br>
&gt; Subject: Bug in uri_db module, OpenSIPS v1.4.4<br>
&gt;<br>
&gt; I just tried using the uri_db module together with db_postgres module:<br>
&gt;<br>
&gt; loadmodule &quot;uri_db.so&quot;<br>
&gt; modparam(&quot;uri_db&quot;, &quot;use_uri_table&quot;, 1)<br>
&gt;<br>
&gt; Does not use the &quot;uri&quot; table and tries looking up the user still in the subscriber table.<br>
&gt;<br>
&gt; Relevant output with debug level 5:<br>
&gt; DBG:db_postgres:db_postgres_submit_query: 0x74c8e8 PQsendQuery(select username from subscriber where username=&#39;*********&#39; AND domain=&#39;*******.de&#39; AND uri_user=&#39;************&#39;)<br>
&gt;<br>
&gt; The docs say, that use_uri_table has to be set to another value than 0, which means true. Seems not to work right now...<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br>
<br>
<br>
--<br>
Sergio Gutiérrez<br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Sergio Gutiérrez<br>