Module: kamailio
Branch: master
Commit: 059eb6f10d604d253f642db608dbfd54aafa30df
URL:
https://github.com/kamailio/kamailio/commit/059eb6f10d604d253f642db608dbfd5…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-09-14T15:16:50+02:00
modules: readme files regenerated - dialog ... [skip ci]
---
Modified: src/modules/dialog/README
---
Diff:
https://github.com/kamailio/kamailio/commit/059eb6f10d604d253f642db608dbfd5…
Patch:
https://github.com/kamailio/kamailio/commit/059eb6f10d604d253f642db608dbfd5…
---
diff --git a/src/modules/dialog/README b/src/modules/dialog/README
index 46a4627a32..aecc47fb70 100644
--- a/src/modules/dialog/README
+++ b/src/modules/dialog/README
@@ -2248,8 +2248,8 @@ Chapter 2. Developer Guide
NULL only for DLGCB_CREATED callback type, which is not a per
dialog type.
* int type - types of callbacks; more types may be register for the
- same callback function; only DLGCB_CREATED must be register alone.
- Possible types:
+ same callback function; only DLGCB_LOADED and DLGCB_CREATED must be
+ registered alone. Possible types:
+ DLGCB_LOADED
+ DLGCB_CREATED - called when a new dialog is created - it's a
global type (not associated to any dialog)