Hi All,
I am a newcomer to kamailio and would like some help. I would like to use kamailio as my sip proxy but I want to get the routing using my SQL Server stored procedures. Can anybody tell me which parts of the code I need to alter in order to do this.
Any help would be greatly appreciated,
Yehuda
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#178 - Kamailio 3.2.0 postgresql 9.1.1 connection problems.
User who did this - Daniel-Constantin Mierla (miconda)
----------
OK, that was in DB api and also backported to branch 3.2. For now you would have to update from GIT branch, a tutorial is available at:
* http://www.kamailio.org/wiki/install/3.2.x/git
The next release in 3.2 series (i.e., version 3.2.1) will have it included.
Btw, have you tried the suggestion of loading the postgres module first?
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=178#comment361
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#178 - Kamailio 3.2.0 postgresql 9.1.1 connection problems.
User who did this - Nick Altmann (nikbyte)
----------
This patch
http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=commit;h=b3b34a…
fixes the problem.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=178#comment360
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
Module: sip-router
Branch: master
Commit: 812e447be6174d2a4529325b0fac1e5a76151828
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=812e447…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Mon Nov 14 22:09:19 2011 +0100
auth_db(k): new function auth_check()
- the function offers www/proxy_authenticate() behaviour by using first
for REGISTER and the second for the other requests
- it can check auth user against from/to user
- should simplify the config file for the common user authentication
scenario
---
modules_k/auth_db/Makefile | 2 +-
modules_k/auth_db/README | 81 +++++++++++++++++++++++--------
modules_k/auth_db/authdb_mod.c | 24 +++++++++
modules_k/auth_db/authorize.c | 78 +++++++++++++++++++++++++++++
modules_k/auth_db/authorize.h | 5 ++
modules_k/auth_db/doc/auth_db_admin.xml | 70 ++++++++++++++++++++++++++-
6 files changed, 237 insertions(+), 23 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=812…