Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 848 Bytes

File metadata and controls

14 lines (6 loc) · 848 Bytes

Redirect

The Redirect command transfers control of a Call to the PerCL at a different URL. Redirect is a terminal command, so any actions following it are never executed. The maximum number of redirections allowed during the life time of a Call is 256. This is intended to prevent a Call from possibly looping infinitely due to errors in PerCL being generated.

Properties

Name Type Description Notes
actionUrl URI URL to request a new PerCL script to continue with the current Call's processing. When `Redirect` invokes the `actionUrl`, an `inbound` Webhook is sent. This request therefore looks identical to the initial request (made to the `voiceUrl` of the number that was called) for an inbound Call.