Re: [SR-Users] issue tracking dialogs with db_redis in kamailio 5.2

2018-11-26 Thread Daniel-Constantin Mierla
Hello, On 22.11.18 13:10, David Escartín wrote: > > hello Daniel > > Yes. it's how you say, i see records for a dialog once it's connected. > I did not check with another DB driver, but i guess it would be the same. I > will try anycase if you think it worths it. > However, we would be looking f

Re: [SR-Users] issue tracking dialogs with db_redis in kamailio 5.2

2018-11-22 Thread David Escartín
hello Daniel Yes. it's how you say, i see records for a dialog once it's connected. I did not check with another DB driver, but i guess it would be the same. I will try anycase if you think it worths it. However, we would be looking for a scenario where the dialogs are stored at the DB just whe

Re: [SR-Users] issue tracking dialogs with db_redis in kamailio 5.2

2018-11-20 Thread Daniel-Constantin Mierla
Hello, iirc, dialog module is writing to database when the call is answered, before there should be no record in database for that call. Do you experience something different? In other words, if you tried with mysql, is something different in the behaviour for writing to storage when comparing w

[SR-Users] issue tracking dialogs with db_redis in kamailio 5.2

2018-11-19 Thread David Escartín
hello all using version 5.2.0-rc0 of kamailio, we are trying to track the dialogs of dialog module using db_redis module with this setup #!define DBURL_DIALOG "redis://127.0.0.1:6390/7" # - dialog params - modparam("dialog", "db_url", DBURL_DIALOG) modparam("dialog", "enable_stats", 1)