SystemConfig API Parameters
Parameter |
Type |
Description |
Possible Values |
Notes |
---|---|---|---|---|
uri |
String |
The URI to get a new copy of the SystemConfig object. |
— | |
cti |
Collection |
Information about the CTI server settings. |
— | |
-->host |
String |
The hostname or IP address of the primary (A Side) CTI server. |
— |
No special characters allowed except "." and "-". |
-->port |
Integer |
The port of the primary (A Side) CTI server. |
1–65535 Default value: 42027 | |
-->peripheralId |
Integer |
The ID of the CTI server peripheral. |
1–32767 Default value: 5000 | |
-->backupHost |
String |
The hostname or IP address of the (B Side) backup CTI server. |
— |
Must not be the same as the hostname or IP address of the primary (A Side) CTI server. No special characters allowed except "." and "-". |
-->backupPort |
Integer |
The port of the backup (B Side) CTI server. |
1–65535 | |
-->secure |
Boolean |
To enable secure encryption. |
true or false |
When the value is set to true enables secure encryption and if the value is set to false disables secure encryption |