[sr-dev] git:3.3: dialog(k): fixed the name of event route

Daniel-Constantin Mierla miconda at gmail.com
Wed Sep 5 09:03:34 CEST 2012


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Wed Sep  5 08:58:18 2012 +0200

dialog(k): fixed the name of event route

- it is 'dialog:failed' instead of 'dialog:failure'
- reported by Uri Shacked
(cherry picked from commit 163f860ef7c0ed9a720207499d054e7f68b139df)

---

 modules_k/dialog/README               |    8 ++++----
 modules_k/dialog/doc/dialog_admin.xml |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/modules_k/dialog/README b/modules_k/dialog/README
index 5aa0b76..46997f7 100644
--- a/modules_k/dialog/README
+++ b/modules_k/dialog/README
@@ -149,7 +149,7 @@ Alex Balashov
 
               11.1. event_route[dialog:start]
               11.2. event_route[dialog:end]
-              11.3. event_route[dialog:failure]
+              11.3. event_route[dialog:failed]
 
    2. Developer Guide
 
@@ -348,7 +348,7 @@ Chapter 1. Admin Guide
 
         11.1. event_route[dialog:start]
         11.2. event_route[dialog:end]
-        11.3. event_route[dialog:failure]
+        11.3. event_route[dialog:failed]
 
 1. Overview
 
@@ -1783,7 +1783,7 @@ dlg_set_property("ka-dst");
 
    11.1. event_route[dialog:start]
    11.2. event_route[dialog:end]
-   11.3. event_route[dialog:failure]
+   11.3. event_route[dialog:failed]
 
 11.1. event_route[dialog:start]
 
@@ -1793,7 +1793,7 @@ dlg_set_property("ka-dst");
 
    Executed when BYE is processed or dialog timed out.
 
-11.3. event_route[dialog:failure]
+11.3. event_route[dialog:failed]
 
    Executed when dialog is not completed (+300 reply to INVITE).
 
diff --git a/modules_k/dialog/doc/dialog_admin.xml b/modules_k/dialog/doc/dialog_admin.xml
index 760ba4c..a31d5b5 100644
--- a/modules_k/dialog/doc/dialog_admin.xml
+++ b/modules_k/dialog/doc/dialog_admin.xml
@@ -2316,7 +2316,7 @@ dlg_set_property("ka-dst");
 			</para>
 		</section>
 		<section>
-			<title><varname>event_route[dialog:failure]</varname></title>
+			<title><varname>event_route[dialog:failed]</varname></title>
 			<para>
 			Executed when dialog is not completed (+300 reply to INVITE).
 			</para>




More information about the sr-dev mailing list