I heard somebody wanted to use LDAP instead of MySQL, currently Im developing a module to replace MySQL database with an LDAP directory. If you are interested please check the following URL:
http://rocksteady.cs.fiu.edu/SER-LDAP/
Regards, Alberto
Just an FYI,
Marcel Baur already released LDAP modules, you might want to check them out so you don't have to duplicate the work:
http://www.ethworld.ethz.ch/technologies/sipeth/ser_modules/ldap http://www.ethworld.ethz.ch/technologies/sipeth/ser_modules/ldaps
-Evan
Alberto Aguilar wrote:
I heard somebody wanted to use LDAP instead of MySQL, currently I’m developing a module to replace MySQL database with an LDAP directory. If you are interested please check the following URL:
http://rocksteady.cs.fiu.edu/SER-LDAP/
Regards, Alberto
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Is it possible to rewrite a sip status received from a gateway? I mean, if I get a 183 Session Progress I want to rewrite it to a 180 Ringing so I can get the ringing generated by UA and not by the gateway. I've tried using the "replace" function but I couldn't change the sip status. This is what I've done:
onreply_route[1] {
if (status =~ "183") { log(1, "183 received"); replace("183 Session Progress", "180 Ringing"); }
Thank you
Juan
Alberto, Good initiative! Previous LDAP modules are not regular auth replacements (as previously posted), but you may pick something up there.
Being a heavy LDAP user, a friendly advice: Storing location in LDAP will have a serious penalty in terms of performance. LDAP performs extremely well in search/lookup scenarios, but store operations are very resource-demanding and not something I would rely on in a carrier-scenario. However, auth and AVP pairs are quite suitable. I assume you will have to implement the http digest in the module itself?! g-)
Alberto Aguilar wrote:
I heard somebody wanted to use LDAP instead of MySQL, currently I'm developing a module to replace MySQL database with an LDAP directory. If you are interested please check the following URL:
http://rocksteady.cs.fiu.edu/SER-LDAP/
Regards, Alberto
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers