SIP Proxy - List of useful commands
List of useful commands (cheat list) for SIP Proxy.
Permalink: https://wildix.atlassian.net/wiki/x/YhzOAQ
Shows the list of AoRs, useful to see how many accounts are registered:
kamcmd ul.dump brief
Shows all registration from one extension (put an extension number instead of EXT)
kamcmd ul.lookup location EXT@lo
Shows the list of all registrations
kamcmd ul.dump examples with search filters: kamcmd ul.dump | grep "User-Agent: Wildix" -A15 kamcmd ul.dump | grep -i 'aor: 2402' -A 25
SIP Proxy uptime:
kamcmd core.uptime
Shared memory status:
kamcmd core.shmmem m
Private memory status:
kamcmd pkg.stats
Show DNS cache:
kamcmd dns.view
Enables verbose logs without restart:
kamcmd cfg.seti core debug 2
Disables verbose logs without restart:
kamcmd cfg.seti core debug 1
Shows a list of current websocket connections:
kamcmd ws.dump