User`s manual

SIP User's Manual 298 Document #: LTRT-83303
Mediant 1000 & Mediant 600
ini File Parameter Description
DNS2IP
This ini file table parameter configures the internal DNS table for
resolving host names to IP addresses. Two different IP addresses (in
dotted-decimal notation) can be assigned to a host name.
The format of this parameter is as follows:
[Dns2Ip]
FORMAT Dns2Ip_Index = Dns2Ip_DomainName,
Dns2Ip_FirstIpAddress, Dns2Ip_SecondIpAddress;
[\Dns2Ip]
Where,
DomainName = Host name.
FirstIpAddress = First IP address.
SecondIpAddress = Second IP address.
For example:
[Dns2Ip]
Dns2Ip 0 = DnsName, 1.1.1.1, 2.2.2.2;
[\Dns2Ip]
Notes:
If the internal DNS table is used, the device first attempts to resolve a
domain name using this table. If the domain name isn't found, the
device performs a DNS resolution using an external DNS server.
This parameter can include up to 10 indices.
To configure the internal DNS table using the Web interface, refer to
''Internal DNS Table'' on page 207.
For an explanation on using ini file table parameters, refer to
''Structure of ini File Table Parameters'' on page 293.
SRV2IP
This ini file table parameter defines the internal SRV table for resolving
host names to DNS A-Records. Three different A-Records can be
assigned to a host name. Each A-Record contains the host name,
priority, weight, and port. The format of this parameter is as follows:
[SRV2IP]
FORMAT SRV2IP_Index = SRV2IP_InternalDomain,
SRV2IP_TransportType, SRV2IP_Dns1, SRV2IP_Priority1,
SRV2IP_Weight1, SRV2IP_Port1, SRV2IP_Dns2, SRV2IP_Priority2,
SRV2IP_Weight2, SRV2IP_Port2, SRV2IP_Dns3, SRV2IP_Priority3,
SRV2IP_Weight3, SRV2IP_Port3;
[\SRV2IP]
Where,
InternalDomain = Internal domain name.
TransportType = Transport type.
Dns1, Dns2, Dns3 = DNS name 1, 2, and 3.
Priority1, Priority2, Priority3 = Priority 1, 2, and 3.
Weight1, Weight2, Weight3 = Weight 1, 2, and 3.
Port1, Port2, Port3 = Port 1, 2, and 3.
For example:
[SRV2IP]
SRV2IP 0 =
SrvDomain,0,Dnsname1,1,1,500,Dnsname2,2,2,501,$$,0,0,0;
[\SRV2IP]