Re: [SR-Users] dialog keep-alive don't work

2017-09-13 Thread Yu Boot
Timer works OK, now Kami sends BYE to both ends when one peer goes offline. Nice. But that dropped calls don't appear in CDR at all. How to fix it? 11.09.2017 11:26, Daniel-Constantin Mierla пишет: you also need to set the KA property for src or dst:   -

Re: [SR-Users] dialog keep-alive don't work

2017-09-11 Thread Yu Boot
Thanks you so much :) 11.09.2017 11:26, Daniel-Constantin Mierla пишет: you also need to set the KA property for src or dst:   - https://www.kamailio.org/docs/modules/stable/modules/dialog.html#dialog.f.dlg_set_property ___ Kamailio (SER) -

Re: [SR-Users] dialog keep-alive don't work

2017-09-11 Thread Daniel-Constantin Mierla
Hello, On 08.09.17 21:32, Yu Boot wrote: > Hello. > > I'm using following dialog module settings: > > modparam("dialog", "db_url", DBURL) > modparam("dialog", "db_mode", 1) > modparam("dialog", "dlg_flag", 4) > modparam("dialog", "dlg_match_mode", 1) > modparam("dialog", "profiles_with_value",

[SR-Users] dialog keep-alive don't work

2017-09-08 Thread Yu Boot
Hello. I'm using following dialog module settings: modparam("dialog", "db_url", DBURL) modparam("dialog", "db_mode", 1) modparam("dialog", "dlg_flag", 4) modparam("dialog", "dlg_match_mode", 1) modparam("dialog", "profiles_with_value", "limithash ; caller") modparam("dialog", "ka_timer", 10)