[OpenSIPS-Users] Regarding db_cachedb and cachedb_redis integration with opensips .

Sasmita Panda spanda at 3clogic.com
Thu Sep 10 20:27:03 CEST 2015


Hi All ,

      I am trying to compile openisps-1.11 with db_cachedb and
cachedb_redis module . I wanted to use this for auth,
userloc,drouting,dialog etc .

      I have tried this with auth_db . bellow is the example .

loadmodule "auth_db.so"
modparam("auth_db", "load_credentials", "$avp(user_rpid)=rpid")
.....
loadmodule "db_cachedb.so"
loadmodule "cachedb_redis.so"
...
modparam("db_cachedb","cachedb_url","redis:group1://127.0.0.1:27017/")
modparam("auth_db","db_url","cachedb://redis:group1")
.....

    But its giving some error while running the openips .

 NOTICE:cachedb_redis:mod_init: initializing module cachedb_redis ...
 WARNING:acc:mod_init: Integer flags are now deprecated! Use unique quoted
strings!
 ERROR:db_cachedb:db_cachedb_query: The selected NoSQL driver cannot
convert select queries
 ERROR:core:db_table_version: error in db_query
 ERROR:core:db_check_table_version: querying version for table acc
 ERROR:acc:acc_db_init: error during table version check
 ERROR:acc:mod_init: failed...did you load a database module?
 ERROR:core:init_mod: failed to initialize module acc
 ERROR:core:main: error while initializing modules
 NOTICE:cachedb_redis:destroy: destroy module cachedb_redis ...
 NOTICE:db_cachedb:destroy: destroy module db_cachedb ...


 Can anyone help me what I am missing . Any kind of information regarding
these module is appreciated .

*Thanks & Regards*
*Sasmita Panda*
*Network Testing and Software Engineer*
*3CLogic , ph:07827611765*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20150910/dfd219e1/attachment.htm>


More information about the Users mailing list