Skip to main content

The response a customer-hosted SIP fallback handler returns to Ultravox when Ultravox receives an incoming SIP INVITE that does not match any configured agent allowance. The handler decides how to dispatch the call by returning one of the variants below.

startAgentCall
object

Create the call using an agent. The agentId subfield is required in this case.

startCall
object

Create the call with the supplied inline configuration (no agent).

reject
object

Reject the call with an appropriate error.