Skip to end of banner
Go to start of banner

SIP Proxy - List of useful commands

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

List of useful commands (cheat list) for SIP Proxy WMS 3.86.

Permalink: https://confluence.wildix.com/x/hQeIAQ

  • Shows registered users:
kamctl ul show
  • Shows short info list:
kamctl ul show –brief
  • Checks how many users are registered at the moment:
kamctl ul show –brief | wc -l 
  • Kamctl ul show has json formatted output; the output using this command is more suitable for human reading:
kamcmd ul.dump
  • SIP Proxy uptime:
kamcmd core.uptime
  •  Shared memory status:
kamcmd core.shmmem
  • 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 
  • Monitors SIP Proxy status:
kamctl monitor
  • Checks SIP Proxy processes:
kamctl ps
  • Shows a list of current websocket connections:
kamcmd ws.dump


  • No labels