Module: sip-router
Branch: master
Commit: 163f860ef7c0ed9a720207499d054e7f68b139df
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=163f860…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)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
---
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>