> On 29 Jun 2016, at 11:29, Jan Hazenberg 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 corr
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)
Thanks,
Jan
_