cluster

Last modified by Buildbot on 2024/04/25 01:12

 Documentation based on repostory git version commit 2.4.0-alpha-163-g766e8a2f 

Cluster

This section contains some parameters useful when the current proxy is part of a network of proxies (cluster) which serve the same domain.
----

Configuration options:

NameDescriptionDefault ValueDefault UnitType
enabled

Enable cluster mode. If 'false', the parameters of [cluster] section won't have any effect.

 false Boolean
cluster-domain

Domain name that enables external SIP agents to access to the cluster. Such domain is often associated to DNS SRV records for each proxy of the cluster, so that DNS resolution returns the address of a specific proxy randomly.
Flexisip uses that domain when it needs to insert a 'Path' or 'Record-route' header addressing the cluster instead of itself.

  String
nodes

List of IP addresses of all the proxies present in the cluster. SIP messages coming from these addresses won't be challenged by the authentication module and won't have any rate limit applied by the DoS protection module.

  StringList
internal-transport

Transport to use for communication with the other proxies of the cluster. This is useful only when no transport declared in 'global/transport' parameter can be used to reach the other proxies e.g. when inter-proxy communications are to be made through a private network.
Ex: sip:10.0.0.8:5059;transport=tcp

  String