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.

User

User#

About User#

Attempt to bridge the caller to all of a user's devices

Schema#

Validator for the user callflow data object

Key Description Type Default Required Support Level
can_call_self Toggle whether devices of this use can call each other boolean() false
can_text_self Toggle whether devices of this use can text each other boolean() false
custom_sip_headers KV Object where the name is the SIP header and the value is the SIP field object() false
delay How long to delay the endpoint(s) before bridging integer() 0 false
fail_on_single_reject If any leg rejects the call, cancel all other legs boolean() false
id User ID string() false
skip_module When set to true this callflow action is skipped, advancing to the wildcard branch (if any) boolean() false
static_invite Override the SIP Username string() false
strategy Ringing strategy for the endpoint(s) string('simultaneous' | 'single') simultaneous false
suppress_clid Toggle whether to suppress caller ID boolean() false
timeout Timeout, in seconds, to wait for answer integer() 20 false