Module: sip-router
Branch: master
Commit: dc434e7a0a811acada8fba17a77ec39f033bd929
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dc434e7…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Feb 16 10:58:34 2012 +0100
dialog: documented event routes
---
modules_k/dialog/README | 23 +++++++++++++++++++++++
modules_k/dialog/doc/dialog_admin.xml | 16 +++++++++++++++-
2 files changed, 38 insertions(+), 1 deletions(-)
diff --git a/modules_k/dialog/README b/modules_k/dialog/README
index e0551e1..eef1210 100644
--- a/modules_k/dialog/README
+++ b/modules_k/dialog/README
@@ -140,6 +140,11 @@ Alex Balashov
10.5. $dlg_ctx(...)
10.6. $dlg_var(key)
+ 11. Event Routes
+
+ 11.1. event_route[dialog:start]
+ 11.2. event_route[dialog:end]
+
2. Developer Guide
1. Available Functions
@@ -323,6 +328,11 @@ Chapter 1. Admin Guide
10.5. $dlg_ctx(...)
10.6. $dlg_var(key)
+ 11. Event Routes
+
+ 11.1. event_route[dialog:start]
+ 11.2. event_route[dialog:end]
+
1. Overview
Kamailio can behave as a stateful proxy through the TM module. However,
@@ -1657,6 +1667,19 @@ if(!uri == myself) {
Note: You will receive "NULL", if there is no dialog for this request.
+11. Event Routes
+
+ 11.1. event_route[dialog:start]
+ 11.2. event_route[dialog:end]
+
+11.1. event_route[dialog:start]
+
+ Executed when 200OK for INVITE is processed.
+
+11.2. event_route[dialog:end]
+
+ Executed when BYE is processed or dialog timed out.
+
Chapter 2. Developer Guide
Table of Contents
diff --git a/modules_k/dialog/doc/dialog_admin.xml
b/modules_k/dialog/doc/dialog_admin.xml
index bcbbceb..f32ce05 100644
--- a/modules_k/dialog/doc/dialog_admin.xml
+++ b/modules_k/dialog/doc/dialog_admin.xml
@@ -2149,6 +2149,20 @@ if(!uri == myself) {
</section>
-
+ <section>
+ <title>Event Routes</title>
+ <section>
+ <title><varname>event_route[dialog:start]</varname></title>
+ <para>
+ Executed when 200OK for INVITE is processed.
+ </para>
+ </section>
+ <section>
+ <title><varname>event_route[dialog:end]</varname></title>
+ <para>
+ Executed when BYE is processed or dialog timed out.
+ </para>
+ </section>
+ </section>
</chapter>