Skip to content

KAZOO Support Channels

This documentation is curated by 2600Hz as part of the KAZOO open source project. Join our community forums here for peer support. Only features in the docs.2600hz.com/supported space are included as part of our 2600Hz Support Services plan.

Maintenance

SUP-able functions#

Function Arguments Description
active_sessions/0 List active connections
active_sessions_by_account/1 (AccountId) List active connections for a given account ID
active_sessions_by_ip/1 (IPAddr) List active connections for a given IP address
running_modules/0 List blackhole modules running on the server
start_module/1 (ModuleBin) start blackhole module
start_module/2 (ModuleBin,Persist) start (and toggle persistence) blackhole module
stop_module/1 (ModuleBin) stop blackhole module
stop_module/2 (ModuleBin,Persist) stop (and toggle persistence) blackhole module