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 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
|
PUT api/2.0/crm/voip/numbers/settings
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"queue": null,
"pause": true
}