Hello,
I noticed that default cfg for sip-router (ser) was called
sip-router-basic.cfg in source tree, while there is another one
sip-router.cfg more advanced. Is it ok to swap them?
I added to makefile to be able to install different default cfg based on
flavour and looks more natural to have the default one matching the
application name, even in source tree.
With git from now, the sip-router.cfg is installed instead of -basic.cfg
until we get to a decision.
Cheers,
Daniel
--
Daniel-Constantin Mierla
* http://www.asipto.com/
Module: sip-router
Branch: master
Commit: 17a1dd071d3b267817885921a5a6177af6f79dcf
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=17a1dd0…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Jan 28 13:52:00 2010 +0100
Makefile: install kamctl for kamailio flavour
---
Makefile | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index 37bc4c5..be0b339 100644
--- a/Makefile
+++ b/Makefile
@@ -426,7 +426,11 @@ C_INSTALL_BIN= # sercmd is now installed by ctl
# which utils know to install themselves and should be installed
# along the core (list of utils directories)
+ifeq ($(FLAVOUR),kamailio)
+C_INSTALL_UTILS= utils/kamctl
+else
C_INSTALL_UTILS=
+endif
# list of scripts that should be installed along the core
# (here a script is something that doesn't have a Makefile)
C_INSTALL_SCRIPTS=
Module: sip-router
Branch: master
Commit: f62640d8088de2418ad1ddf791d496a15c5ce109
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f62640d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Jan 28 13:46:46 2010 +0100
mtree: module compiles now
- after early shm intialization was merged back from 3.0
---
Makefile | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 4af085a..37bc4c5 100644
--- a/Makefile
+++ b/Makefile
@@ -287,8 +287,6 @@ else
# excluded because they do not compile (remove them only after they are
# fixed) -- andrei
exclude_modules+= bdb dbtext iptrtpproxy pa rls
- # dcm: for now needs backports from sr
- exclude_modules+= mtree
# depends on libgeoip
exclude_modules+= geoip
# depends on liblua5.1-dev