Get call forward mode
Returns call forward mode.
It can be used to call via P2P SIP or SIP for given numbers in the forwarding table. There are two available forward modes:
- All at once - the call is made to all numbers simultaneously
 - One by one - the call is made to the numbers in turn with a delay of 20 seconds
 
Responses
- 200
 - 401
 
OK
- application/json
 
- Schema
 - Example (from schema)
 - One By One
 - All At Once
 
Schema
- forward_mode string
Possible values: [
OneByOne,AllAtOnce]Forward calling mode
 
{
  "forward_mode": "OneByOne"
}
{
  "forward_mode": "OneByOne"
}
{
  "forward_mode": "AllAtOnce"
}
Unauthorized request. Log In
- application/json
 
- Schema
 - Example (from schema)
 - Log In
 
Schema
- error string
Error message
 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...