Hi List
I want to find a way to check how many users are regsitered.
https://www.kamailio.org/docs/modules/devel/modules/usrloc.html#usrloc.r.db_...
But no matter how I try, I get a 500 error...
# kamcmd ul.db_users location
And yes, the table is called 'location'.
I did try to find out how kamctl ul show --brief pulls that information, but did not succeed. Also that command takes way too long how that we have several thousand registered users.
Or would I need to query this directly from the database?
Mit freundlichen Grüssen
-Benoît Panizzon-
Hi
But no matter how I try, I get a 500 error...
# kamcmd ul.db_users location
Still curious why this does not work.
Or would I need to query this directly from the database?
Solved my requirement: snmpget -Oqv -v 2c -c NotActualCommunity localhost KAMAILIO-SIP-SERVER-MIB::kamailioSIPRegCurrentUsers.0
Mit freundlichen Grüssen
-Benoît Panizzon-
Hello,
the standard usrloc statistic values don't work for you?
https://kamailio.org/docs/modules/5.6.x/modules/usrloc.html#usrloc.s.registe...
Cheers,
Henning