Data Structure for Sip Gateway Configurations
|
Attribute Name |
Base Type |
Restrictions |
Description | ||
|---|---|---|---|---|---|
|
IpAddressorHostName |
string |
Regex: (([a-zA-Z0-9]|[a-zA-Z0-9] [a-zA-Z0-9-]{0,61}[a-zA-Z0-9]) (\.([a-zA-Z0-9]|[a-zA-Z0-9] [a-zA-Z0-9-]{0,61}[a-zA-Z0-9]))*) |
IP Address or hostname of the SIP Gateway.
| ||
|
GatewayPort |
int |
minOccurs = 1 maxOccurs = 1 nillable = false minInclusive = 1 maxInclusive = 65535 |
SIP port used by the gateway to communicate with Unified CCX. | ||
|
LocalCCXPort |
int |
Single port for communication is 5065 |
Port number used on the Unified CCX server to communicate with the gateway. Default value is as follows:
| ||
|
transportProtocol |
string |
default = UDP |
Protocol required to send SIP messages. | ||
|
CpaAnalysisPeriod |
int |
minOccurs = 1 maxOccurs = 1 nillable = false minInclusive = 1000 maxInclusive = 10000 |
CPA analysis period. | ||
|
CpaMinSilencePeriod |
int |
minOccurs = 1 maxOccurs = 1 nillable = false minInclusive = 100 maxInclusive = 1000 |
Minimum silence period. | ||
|
CpaMaxTimeAnalysis |
int |
minOccurs = 1 maxOccurs = 1 nillable = false minInclusive = 1000 maxInclusive = 10000 |
Maximum time analysis period. | ||
|
CpaMinValidSpeechTime |
int |
minOccurs = 1 maxOccurs = 1 nillable = false minInclusive = 50 maxInclusive = 500 |
Minimum valid speech time. | ||
|
CpaMaxTermToneAnalysis |
int |
minOccurs = 1 maxOccurs = 1 nillable = false minInclusive = 1000 maxInclusive = 60000 |
Maximum term tone analysis period. |