-
Notifications
You must be signed in to change notification settings - Fork 2
/
rtp_cluster.xml
58 lines (50 loc) · 1.44 KB
/
rtp_cluster.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
<rtp_cluster_config>
<rtp_cluster>
<name>Supercluster#1</name>
<protocol>UDP</protocol>
<address>192.168.50.4:44</address>
<disconnect_notify>
<inbound_address>192.168.222.1:12131</inbound_address>
<dest_socket_prefix>/var/run/b2bua.sock</dest_socket_prefix>
</disconnect_notify>
<capacity_limit type="hard" />
<rtpproxy>
<name>RTPPROXY1</name>
<protocol>UDP</protocol>
<address>192.168.222.1:4444</address>
<weight>100</weight>
<capacity>2500</capacity>
<status>ACTIVE</status>
<wan_address>1.2.3.4</wan_address>
</rtpproxy>
<rtpproxy>
<name>RTPPROXY2</name>
<protocol>UNIX</protocol>
<address>/var/run/pr2.sock</address>
<weight>3</weight>
<capacity>1500</capacity>
<status>SUSPENDED</status>
</rtpproxy>
</rtp_cluster>
<rtp_cluster>
<name>Supercluster#2</name>
<protocol>UNIX</protocol>
<address>/var/run/cl2.sock</address>
<rtpproxy>
<name>RTPPROXY1</name>
<protocol>UDP</protocol>
<address>192.168.222.1:4444</address>
<weight>100</weight>
<capacity>2500</capacity>
<status>ACTIVE</status>
</rtpproxy>
<rtpproxy>
<name>RTPPROXY2</name>
<protocol>UNIX</protocol>
<address>/var/run/pr2.sock</address>
<weight>80</weight>
<capacity>1500</capacity>
<status>SUSPENDED</status>
</rtpproxy>
</rtp_cluster>
</rtp_cluster_config>