SIP User's Manual 274 Document #: LTRT-68806
Mediant 2000 & TP-1610 & TP-260/UNI
Table 6-1: Networking Parameters
ini File Field Name
Web Parameter Name
Valid Range and Description
SRV2IP
Defines the Internal SRV table used for resolving host names to DNS A-
Records. Three different A-Records can be assigned to a hostname.
Each A-Record contains the host name, priority, weight, and port.
Format for this ini file parameter table:
[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]
Notes:
 If the internal SRV table is used, the gateway first attempts to resolve
a domain name using this table. If the domain name isn't located, the
gateway performs an SRV resolution using an external DNS server.
 This parameter can appear up to 10 times.
 To configure the Internal SRV table using the Embedded Web Server,
refer to 'Internal SRV Table' on page 129.
 For an explanation on ini file parameter tables, refer to 'Structure of ini
File Parameter Tables' on page 269.
EnableSTUN
For a description of this parameter, refer to 'Configuring the Application
Settings' on page 157.
STUNServerPrimaryIP
For a description of this parameter, refer to 'Configuring the Application
Settings' on page 157.
STUNServerSecondaryIP
For a description of this parameter, refer to 'Configuring the Application
Settings' on page 157.
STUNServerDomainNam
e
Defines the domain name for the Simple Traversal of User Datagram
Protocol (STUN) server's address (used for retrieving all STUN servers
with an SRV query). The STUN client can perform the required SRV
query to resolve this domain name to an IP address and port, sort the
server list, and use the servers according to the sorted list.
Note: Use either the STUNServerPrimaryIP or the
STUNServerDomainName parameter, with priority to the first one.