Hello,
Automatically generated doxygen documentation for the sip-router source tree
can be found here:
http://sip-router.org/doxygen/sip-router
The documentation is auto-generated for every branch and tag in the git
repository every 15 minutes.
The main documentation is the documentation for the master branch:
http://sip-router.org/doxygen/sip-router/branch/master
You will probably notice that in some cases the documentation still refers to
SER in its title. This is due to the fact that we imported the contents of the
SER cvs repository into the sip-router repository. This will change gradually
as we fix the project name in the repository.
Jan.
Module: sip-router
Branch: janakj/postgres
Commit: b5771e5f01a81d8e1f59d7cd80212769dd104e8d
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b5771e5…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Mon Feb 16 15:18:05 2009 +0100
Merge branch 'master' of ssh://janakj@git.sip-router.org/sip-router into postgres
* '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/oracle
Commit: aad1137e2ea0cdc92201e7b30fda5429c31c9987
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aad1137…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Mon Feb 16 15:18:04 2009 +0100
Merge branch 'master' of ssh://janakj@git.sip-router.org/sip-router into oracle
* '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/mysql
Commit: 21153f2dbc67e80579b9797e56f0f789bbabe093
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=21153f2…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Mon Feb 16 15:18:02 2009 +0100
Merge branch 'master' of ssh://janakj@git.sip-router.org/sip-router into mysql
* '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/ldap
Commit: a5ec520efadd627420028d1ffecba98575872299
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a5ec520…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Mon Feb 16 15:18:01 2009 +0100
Merge branch 'master' of ssh://janakj@git.sip-router.org/sip-router into ldap
* '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/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