Hello,
I am using Kamailio as a SIP proxy,
I want to store Registered user information in Redis DB,
I am able to configure REDIS DB, But i am not able to run the redis command from
Kamailio core using the function
"redis_cmd("srvN","SET key 1", "r")"
I am getting undefined reference error as below
"/usr/local/src/kamailio-4.4/kamailio/receive.c:208: undefined reference to `redis_cmd'"
can anyone please help me to fix this issue
Thanks & Regards Hemanth
Hello Hemanth,
just a quick response, I would check if you compiled ndb_redis module correctly (also if you have hiredis library dependency).
Also I would check if you loaded ndb_redis module in your configuration file.
Regards, Vicente.
On 01/04/2017 10:11 AM, hemanth@advaitamtech.com wrote: