Module: kamailio Branch: master Commit: 0412210eeaf525359da614eb2f73ccf6e9291f7e URL: https://github.com/kamailio/kamailio/commit/0412210eeaf525359da614eb2f73ccf6e9291f7e
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> 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/0412210eeaf525359da614eb2f73ccf6e9291f7e.diff Patch: https://github.com/kamailio/kamailio/commit/0412210eeaf525359da614eb2f73ccf6e9291f7e.patch --- 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> _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
