Record
call-dial-params
No description available.
record call-dial-params {
answering-machine-detection: option<call-request-answering-machine-detection-enum>,
answering-machine-detection-config: option<call-request-answering-machine-detection-config>,
audio-url: option<string>,
billing-group-id: option<string>,
client-state: option<string>,
command-id: option<string>,
connection-id: string,
custom-headers: option<list<custom-sip-header>>,
from-op: string,
from-display-name: option<string>,
link-to: option<string>,
media-name: option<string>,
sip-auth-password: option<string>,
sip-auth-username: option<string>,
time-limit-secs: option<s32>,
timeout-secs: option<s32>,
to: string,
webhook-url: option<string>,
webhook-url-method: option<call-request-webhook-url-method-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| answering-machine-detection | option<call-request-answering-machine-detection-enum> | |
| answering-machine-detection-config | option<call-request-answering-machine-detection-config> | |
| audio-url | option<string> | |
| billing-group-id | option<string> | |
| client-state | option<string> | |
| command-id | option<string> | |
| connection-id | string | |
| custom-headers | option<list<custom-sip-header>> | |
| from-op | string | |
| from-display-name | option<string> | |
| link-to | option<string> | |
| media-name | option<string> | |
| sip-auth-password | option<string> | |
| sip-auth-username | option<string> | |
| time-limit-secs | option<s32> | |
| timeout-secs | option<s32> | |
| to | string | |
| webhook-url | option<string> | |
| webhook-url-method | option<call-request-webhook-url-method-enum> |