Retrieve automatic callback settings.
GET /api/acb HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"extension_number": "text",
"language": "en-US",
"retry_interval": 5,
"retry_total_time": 30
}
Update automatic callback settings
The extension number of automatic callback service.
The extension number.
[0-9]{3,64}
BCP 47 Language Tags (The Internet Best Current Practices (BCP) for language tags). A language tag is composed of a sequence of one or more subtags such as language, region, variant and script subtags. When a language tag is comprised of more than one subtag, the subtag values are separated by the "-" character. You will most commonly find language tags written with 2 subtags - language and region. For example: en-US.
en-US
Retry originator minutes. The amount of time to wait before re-trying a busy automatic callback originator.
5
Monitor Minutes. The amount of time to camp-out on the busy line, waiting for it to become idle.
30
POST /api/acb HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 87
{
"extension_number": "text",
"language": "en-US",
"retry_interval": 5,
"retry_total_time": 30
}
No content