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/…
[View More]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:
--------
[View Less]
Hello,
please note that all modules are now back in one folder, respectively
'modules/'.
There were few modules I couldn't compile due to missing exotic
libraries, but based on grep, they should not depend on older modules
paths. Anyhow, testing that the set of modules you are using compile and
load file would be recommended.
The folders modules_k and modules_s are now empty, with a placeholder
.gitkeep, to be removed later if there is no need to revert any module
relocation.
Cheers,
…
[View More]Daniel
--
Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio World Conference, April 16-17, 2013, Berlin
- http://conference.kamailio.com -
[View Less]
Hello,
there were several changes pushed to master branch related to perl modules:
- perl was renamed to app_perl - to follow the naming pattern for
embedded interpreters
- embedded perl library is named now Kamailio (it was OpenSER so far,
thanks to patches from Stoyan Mihaylov)
- perlvdb was renamed to db_perlvd because it is a db driver module
If you are using these modules, you will have to update your
configuration file and perl scripts. Testing and feedback is appreciated.
Cheers,
…
[View More]Daniel
--
Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio World Conference, April 16-17, 2013, Berlin
- http://conference.kamailio.com -
[View Less]