Module: kamailio Branch: master Commit: 0412210eeaf525359da614eb2f73ccf6e9291f7e URL: https://github.com/kamailio/kamailio/commit/0412210eeaf525359da614eb2f73ccf6...
Author: Henning Westerholt hw@skalatan.de Committer: Henning Westerholt hw@skalatan.de Date: 2019-09-14T15:03:23+02:00
dialog: extend doc that DLGCB_LOADED needs to be loaded alone as well
---
Modified: src/modules/dialog/doc/dialog_devel.xml
---
Diff: https://github.com/kamailio/kamailio/commit/0412210eeaf525359da614eb2f73ccf6... Patch: https://github.com/kamailio/kamailio/commit/0412210eeaf525359da614eb2f73ccf6...
---
diff --git a/src/modules/dialog/doc/dialog_devel.xml b/src/modules/dialog/doc/dialog_devel.xml index d00268b9b5..b29eb3af12 100644 --- a/src/modules/dialog/doc/dialog_devel.xml +++ b/src/modules/dialog/doc/dialog_devel.xml @@ -33,7 +33,7 @@ <listitem> <para><emphasis>int type</emphasis> - types of callbacks; more types may be register for the same callback function; only - DLGCB_CREATED must be register alone. Possible types: + DLGCB_LOADED and DLGCB_CREATED must be registered alone. Possible types: <itemizedlist> <listitem> <para><emphasis>DLGCB_LOADED</emphasis>