Synchronizing SIP Connections
SIP calls can be made across a ClusterXL gateway cluster or a third-party gateway cluster.
The Synchronize connections on Cluster option must be selected for:
To confirm that SIP connections through a gateway cluster are synchronized:
Note - The Synchronize connections on Cluster option is enabled by default
SIP calls can be made across a ClusterXL gateway in High Availability Mode or Load Sharing Mode. In Load Sharing Mode, the Sticky Decision Function must be enabled. For more on the Sticky Decision Function, see the R80.10 ClusterXL Administration Guide.
To configure support for RFC 3372 Session Initiation Protocol for Telephones (SIP-T):
$FWDIR/lib/user.def
file on the Security Management Server (see sk98239), add this line:sipt_hosts = { <
first_ip, second_ip> , <
first_ip, second_ip> , .... ...., <
first_ip, second_ip> } ;
first_ip
and second_ip
are the IP addresses between which (bidirectional) SIP-T are allowed.
For example, to allow SIP-T between 192.1.1.1 and 192.1.1.2, and between 192.1.1.1 and 192.1.1.3, add this line:
sipt_hosts = { <
192.1.1.1, 192.1.1.2> , <
192.1.1.1, 192.1.1.3> } ;
If the file does not exist, create it.