Properties

Link copied to clipboard
open override var error: String

This is the error if the call shouldn't be accepted. This is spoken to the customer.
If this is sent, assistantId, assistant, squadId, squad, and destination are ignored.

Functions

Link copied to clipboard
fun assistant(block: Assistant.() -> Unit): Assistant
Link copied to clipboard
Link copied to clipboard

This is the destination to transfer the inbound call to. This will immediately transfer to a number without using any assistants.
If this is sent, assistantId, assistant, squadId, and squad are ignored.

Link copied to clipboard
open override fun sipDestination(block: SipDestination.() -> Unit): SipDestination

This is the destination to transfer the inbound call to. This will immediately transfer to a SIP refer without using any assistants.
If this is sent, assistantId, assistant, squadId, and squad are ignored.

Link copied to clipboard
fun squad(block: Squad.() -> Unit): Squad
Link copied to clipboard
fun squadId(block: SquadId.() -> Unit): SquadId