Module: sip-router
Branch: janakj/flatstore
Commit: d97b2bec352bc90902ff5e225beafc7105e46ab3
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d97b2be…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Mon Feb 16 15:17:59 2009 +0100
Merge branch 'master' of ssh://janakj@git.sip-router.org/sip-router into flatstore
* 'master' of ssh://janakj@git.sip-router.org/sip-router:
SER replaced with SIP Router in the doxygen main file.
---
Module: sip-router
Branch: janakj/bdb
Commit: 01c8744e0f9c31c485bc3a8397c318ae3dd453a5
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=01c8744…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Mon Feb 16 15:17:58 2009 +0100
Merge branch 'master' of ssh://janakj@git.sip-router.org/sip-router into bdb
* 'master' of ssh://janakj@git.sip-router.org/sip-router:
SER replaced with SIP Router in the doxygen main file.
---
Module: sip-router
Branch: master
Commit: 5e3324ea2a02ea3dd6528e788ea01a766d4137bc
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5e3324e…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Mon Feb 16 15:13:05 2009 +0100
SER replaced with SIP Router in the doxygen main file.
---
doc/doxygen/main.dox | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/doxygen/main.dox b/doc/doxygen/main.dox
index d4135bb..924323d 100644
--- a/doc/doxygen/main.dox
+++ b/doc/doxygen/main.dox
@@ -1,14 +1,14 @@
/**
- * \mainpage SER Development Documentation
+ * \mainpage The SIP Router Development Documentation
*
- * The development documentation for SER consists of annotated and documented
+ * This development documentation contains annotated and documented
* source files. For the sake of clarity the documentation is split into the
* following groups:
*
* \section db_layer Database Abstraction Layer
*
* \ref db_api Database Abstraction Layer is a group of data structures and functions that
- * are used by all SER modules that need to access a database.
+ * are used by all SIP Router modules that need to access a database.
*
- * \section ser_modules SER Modules
+ * \section sr_modules SIP Router Modules
*/
We need to disable sercmd compilation and installation for now, because it
depends on some header files from ctl module which are not in the
sip-router repository yet.
Signed-off-by: Jan Janak <jan(a)iptel.org>
---
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index ba4f79e..7fefc0a 100644
--- a/Makefile
+++ b/Makefile
@@ -268,8 +268,8 @@ modules_basenames=$(shell echo $(modules)| \
# which utils need compilation (directory path) and which to install
# (full path including file name)
-utils_compile= utils/gen_ha1 utils/sercmd
-utils_bin_install= utils/gen_ha1/gen_ha1 utils/sercmd/sercmd
+utils_compile= utils/gen_ha1 #utils/sercmd
+utils_bin_install= utils/gen_ha1/gen_ha1 #utils/sercmd/sercmd
utils_script_install=
# This is the list of files to be installed into the arch-independent
--
1.5.6.5
We need to comment out those sections of the Makefile which deal with
installation of the tls configuration file and tls certificates, because
we do not have the tls module in the sip-router repository yet.
Signed-off-by: Jan Janak <jan(a)iptel.org>
---
Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index b0f5c88..ba4f79e 100644
--- a/Makefile
+++ b/Makefile
@@ -602,9 +602,9 @@ install-cfg: $(cfg_prefix)/$(cfg_dir)
$(INSTALL_CFG) etc/dictionary.ser $(cfg_prefix)/$(cfg_dir)
# TLS configuration
- $(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/tls.cfg
- $(INSTALL_CFG) modules/tls/tls.cfg $(cfg_prefix)/$(cfg_dir)
- modules/tls/ser_cert.sh -d $(cfg_prefix)/$(cfg_dir)
+ #$(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/tls.cfg
+ #$(INSTALL_CFG) modules/tls/tls.cfg $(cfg_prefix)/$(cfg_dir)
+ #modules/tls/ser_cert.sh -d $(cfg_prefix)/$(cfg_dir)
install-bin: $(bin_prefix)/$(bin_dir) $(NAME)
$(INSTALL_TOUCH) $(bin_prefix)/$(bin_dir)/$(NAME)
--
1.5.6.5
Module: sip-router
Branch: janakj/oracle
Commit: 43e68d1c8d3177718844b2f0f36a31a79b014dee
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=43e68d1…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Mon Feb 16 01:08:28 2009 +0100
Merge branches 'janakj/oracle' and 'master' of ssh://janakj@git.sip-router.org/sip-router into oracle
* 'janakj/oracle' of ssh://janakj@git.sip-router.org/sip-router:
* 'master' of ssh://janakj@git.sip-router.org/sip-router:
Database flags renamed from DB_* to SRDB_* to avoid conflicts.
---
Module: sip-router
Branch: janakj/mysql
Commit: 1ee9fa7cf857b8f770a13ab7174a02fef47938d0
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1ee9fa7…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Mon Feb 16 01:07:20 2009 +0100
Merge branches 'janakj/mysql' and 'master' of ssh://janakj@git.sip-router.org/sip-router into mysql
* 'janakj/mysql' of ssh://janakj@git.sip-router.org/sip-router:
* 'master' of ssh://janakj@git.sip-router.org/sip-router:
Database flags renamed from DB_* to SRDB_* to avoid conflicts.
libsrdb1: futex warning fix
- port from kamailio trunk, r5607
- sync transformations add/lookup with kamailio
init_mi_core() exported via mi.h
mi include file
MI: core part
script parsing: while support
script engine: while() support
script engine: switch() and break execution
script engine: switch() fixup and optimizations
script parsing: C style switch() & case support
expr engine: minor additions
---
Module: sip-router
Branch: janakj/ldap
Commit: e0948f9696158d1a7a8bf9255db701e150eaba0a
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e0948f9…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Mon Feb 16 01:05:39 2009 +0100
Merge branches 'janakj/ldap' and 'master' of ssh://janakj@git.sip-router.org/sip-router into ldap
* 'janakj/ldap' of ssh://janakj@git.sip-router.org/sip-router:
* 'master' of ssh://janakj@git.sip-router.org/sip-router:
Database flags renamed from DB_* to SRDB_* to avoid conflicts.
libsrdb1: futex warning fix
- port from kamailio trunk, r5607
- sync transformations add/lookup with kamailio
init_mi_core() exported via mi.h
mi include file
MI: core part
script parsing: while support
script engine: while() support
script engine: switch() and break execution
script engine: switch() fixup and optimizations
script parsing: C style switch() & case support
expr engine: minor additions
---