Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 1.45 KB

redirect.md

File metadata and controls

24 lines (18 loc) · 1.45 KB

Redirect event – verb

Properties

Property Description
eventType The event type, value is redirect.
callId The call id associated with the event.
callState The call state. Value will be active.
from The phone number or SIP address that made the call. Phone numbers are in E.164 format (e.g. +15555555555) -or- SIP addresses (e.g. identify@domain.com).
to The phone number or SIP address that received the call. Phone numbers are in E.164 format (e.g. +15555555555) -or- SIP addresses (e.g. identify@domain.com).

HTTP request sent to the requestUrl from the <Redirect> verb:

/{requestUrl}?
	to={to-number}&
	callState=active&
	from={from-number}&
	eventType=redirect&
	callId={call-id}