I noticed in the logs messages similar to errors (in fact, this is INFO level).
Retrive kamailioSIPSummaryOutResponses statistic
snmpwalk -v 2c -c public localhost .1.3.6.1.4.1.34352.3.1.1.1.3.4
And you will see errors in log file.
INFO /usr/local/sbin/kamailio[15984]: INFO: snmpstats [utilities.c:116]: get_statistic(): failed to retrieve statistics for local_replies
INFO /usr/local/sbin/kamailio[15984]: INFO: snmpstats [utilities.c:116]: get_statistic(): failed to retrieve statistics for relayed_replies
I found part of code
https://github.com/kamailio/kamailio/blob/026119200117d20740cbe4d162a14767fe560fc5/src/modules/snmpstats/snmpSIPCommonObjects.c#L292-L303
and it seems that tm module no longer has local_replies
and relayed_replies
statistics.
kamailio -v
version: kamailio 5.4.3 (x86_64/linux)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.