[sr-dev] git:master: enhance docs

Klaus Darilion klaus.mailinglists at pernau.at
Fri Sep 17 16:36:54 CEST 2010


Module: sip-router
Branch: master
Commit: eb6d6cbdd5ab82401dada03f90899fad7e354d5c
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eb6d6cbdd5ab82401dada03f90899fad7e354d5c

Author: Klaus Darilion <klaus.mailinglists at pernau.at>
Committer: Klaus Darilion <klaus.mailinglists at pernau.at>
Date:   Fri Sep 17 16:29:36 2010 +0200

enhance docs

describe that the ACK tm callback is executed in INVITE context

---

 modules_k/acc/doc/acc_admin.xml |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/modules_k/acc/doc/acc_admin.xml b/modules_k/acc/doc/acc_admin.xml
index af7ccdd..82184fa 100644
--- a/modules_k/acc/doc/acc_admin.xml
+++ b/modules_k/acc/doc/acc_admin.xml
@@ -197,6 +197,13 @@ if (uri=~"sip:+40") /* calls to Romania */ {
 			http://kamailio.org/dokuwiki/doku.php/pseudovariables:devel</ulink>
 			</para>
 			<para>
+			Note: For all the ACK processed by tm, the registered callbacks
+			(like acc module) will be called with the corresponding INVITE
+			transaction contexts as long as this is still available. This means
+			that the ACK callbacks will see the AVPs setup for the INVITE
+			transaction and not the AVPs setup before t_relay().
+			</para>
+			<para>
 			Via <emphasis>log_name</emphasis> you define how/where the 
 			<emphasis>data</emphasis> will be logged. Its meaning depends 
 			of the accounting support which is used:
@@ -552,6 +559,7 @@ modparam("acc", "log_facility", "LOG_DAEMON")
 		<title><varname>log_extra</varname> (string)</title>
 		<para>
 		Extra values to be logged.
+		See section <xref linkend="ACC-extra-id"/> for more details.
 		</para>
 		<para>
 		Default value is NULL.
@@ -639,6 +647,7 @@ modparam("acc", "service_type", 16)
 		<title><varname>radius_extra</varname> (string)</title>
 		<para>
 		Extra values to be logged via RADIUS - RADIUS specific.
+		See section <xref linkend="ACC-extra-id"/> for more details.
 		</para>
 		<para>
 		Default value is NULL.
@@ -842,6 +851,7 @@ modparam("acc", "acc_time_column", "time")
 		<title><varname>db_extra</varname> (string)</title>
 		<para>
 		Extra values to be logged into database - DB specific.
+		See section <xref linkend="ACC-extra-id"/> for more details.
 		</para>
 		<para>
 		Default value is NULL.
@@ -922,6 +932,7 @@ modparam("acc", "diameter_client_port", 3000)
 		<title><varname>diameter_extra</varname> (string)</title>
 		<para>
 		Extra values to be logged via DIAMETER - DIAMETER specific.
+		See section <xref linkend="ACC-extra-id"/> for more details.
 		</para>
 		<para>
 		Default value is NULL.




More information about the sr-dev mailing list