Sam,<br><br>I have the same scenario you described in one of my services based in
Opensips, I have a user table from the CRM and i use this table to
authenticate users in the Opensips script.<br><br>My aproach to get
this working was create a View of my user table with the same format
expected by the Opensips, this way Opensips will use the view thinking
that it was a real table, and i use the AUTH_DB module as the documentation [1] explains.<br><br>[1] - <a href="http://www.opensips.org/html/docs/modules/1.6.x/auth_db.html">http://www.opensips.org/html/docs/modules/1.6.x/auth_db.html</a><br>

<br>Best regards,<br><br clear="all">Antonio Anderson Souza<br>Voice Technology<br><a href="http://www.antonioams.com">http://www.antonioams.com</a><br>
<br><br><div class="gmail_quote">On Fri, Apr 16, 2010 at 9:10 AM, samoh <span dir="ltr">&lt;<a href="mailto:dahmani.samy@gmail.com">dahmani.samy@gmail.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;">

<div class="im"><br>
&gt;Hi Sam,<br>
<br>
&gt;You can extract the info from your database with avp_db_query from<br>
&gt;avp_ops module (<br>
&gt;<a href="http://www.opensips.org/html/docs/modules/devel/avpops.html#id271033" target="_blank">http://www.opensips.org/html/docs/modules/devel/avpops.html#id271033</a>)<br>
&gt;and use that info to do authentication with pvar<br>
&gt;auth(<a href="http://www.opensips.org/html/docs/modules/devel/auth.html#id271238" target="_blank">http://www.opensips.org/html/docs/modules/devel/auth.html#id271238</a>).<br>
<br>
&gt;Regards,<br>
<br>
&gt;--<br>
&gt;Anca Vamanu<br>
&gt;<a href="http://www.voice-system.ro" target="_blank">www.voice-system.ro</a><br>
<br>
</div>Hi Anca Vamanu,<br>
<br>
Thank you for your reply, but I do not see how make it, I&#39;m a beginner with<br>
OpenSIPS, do you have any example of authentication with avpops&#39;s module ?<br>
<br>
Regards.<br>
<br>
Sam.<br>
<font color="#888888">--<br>
View this message in context: <a href="http://n2.nabble.com/how-to-adapt-opensips-s-database-to-authentification-tp4911951p4912585.html" target="_blank">http://n2.nabble.com/how-to-adapt-opensips-s-database-to-authentification-tp4911951p4912585.html</a><br>


Sent from the OpenSIPS - Users mailing list archive at Nabble.com.<br>
</font><div><div></div><div class="h5"><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>
</div></div></blockquote></div><br>