Hello list,
after loading the pua_dialoginfo module I noticed, that AVPs set in a
REQUEST_ROUTE are not available anymore within the following
branch_route.
I tried to examine the situation and recognized, that (for INVITE) the
PUBLISH is sent out after calling t_relay (dialog registers callback in
tm and pua registers callback in dialog) but before the branch_routes
are called.
So there seems to be a problem in the code, which sends out the PUBLISH
request. Or is this behaviour normal? If not, which information would be
needed for debugging?
Thank you & Best Regards
Jasmin
Hi,
during a review i noticed that it seems that all the functionality in the
modules_s/dbg module is also provided from the modules_k/cfgutils module.
function mapping:
- dbg_msleep(n) -> usleep(n*1000)
- dbg_abort() -> abort()
- dbg_pkg_status() -> pkg_status()
- dbg_shm_status() -> shm_status()
It is ok when i remove this module? If this one additional multiplication is
not ok, i can of course also add a 'm_sleep' function to the cfgutils module
as well.
Regards,
Henning
Module: sip-router
Branch: sr_3.0
Commit: 457b2da42761d24faf7617cf66e61c87b36959c2
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=457b2da…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Mon Jun 14 18:05:46 2010 +0200
*_radius(s): doc: update to the new doc makefile format
Update the doc makefiles for auth_radius, avp_radius and
uri_radius.
(cherry picked from commit a7ddee8e5f9fba13c482e8b1b2ba3a59e5598fea)
---
modules_s/auth_radius/doc/Makefile | 31 +++----------------------------
modules_s/avp_radius/doc/Makefile | 31 +++----------------------------
modules_s/uri_radius/doc/Makefile | 31 +++----------------------------
3 files changed, 9 insertions(+), 84 deletions(-)
diff --git a/modules_s/auth_radius/doc/Makefile b/modules_s/auth_radius/doc/Makefile
index 4537cf4..477c335 100644
--- a/modules_s/auth_radius/doc/Makefile
+++ b/modules_s/auth_radius/doc/Makefile
@@ -1,29 +1,4 @@
-#
-# The list of documents to build (without extensions)
-#
-DOCUMENTS = auth_radius
+docs = auth_radius.xml
-#
-# The root directory containing Makefile.doc
-#
-ROOT_DIR=../../..
-
-#
-# Validate docbook documents before generating output
-# (may be slow)
-#
-#VALIDATE=1
-
-#
-# You can override the stylesheet used to generate
-# xhtml documents here
-#
-#XHTML_XSL=$(ROOT_DIR)/doc/stylesheets/xhtml.xsl
-
-#
-# You can override the stylesheet used to generate
-# plain text documents here
-#
-#TXT_XSL=$(XHTML_XSL)
-
-include $(ROOT_DIR)/Makefile.doc
+docbook_dir=../../../docbook
+include $(docbook_dir)/Makefile.module
diff --git a/modules_s/avp_radius/doc/Makefile b/modules_s/avp_radius/doc/Makefile
index 1bd9eb9..dd0cd7c 100644
--- a/modules_s/avp_radius/doc/Makefile
+++ b/modules_s/avp_radius/doc/Makefile
@@ -1,29 +1,4 @@
-#
-# The list of documents to build (without extensions)
-#
-DOCUMENTS = avp_radius
+docs = avp_radius.xml
-#
-# The root directory containing Makefile.doc
-#
-ROOT_DIR=../../..
-
-#
-# Validate docbook documents before generating output
-# (may be slow)
-#
-#VALIDATE=1
-
-#
-# You can override the stylesheet used to generate
-# xhtml documents here
-#
-#XHTML_XSL=$(ROOT_DIR)/doc/stylesheets/xhtml.xsl
-
-#
-# You can override the stylesheet used to generate
-# plain text documents here
-#
-#TXT_XSL=$(XHTML_XSL)
-
-include $(ROOT_DIR)/Makefile.doc
+docbook_dir=../../../docbook
+include $(docbook_dir)/Makefile.module
diff --git a/modules_s/uri_radius/doc/Makefile b/modules_s/uri_radius/doc/Makefile
index 27d7ea1..829e048 100644
--- a/modules_s/uri_radius/doc/Makefile
+++ b/modules_s/uri_radius/doc/Makefile
@@ -1,29 +1,4 @@
-#
-# The list of documents to build (without extensions)
-#
-DOCUMENTS = uri_radius
+docs = uri_radius.xml
-#
-# The root directory containing Makefile.doc
-#
-ROOT_DIR=../../..
-
-#
-# Validate docbook documents before generating output
-# (may be slow)
-#
-#VALIDATE=1
-
-#
-# You can override the stylesheet used to generate
-# xhtml documents here
-#
-#XHTML_XSL=$(ROOT_DIR)/doc/stylesheets/xhtml.xsl
-
-#
-# You can override the stylesheet used to generate
-# plain text documents here
-#
-#TXT_XSL=$(XHTML_XSL)
-
-include $(ROOT_DIR)/Makefile.doc
+docbook_dir=../../../docbook
+include $(docbook_dir)/Makefile.module