Module: kamailio
Branch: master
Commit: 7d041c41d06773a5198f4e1a6461bdb1bd5b5351
URL:
https://github.com/kamailio/kamailio/commit/7d041c41d06773a5198f4e1a6461bdb…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2017-09-13T11:46:55+02:00
modules: readme files regenerated - dialog ... [skip ci]
---
Modified: src/modules/dialog/README
---
Diff:
https://github.com/kamailio/kamailio/commit/7d041c41d06773a5198f4e1a6461bdb…
Patch:
https://github.com/kamailio/kamailio/commit/7d041c41d06773a5198f4e1a6461bdb…
---
diff --git a/src/modules/dialog/README b/src/modules/dialog/README
index f344c99b53..f56c64cad8 100644
--- a/src/modules/dialog/README
+++ b/src/modules/dialog/README
@@ -1979,15 +1979,17 @@ kamcmd dlg.list _from_ _to_ _op_
11.1. event_route[dialog:start]
- Executed when 200OK for INVITE is processed.
+ Executed when 200OK reply for INVITE is processed.
11.2. event_route[dialog:end]
- Executed when BYE is processed or dialog timed out.
+ Executed when the BYE for the call is processed or the dialog timed
+ out.
11.3. event_route[dialog:failed]
- Executed when dialog is not completed (+300 reply to INVITE).
+ Executed when dialog is not completed (300 or greater reply code to
+ INVITE).
Chapter 2. Developer Guide