Record
The <Record> verb records the caller’s audio, returning the URL of a file containing the audio recording.
Usage
<Record> is setup as a way to capture a response from the user and do a callback to you. No other commands after Record should be done, as Record will call back to you and allow you to continue call control.
Record Attributes
Name
Allowed Values
Default Value
action
relative or absolute URL
current document URL
method
GET, POST
POST
timeout
positive integer
5
finishOnKey
any digit, #, * or -1 to disable
#
maxLength
integer greater than 1 with the number of seconds to wait
3600 (1 hour)
playBeep
true, false
true
Request Parameters
Parameter
Description
RecordingUrl
The URL of the recorded audio.
RecordingDuration
The time duration of the recorded audio.
Digits
The digits the caller pressed, excluding the finishOnKey digit.
Nesting
The <Record> verb cannot have any other verbs or nouns nested.
Example
Legal Factors when Recording with call api
If you choose to record voice calls, you need to comply with various laws and regulations, including those regarding obtaining consent to record (such as California’s Invasion of Privacy Act and similar laws in other jurisdictions). We recommend that you consult with your legal department to make sure you comply with all applicable laws in connection with communications you record or store using call API
Last updated