User`s manual
SIP User's Manual 324 Document #: LTRT-83303
Mediant 1000 & Mediant 600
ini File Parameter Description
DNSQueryType
For a description of this parameter, refer to ''Proxy & Registration
Parameters'' on page 146.
ProxyDNSQueryType
For a description of this parameter, refer to ''Proxy & Registration
Parameters'' on page 146.
ProxyIP
This ini file table parameter configures the Proxy Set ID table for
configuring up to six Proxy Sets, each with up to five Proxy server IP
addresses. The format of this parameter is as follows:
[ProxyIP]
FORMAT ProxyIp_Index = ProxyIp_IpAddress,
ProxyIp_TransportType, ProxyIp_ProxySetId;
[\ProxyIP]
Where,
IpAddress = Proxy server's IP address.
TransportType = Not configured (-1) - the global SIPTransportType
type is used; UDP (0); TCP (1); TLS (2).
ProxySetId = ID of the Proxy Set.
For example:
[ProxyIP]
FORMAT ProxyIp_Index = ProxyIp_IpAddress, ProxyIp_TransportType,
ProxyIp_ProxySetId;
ProxyIp 0 = 10.33.37.77, -1, 0;
ProxyIp 1 = 10.8.8.10, 0, 2;
ProxyIp 2 = 10.8.8.40, -1, 1;
ProxyIp 3 = 10.5.6.7, -1, 1;
[\ProxyIP]
Notes:
This parameter can include up to 30 indices (0-29).
For assigning various attributes (such as Proxy Load Balancing) to
each Proxy Set ID, refer to the ini file parameter ProxySet.
For configuring the Proxy Set ID table using the Web interface, refer
to ''Proxy Sets Table'' on page 153.
For an explanation on using ini file table parameters, refer to
''Structure of ini File Table Parameters'' on page 293.
ProxySet
This ini file table parameter configures the Proxy Set table by assigning
various attributes per Proxy Set ID. The format of this parameter is as
follows:
[ProxySet]
FORMAT ProxySet_Index = ProxySet_EnableProxyKeepAlive,
ProxySet_ProxyKeepAliveTime,
ProxySet_ProxyLoadBalancingMethod, ProxySet_IsProxyHotSwap;
[\ProxySet]
For example:
[ProxySet]
FORMAT ProxySet_Index = ProxySet_EnableProxyKeepAlive,
ProxySet_ProxyKeepAliveTime, ProxySet_ProxyLoadBalancingMethod,
ProxySet_IsProxyHotSwap;
ProxySet 0 = 0, 60, 0, 0;
ProxySet 1 = 1, 60, 1, 0;
[\ProxySet]