PUT api/2.0/crm/voip/numbers/settings This function requires authentication

Description

Updates the VoIP settings with the parameters specified in the request.

Parameters
Name Description Type Example
queue
sent in body
Connection waiting queue ASC.VoipService.Queue
pause
sent in body
Defines if the operator have some time before accepting calls again. This can be used to take some notes on the previous call, etc. Bool value true
Example
PUT api/2.0/crm/voip/numbers/settings
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "queue": {
    "Id": "id",
    "Name": "Name",
    "Size": 123,
    "WaitUrl": "WaitUrl",
    "WaitTime": 4
  },
  "pause": true
}
Returns

Updated VoIP settings