On 29 Jun 2016, at 11:29, Jan Hazenberg
<jenus(a)cyberchaos.nl> wrote:
Hi,
Found a error in the documentation of the DMQ module
(
http://kamailio.org/docs/modules/devel/modules/dmq.html#dmq.p.num_workers).
In the documentation there is a example:
modparam("dmq", "num_threads", 4)
If i'm correct this should be:
modparam("dmq", "num_workers", 4)
Thank you for your report. Fixed in master and 4.4 branches.
/Olle