💾
💾
💾
💾
callapi
Search…
💾
💾
💾
💾
callapi
Call APIs
Standard APIs
Voice
Incoming Call URL
Calls
Call Queue
Conference Management
Conference Participants Management
Recordings
Clients
SIP Refer Support
CALL MARKUP
API Call Markup Language
Say
Dial
Play
Gather
Record
Message
Hangup
Pause
Reject
Redirect
Email Attributes
Powered By
GitBook
Redirect
The
<Redirect>
verb transfers control of a call to the RCML at a different URL. All verbs after
<Redirect>
are unreachable and ignored.
Redirect Attributes
Name
Allowed Values
Default Value
method
GET, POST
POST
Method.
The 'method' attribute takes the value 'GET' or 'POST'. This tells calls.teleapi whether to request the URL via HTTP GET or POST.
Nesting
Example of how to use the <Redirect> verb:
Example
For an example of how to use the verb see below.
1
<
Response
>
2
<
Redirect
>
http://foobar.com/instructions
</
Redirect
>
3
</
Response
>
Copied!
​
Previous
Reject
Next
Email Attributes
Last modified
1yr ago
Copy link
Contents
Redirect Attributes
Nesting
Example