Hi,
I am doing some tests with the kazoo module, I only want to use it for
some amqp related tasks.
In our particular case, we do not require kazoo to hook into the
presence tables, however, if I do *not* set the db_url parameter for
kazoo, then kamailio fails to start with the following error:
/usr/sbin/kamailio[11557]: CRITICAL: kazoo [kazoo.c:361]:
mod_child_init(): child_init: database not bound
/usr/sbin/kamailio[11557]: ERROR: <core> [sr_module.c:900]:
init_mod_child(): Error while initializing module kazoo
(/usr/lib64/kamailio/modules/kazoo.so)
Is it possible to run the kazoo module without specifying the db_url
parameter, we only need it for sending/recieving amqp messages.
Additionally, I noticed that the amqp_connection parameter has a max
limit of 50 characters, is it possible to increase this at all? I had a
case where my url was 64 characters long and kazoo would fail with max
character limit exceeded for the module parameter.
Any tips much appreciated.
Thanks