Re: [SR-Users] db_text error

2015-05-08 Thread jaflong jaflong
Thanks, I got slightly more debug 0(3933) DEBUG: [route.c:907]: fix_actions(): fixing save() 0(3933) INFO: db_text [dbt_base.c:99]: dbt_init(): using database at: /usr/local/etc/kamailio/ 0(3933) DEBUG: db_text [dbt_lib.c:129]: dbt_cache_get_db(): looking for db /usr/local/etc/kamailio/! 0(3

Re: [SR-Users] db_text error

2015-05-08 Thread Daniel-Constantin Mierla
Yes, it seems it is looking for different database path -- can you double check to be sure you set db_url properly for all modules? Cheers, Daniel On 08/05/15 15:50, jaflong jaflong wrote: > Thanks, I got slightly more debug > > 0(3933) DEBUG: [route.c:907]: fix_actions(): fixing save() > 0(39

[SR-Users] db_text error

2015-05-08 Thread jaflong jaflong
db_text error I am getting the following error on using db_text 0(6638) INFO: db_text [dbt_base.c:99]: dbt_init(): using database at: /usr/local/etc/kamailio/ 0(6638) ERROR: db_text [dbt_base.c:207]: dbt_query(): table version not loaded! (too few columns) 0(6638) ERROR: db_text [dbt_base.c

Re: [SR-Users] db_text error

2015-05-08 Thread Daniel-Constantin Mierla
Hello, set debug=3 in kamailio.cfg and test again, you should get more details about what kamailio tried to do and what is the potential error (maybe some empty line). Cheers, Daniel On 08/05/15 14:53, jaflong jaflong wrote: > > db_text error > > I am getting the following error on using db_text