-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathlb-configuration.xml
141 lines (139 loc) · 4.49 KB
/
lb-configuration.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<?xml version="1.0" encoding="UTF-8"?>
<load-balancer-properties>
<common>
<host>127.0.0.1</host>
<rmiRegistryPort>2000</rmiRegistryPort>
<rmiRemoteObjectPort>2001</rmiRemoteObjectPort>
<nodeTimeout>8400</nodeTimeout>
<heartbeatInterval>150</heartbeatInterval>
<statisticPort>2006</statisticPort>
<jmxHtmlAdapterPort>8000</jmxHtmlAdapterPort>
</common>
<sip>
<publicIp></publicIp>
<isSendTrying>true</isSendTrying>
<useIpLoadBalancerAddressInViaHeaders>false</useIpLoadBalancerAddressInViaHeaders>
<performanceTestingMode>false</performanceTestingMode>
<extraServerNodes></extraServerNodes>
<isSend5xxResponse>false</isSend5xxResponse>
<isSend5xxResponseReasonHeader>Destination not available</isSend5xxResponseReasonHeader>
<isSend5xxResponseSatusCode>503</isSend5xxResponseSatusCode>
<responseStatusCodeNodeRemoval>503</responseStatusCodeNodeRemoval>
<responseReasonNodeRemoval>Unable to setup media services</responseReasonNodeRemoval>
<routingRulesIpv4>
<rule>
<ipPattern>default</ipPattern>
<patch>true</patch>
</rule>
<rule>
<ipPattern>10.0.0.*</ipPattern>
<patch>false</patch>
</rule>
<rule>
<ipPattern>172.0.0.*</ipPattern>
<patch>false</patch>
</rule>
</routingRulesIpv4>
<routingRulesIpv6>
<rule>
<ipPattern>fd30:*</ipPattern>
<patch>false</patch>
</rule>
</routingRulesIpv6>
<algorithm>
<algorithmClass></algorithmClass>
<sipHeaderAffinityKey></sipHeaderAffinityKey>
<callIdAffinityGroupFailover>false</callIdAffinityGroupFailover>
<callIdAffinityMaxTimeInCache>0</callIdAffinityMaxTimeInCache>
<httpAffinityKey></httpAffinityKey>
<persistentConsistentHashCacheConfiguration></persistentConsistentHashCacheConfiguration>
<earlyDialogWorstCase>false</earlyDialogWorstCase>
</algorithm>
<external>
<host></host>
<ipLoadBalancerAddress></ipLoadBalancerAddress>
<udpPort>5061</udpPort>
<tcpPort>5061</tcpPort>
<tlsPort>0</tlsPort>
<wsPort>0</wsPort>
<wssPort>0</wssPort>
<ipLoadBalancerUdpPort>0</ipLoadBalancerUdpPort>
<ipLoadBalancerTcpPort>0</ipLoadBalancerTcpPort>
<ipLoadBalancerTlsPort>0</ipLoadBalancerTlsPort>
<ipLoadBalancerWsPort>0</ipLoadBalancerWsPort>
<ipLoadBalancerWssPort>0</ipLoadBalancerWssPort>
</external>
<internal>
<host></host>
<ipLoadBalancerAddress></ipLoadBalancerAddress>
<udpPort>5065</udpPort>
<tcpPort>5065</tcpPort>
<tlsPort>0</tlsPort>
<wsPort>0</wsPort>
<wssPort>0</wssPort>
<ipLoadBalancerUdpPort>0</ipLoadBalancerUdpPort>
<ipLoadBalancerTcpPort>0</ipLoadBalancerTcpPort>
<ipLoadBalancerTlsPort>0</ipLoadBalancerTlsPort>
<ipLoadBalancerWsPort>0</ipLoadBalancerWsPort>
<ipLoadBalancerWssPort>0</ipLoadBalancerWssPort>
</internal>
</sip>
<http>
<httpPort>2080</httpPort>
<httpsPort>2081</httpsPort>
<maxContentLength>1048576</maxContentLength>
<unavailableHost></unavailableHost>
</http>
<smpp>
<smppHost></smppHost>
<smppPort></smppPort>
<smppSslPort></smppSslPort>
<remoteServers></remoteServers>
<maxConnectionSize>10</maxConnectionSize>
<nonBlockingSocketsEnabled>true</nonBlockingSocketsEnabled>
<defaultSessionCountersEnabled>true</defaultSessionCountersEnabled>
<timeoutResponse>3000</timeoutResponse>
<timeoutConnection>1000</timeoutConnection>
<timeoutEnquire>5000</timeoutEnquire>
<reconnectPeriod>1000</reconnectPeriod>
<timeoutConnectionCheckClientSide>1000</timeoutConnectionCheckClientSide>
<timeoutConnectionCheckServerSide>1000</timeoutConnectionCheckServerSide>
</smpp>
<ssl>
<terminateTLSTraffic>false</terminateTLSTraffic>
<keyStore></keyStore>
<keyStorePassword></keyStorePassword>
<trustStore></trustStore>
<trustStorePassword></trustStorePassword>
<tlsClientProtocols></tlsClientProtocols>
<enabledCipherSuites></enabledCipherSuites>
</ssl>
<sipStack>
<property>
<key>javax.sip.STACK_NAME</key>
<value>SipBalancerForwarder</value>
</property>
<property>
<key>javax.sip.AUTOMATIC_DIALOG_SUPPORT</key>
<value>off</value>
</property>
<property>
<key>gov.nist.javax.sip.TRACE_LEVEL</key>
<value>LOG4J</value>
</property>
<property>
<key>gov.nist.javax.sip.LOG_MESSAGE_CONTENT</key>
<value>false</value>
</property>
<property>
<key>gov.nist.javax.sip.REENTRANT_LISTENER</key>
<value>false</value>
</property>
<property>
<key>gov.nist.javax.sip.CANCEL_CLIENT_TRANSACTION_CHECKED</key>
<value>false</value>
</property>
</sipStack>
<heartbeat type ="">
</heartbeat>
</load-balancer-properties>