User`s manual
Table Of Contents
- Mediant 2000 & TP-1610 & TP-260/UNI SIP User’s Manual Version 5.0
- Table of Contents
- List of Figures
- List of Tables
- Notices
- 1. Overview
- 2. Physical Description
- 3. Installation
- 4. Getting Started
- 5. Web Management
- Computer Requirements
- Protection and Security Mechanisms
- Accessing the Embedded Web Server
- Getting Acquainted with the Web Interface
- Protocol Management
- Advanced Configuration
- Status & Diagnostic
- Software Update Menu
- Maintenance
- Logging Off the Embedded Web Server
- 6. Gateway's ini File Configuration
- Secured ini File
- Modifying an ini File
- The ini File Content
- The ini File Structure
- The ini File Example
- Networking Parameters
- System Parameters
- Web and Telnet Parameters
- Security Parameters
- RADIUS Parameters
- SNMP Parameters
- SIP Configuration Parameters
- Voice Mail Parameters
- ISDN and CAS Interworking-Related Parameters
- Number Manipulation and Routing Parameters
- E1/T1 Configuration Parameters
- Channel Parameters
- Configuration Files Parameters
- 7. Using BootP / DHCP
- 8. Telephony Capabilities
- Working with Supplementary Services
- Configuring the DTMF Transport Types
- Fax & Modem Transport Modes
- Event Notification using X-Detect Header
- ThroughPacket™
- Dynamic Jitter Buffer Operation
- Configuring the Gateway’s Alternative Routing (based on Conn
- Call Detail Report
- Supported RADIUS Attributes
- Trunk to Trunk Routing Example
- Proxy or Registrar Registration Example
- SIP Call Flow Example
- SIP Authentication Example
- 9. Networking Capabilities
- 10. Advanced PSTN Configuration
- 11. Advanced System Capabilities
- 12. Special Applications
- 13. Security
- 14. Diagnostics
- 15. SNMP-Based Management
- SNMP Standards and Objects
- Carrier Grade Alarm System
- Cold Start Trap
- Third-Party Performance Monitoring Measurements
- TrunkPack-VoP Series Supported MIBs
- Traps
- SNMP Interface Details
- SNMP Manager Backward Compatibility
- Dual Module Interface
- SNMP NAT Traversal
- SNMP Administrative State Control
- AudioCodes’ Element Management System
- 16. Configuration Files
- Appendix A. Selected Technical Specifications
- Appendix B. Supplied SIP Software Kit
- Appendix C. SIP Compliance Tables
- Appendix D. The BootP/TFTP Configuration Utility
- Appendix E. RTP/RTCP Payload Types and Port Allocation
- Appendix F. RTP Control Protocol Extended Reports (RTCP-XR)
- Appendix G. Accessory Programs and Tools
- Appendix H. Release Reason Mapping
- Appendix I. SNMP Traps
- Appendix J. Installation and Configuration of Apache HTTP Server
- Appendix K. Regulatory Information

Mediant 2000 & TP-1610 & TP-260
SIP User's Manual 156 Document #: LTRT-68805
Table 6-7: SIP Configuration Parameters (continues on pages 150 to 169)
ini File Field Name
Web Parameter Name
Valid Range and Description
RegistrarIP
[Registrar IP Address]
IP address and optionally port number of Registrar server.
Enter the IP address in dotted format notation, for example
201.10.8.1:<5080>.
Note 1: If not specified, the REGISTER request is sent to the primary Proxy
server (refer to ‘Proxy IP address’ parameter).
Note 2: When port number is specified, DNS NAPTR/SRV queries aren’t
performed, even if DNSQueryType is set to 1 or 2.
RegistrarName
[Registrar Name]
Registrar domain name.
If specified, the name is used as Request-URI in REGISTER messages.
If isn’t specified (default), the Registrar IP address or Proxy name or Proxy IP
address is used instead.
GWRegistrationName
[Gateway Registration Name]
Defines the user name that is used in From and To headers of REGISTER
messages.
If ‘GWRegistrationName’ isn’t specified (default), the ’Username’ parameter is
used instead.
Note: This parameter is applicable only to a single gateway registration
(AuthenticationMode=1). When the gateway registers each B-channel
separately (AuthenticationMode=0), the user name is set to the endpoint’s
phone number002E
AuthenticationMode
[Authentication Mode]
0 (Per Endpoint) = Registration & Authentication separately for each B-
channel.
1 (Per Gateway) = Single Registration & Authentication for the gateway
(default).
RegistrationTime
[Registration Time]
Defines the time (in seconds) for which registration to a Proxy server is valid.
The value is used in the header ‘Expires‘. In addition, this parameter defines
the time interval between Keep-Alive messages when EnableProxyKeepAlive
= 2 (REGISTER).
Typically, a value of 3600 should be assigned for one hour registration.
The gateway resumes registration according to the parameter
RegistrationTimeDivider.
The default is 180 seconds.
RegistrationTimeDivider
[Re-registration Timing (%)]
Defines the re-registration timing (in percentage). The timing is a percentage
of the re-register timing set by the Registration server.
The valid range is 50 to 100. The default value is 50.
For example: If ‘RegistrationTimeDivider = 70’ (%) and Registration Expires
time = 3600, the gateway resends its registration request after 3600 x 70% =
2520 sec.
RegistrationRetryTime
[Registration Retry Time]
Defines the time period (in seconds) after which a Registration request is
resent if registration fails with 4xx, or there is no response from the
Proxy/Registrar. The default is 30 seconds. The range is 10 to 3600.
NumberOfActiveDialogs
Defines the maximum number of active SIP dialogs that are not call related
(i.e., REGISTER and SUBSCRIBE). This parameter is used to control the
Registration / Subscription rate.
The valid range is 1 to 20. The default value is 20.
PrackMode
[PRACK Mode]
PRACK mechanism mode for 1xx reliable responses:
0 = Disabled.
1 = Supported (default).
2 = Required.
Note 1: The Supported and Required headers contain the ‘100rel’ parameter.
Note 2: The gateway sends PRACK message if 180/183 response is received
with ‘100rel’ in the Supported or the Required headers.