Hello,
looking inside modules/kazoo/Makefile, I see it looks for json-c library
-- is it libjson0 the appropriate package name for it?
Cheers,
Daniel
On 29/11/2016 13:19, Ján Füri wrote:
> Hi Vladyslav,
>
> I have install the dev package as well
> apt-get install libjson0 libjson0-dev
>
> It is
Hi Vladyslav,
I have install the dev package as well
apt-get install libjson0 libjson0-dev
It is on Debian 8 jessie
Jan
On 11/29/2016 12:51 PM, Vladyslav Zakhozhai wrote:
Hi Jan,
I guess you have installed only binaries of libjson. But you need also
dev package which contains header file(s
Hi Jan,
I guess you have installed only binaries of libjson. But you need also dev
package which contains header file(s).
2016-11-29 13:48 GMT+02:00 Ján Füri :
> Hello,
>
> I am trying to install kazoo module.
>
> According to documentation I have installed libraries : librabbitmq,
> libjson, li
Hello,
I am trying to install kazoo module.
According to documentation I have installed libraries : librabbitmq,
libjson, libuuid, but It always fails on missing json.h :
CC (gcc) [M kazoo.so]kz_trans.o
In file included from kz_trans.c:53:0:
kz_json.h:12:18: fatal error: json.h: No s
Hello,
thanks for spotting the missing parameter from documentation.
Hopefully Luis, the developer of the module, will have the time to add
it to the docs in the near future, with details about its purpose.
Cheers,
Daniel
On 20/11/15 20:50, Vik Killa wrote:
> Hello,
> I'm testing kazoo module f
Hello,
I'm testing kazoo module for use with RabbitMQ
I noticed there is a required parameter that is not listed in the
documentation:
http://kamailio.org/docs/modules/devel/modules/kazoo
modparam("kazoo", "pua_mode", 0)
The above parameter is required but not documented. Can someone please
upda