Version 5.8 277 September 2009
SIP User's Manual 6. Configuration Parameters Reference
Parameter Description
are cached. This prevents a mixture of REGISTER and
INVITE authorizations.
[2] Full = Caches all challenges from the proxies.
Note: Challenge Caching is used with all proxies and not only
with the active one.
Proxy IP Table
[ProxyIP]
This ini file table parameter configures the Proxy Set table for
configuring up to six Proxy Set IDs, each with up to five Proxy
server IP addresses (or fully qualified domain name/FQDN).
Each Proxy Set can be defined with a transport type (UDP,
TCP, or TLS). The format of this parameter is as follows:
[ProxyIP]
FORMAT ProxyIp_Index = ProxyIp_IpAddress,
ProxyIp_TransportType, ProxyIp_ProxySetId;
[\ProxyIP]
For example:
ProxyIp 0 = 10.33.37.77, -1, 0;
ProxyIp 1 = 10.8.8.10, 0, 2;
ProxyIp 2 = 10.5.6.7, -1, 1;
Notes:
This parameter can include up to 30 indices (0-29).
The Proxy Set represents the destination of the call.
For assigning various attributes (such as Proxy Load
Balancing) per Proxy Set ID, use the ini file parameter
ProxySet.
For configuring the Proxy Set ID table using the Web
interface and for a detailed description of the parameters of
this ini file table, refer to ''Configuring the Proxy Sets Table''
on page 95.
For an explanation on using ini file table parameters, refer
to ''Format of ini File Table Parameters'' on page 191.
Proxy Set Table
Proxy Set Table
[ProxySet]
This ini file table parameter configures the Proxy Set ID table.
It is used in conjunction with the ini file table parameter
ProxyIP, which defines the Proxy Set IDs with their IP
addresses.
The ProxySet ini file table parameter defines additional
attributes per Proxy Set ID. This includes, for example, Proxy
keep-alive and load balancing and redundancy mechanisms (if
a Proxy Set contains more than one proxy address).
The format of this parameter is as follows:
[ProxySet]
FORMAT ProxySet_Index =
ProxySet_EnableProxyKeepAlive,
ProxySet_ProxyKeepAliveTime,
ProxySet_ProxyLoadBalancingMethod,
ProxySet_IsProxyHotSwap, ProxySet_SRD;
[\ProxySet]