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