Thanks Flavio.<br>All works perfectly now. :)<br><br><div class="gmail_quote">On Thu, Oct 22, 2009 at 2:35 PM, Flavio E. Goncalves <span dir="ltr">&lt;<a href="mailto:flavio@asteriskguide.com">flavio@asteriskguide.com</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 Hasitha,<br>
<br>
You need to have a table version, with the name of the table and the<br>
right versions. Check in the source code the MySQL scripts who create<br>
the databases. For each OpenSIPS table  there is a record in the<br>
version table.<br>
<br>
Regards,<br>
<br>
Flavio E. Goncalves<br>
<div><div></div><div class="h5"><br>
At 11:30 AM 10/22/2009, you wrote:<br>
&gt;Hello,<br>
&gt;<br>
&gt;   Is it possible to use a view/table from a remote database (not<br>
&gt; from opensips db) for authenticating users?<br>
&gt;<br>
&gt;I&#39;m testing following scenario but cannot get it to work.<br>
&gt;I have a separate user provisioning system which store username,<br>
&gt;password and domain in a external mysql db. I want opensips to query<br>
&gt;user credentials from external database when authenticating users.<br>
&gt;<br>
&gt;I created a view named &quot;subscriber&quot; in the external DB which<br>
&gt;contains following fields;<br>
&gt;  - username<br>
&gt;  - domain<br>
&gt;  - ha1<br>
&gt;  - ha1b<br>
&gt;<br>
&gt;In the opensips.conf file I&#39;ve changed auth_db params as below;<br>
&gt;<br>
&gt;modparam(&quot;auth_db&quot;, &quot;calculate_ha1&quot;, yes)<br>
&gt;modparam(&quot;auth_db&quot;, &quot;password_column&quot;, &quot;password&quot;)<br>
&gt;modparam(&quot;auth_db&quot;, &quot;db_url&quot;,&quot;mysql://dbuser:dbpassword@dbserveraddress/mydb&quot;)<br>
&gt;modparam(&quot;auth_db&quot;, &quot;load_credentials&quot;, &quot;&quot;)<br>
&gt;<br>
&gt;<br>
&gt;When I try to start OpenSIPS it attempts to query from a table<br>
&gt;called &quot;version&quot; and fail to start.<br>
&gt;<br>
&gt;Oct 22 13:54:48 opensips /sbin/opensips[18071]:<br>
&gt;ERROR:db_mysql:db_mysql_submit_query: driver error: Table<br>
&gt;&#39;mydb.version&#39; doesn&#39;t exist.<br>
&gt;<br>
&gt;Any thoughts? Suggestions?<br>
&gt;<br>
&gt;Thanks in advance.<br>
&gt;<br>
&gt;<br>
&gt;Hasitha<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&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>
<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>
</blockquote></div><br>