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.

Feature Code

Intercept Feature#

About Intercept Feature#

Feature code to intercept a call (uses capture group to determine what the target is).

Schema#

Validator for the intercept_feature callflow data object

Key Description Type Default Required Support Level
approved_device_id Restricts the calling device to this Device string() false
approved_group_id Requires the calling device to be part of the Group string() false
approved_user_id Requires the calling device to be part of the User string() false
skip_module When set to true this callflow action is skipped, advancing to the wildcard branch (if any) boolean() false
type The scope of devices to intercept string('user' | 'device' | 'extension') false