Sam, 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.
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. [1] - http://www.opensips.org/html/docs/modules/1.6.x/auth_db.html Best regards, Antonio Anderson Souza Voice Technology http://www.antonioams.com On Fri, Apr 16, 2010 at 9:10 AM, samoh <[email protected]> wrote: > > >Hi Sam, > > >You can extract the info from your database with avp_db_query from > >avp_ops module ( > >http://www.opensips.org/html/docs/modules/devel/avpops.html#id271033) > >and use that info to do authentication with pvar > >auth(http://www.opensips.org/html/docs/modules/devel/auth.html#id271238). > > >Regards, > > >-- > >Anca Vamanu > >www.voice-system.ro > > Hi Anca Vamanu, > > Thank you for your reply, but I do not see how make it, I'm a beginner with > OpenSIPS, do you have any example of authentication with avpops's module ? > > Regards. > > Sam. > -- > View this message in context: > http://n2.nabble.com/how-to-adapt-opensips-s-database-to-authentification-tp4911951p4912585.html > Sent from the OpenSIPS - Users mailing list archive at Nabble.com. > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users >
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
