Hi ,
I am using kamailio 3.3 version. I got the following issue. Please help me.
1) Registered a SIP end point, kamailio added row in location table
2) Now restarted kamailio and registered with SIP endpoint same account
details so instead of overwriting the previous contact by new one it
inserts another new row in the location table
3) The old entry is not deleted even after the expire time is over because
we are using modparam("usrloc", "db_mode", 1) option.
Anyway i am using save("location", "0x04") so before inserting new row it
should check whether already entry is there or not and take action.
I look forward to your reply.
Thanks
Ram
CC (gcc) [M app_perl.so] app_perl_mod.o
cc1: note: -ftree-vectorize enables strict aliasing. -fno-strict-aliasing is ignored when Auto Vectorization is used.
app_perl_mod.c: In function 'mod_init':
app_perl_mod.c:340: error: 'environ' undeclared (first use in this function)
app_perl_mod.c:340: error: (Each undeclared identifier is reported only once
app_perl_mod.c:340: error: for each function it appears in.)
app_perl_mod.c:340: warning: null argument where non-null required (argument 2)
app_perl_mod.c:340: warning: null argument where non-null required (argument 1)
make[1]: *** [app_perl_mod.o] Error 1
make: *** [modules] Error 1
Module: sip-router
Branch: master
Commit: 288c597bfba2ffba4c49e691488cee574d714a97
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=288c597…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: Sun Jan 20 16:58:59 2013 +0100
README remove "modules_k"
---
INSTALL | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/INSTALL b/INSTALL
index 68bed71..2cd8015 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,10 +3,10 @@ $Id$
==================================================
- SIP Express Router and Kamailio Installation Notes
+ Kamailio Installation Notes
+ http://www.kamailio.orghttp://sip-router.org
- http://www.kamailio.org
==================================================
@@ -51,9 +51,10 @@ The two major SIP server flavours are:
- Kamailio (former OpenSER)
Starting with version 3.0.0, the two SIP server flavours are built from
-same source code tree.
+same source code tree. In version 4.0.0 the two source code trees was
+merged even more, so a combined module directory is now used.
-SER flavor is the one built by default - historically speaking, it is the
+Kamailio flavor is the one built by default. SER is, historically speaking, the
first open source SIP server started in 2001. Kamailio forked from SER in
2005 under the initial name OpenSER.
@@ -257,9 +258,8 @@ B) Build Commands
make
Compile modules except some explicitly excepted (see below)
- make modules - all modules in the modules/ directory (common modules)
- make modules_k - all modules in the modules_k/ directory (kamailio modules)
- make modules-all or make every-module - all the modules (modules and module_k)
+ make modules - all modules in the modules/ directory
+ make modules-all or make every-module - all the modules
* Compile all:
make all
@@ -483,8 +483,8 @@ Documentation:
module directory).
make man
- Generates README file for modules_k/foo.
- make modules=modules_k/foo modules-readme
+ Generates README file for modules/foo.
+ make modules=modules/foo modules-readme
Install:
--------