Re: [SR-Users] Documentation DMQ module

2016-06-29 Thread Olle E. Johansson
> 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

[SR-Users] Documentation DMQ module

2016-06-29 Thread Jan Hazenberg
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 _