$customHeader
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 16 Current »

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

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

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


  • No labels