Get dial timeout
Returns time interval after which the panel automatically ends an outgoing call if there is no answer
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- dial_timeout integerPossible values: >= 10and<= 120Timeout in seconds 
- forwarding_timeout integerPossible values: >= 5and<= 180Default value: 25Timeout for calling during forwarding mode "One-by-one" 
{
  "dial_timeout": 60,
  "forwarding_timeout": 10
}
{
  "dial_timeout": 60
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...