Hi guys.. the `dlg.stats_active` is definitely working nicely. But the
stats.get_statistics() still gets out of sync with its peer node...:
![image](https://user-images.githubusercontent.com/16212586/47570680-97c53c80-d8eb-11e8-8e67-6d93af693fbf.png)
So I see the situation like this:
- `dlg.stats_active` works. Thanks! <--- I'm using this for now.
- `stats.get_statistics` has 2 issues:
1- The counter at some point still hits <0 and goes to ULONG_MAX value, blablabla...
2- On startup it counts the active dialogs (not sure if via DMQ or database) and that
number stays static. (NOTE: this we are talking on the backup node, which has 0 traffic,
and therefor should say 0). <--- This I yet have to confirm if it happens because of
DMQ or dialog modparam DB_MODE=3
I'll update here later on.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1591#issuecomment-433467049