The cookbook claims that -1 is the default for latency_log - but when setting it to -1 in a configuration file Kamailio generates errors:
```
0(48972) : <core> [cfg.y:3391]: yyerror_at(): parse error in config file latency.cfg, line 16, column 13: number expected
```
Setting it to a positive number works without errors.
---
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/669
SNMPstats has a queued buffer that contains registration changes based on callbacks from usrloc. If one loads SNMPstats this queue grows forever and is only emptied when someone actually calls exactly the right parts of the MIB. At that time the queue is processed and an internal copy of the location table is produced and published. If one uses other parts of the MIB the queue keeps growing.
This can be turned off by disabling the modparam "Export_registrar".
Proposed changes:
- Improve the README
- Check if the processing of the queue can happen on timer instead of waiting for accidental checks.
---
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/636