PUT api/2.0/crm/voip/numbers/settings
Updates the voip settings with the parameters specified in the request.
Name |
Description |
Type |
Example |
queue
sent in body
|
Connection waiting queue
|
ASC.VoipService.Queue
|
|
pause
sent in body
|
Defines if a phone number will be paused or not
|
Bool value
|
true
|
PUT api/2.0/crm/voip/numbers/settings
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"queue": {
"Id": null,
"Name": null,
"Size": 0,
"WaitUrl": null,
"WaitTime": 0
},
"pause": true
}