Module: kamailio Branch: master Commit: 95a7d14716bdcc7c8fd27bcf8f2449e719a02eac URL: https://github.com/kamailio/kamailio/commit/95a7d14716bdcc7c8fd27bcf8f2449e719a02eac
Author: Charles Chance <[email protected]> Committer: Charles Chance <[email protected]> Date: 2015-01-09T17:06:14Z htable: update documentation to reiterate importance of loading DMQ module first if enable_dmq is set - previously only mentioned in module dependency section --- Modified: modules/htable/doc/htable_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/95a7d14716bdcc7c8fd27bcf8f2449e719a02eac.diff Patch: https://github.com/kamailio/kamailio/commit/95a7d14716bdcc7c8fd27bcf8f2449e719a02eac.patch --- diff --git a/modules/htable/doc/htable_admin.xml b/modules/htable/doc/htable_admin.xml index 2e78d0c..9007813 100644 --- a/modules/htable/doc/htable_admin.xml +++ b/modules/htable/doc/htable_admin.xml @@ -633,6 +633,11 @@ modparam("htable", "db_expires", 1) table definition (size, autoexpire etc.) is identical across all instances. </para> <para> + <emphasis> + Important: If this parameter is enabled, the DMQ module must be loaded first - otherwise, startup will fail. + </emphasis> + </para> + <para> Currently, values are not replicated on load from DB as it is expected that in these cases, all servers will load their values from the same DB. </para> _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
