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

SIP User's Manual 6. Gateway's ini File Configuration
Version 5.0 153 October 2006
Table 6-7: SIP Configuration Parameters (continues on pages 150 to 169)
ini File Field Name
Web Parameter Name
Valid Range and Description
UseSIPTgrp
[Use Tgrp Information]
0 = Tgrp parameter isn’t used (default).
1 = (send only) The trunk group number is added as the ‘tgrp’ parameter to the
Contact header of outgoing SIP messages. If a trunk group number is not
associated with the call, the ‘tgrp’ parameter isn’t included. If a ‘tgrp’ value is
specified in incoming messages, it is ignored.
2 = (send and receive) The functionality of outgoing SIP messages is identical
to the functionality described in option (1). In addition, for incoming SIP
messages, if the Request-URI includes a ‘tgrp’ parameter, the gateway routes
the call according to that value (if possible). If the Contact header includes a
‘tgrp’ parameter, it is copied to the corresponding outgoing messages in that
dialog.
EnableGRUU
[Enable GRUU]
Determines whether or not the GRUU mechanism is used.
Valid options include:
0 = Disable (default)
1 = Enable
The gateway obtains a GRUU by generating a normal REGISTER request.
This request contains a Supported header field with the value “gruu”. The
gateway includes a “+sip.instance” Contact header field parameter for each
contact for which the GRUU is desired. This Contact parameter contains a
globally unique ID that identifies the gateway instance.
The global unique id is as follows:
If registration is per endpoint (AuthenticationMode=0), it is the MAC
address of the gateway concatenated with the phone number of the
endpoint.
If the registration is per gateway (AuthenticationMode=1) it is only the
MAC address.
When the “User Information” mechanism is used, the globally unique ID is
the MAC address concatenated with the phone number of the endpoint
(defined in the User-Info file).
If the Registrar/Proxy supports GRUU, the REGISTER responses contain the
“gruu” parameter in each Contact header field. The Registrar/Proxy provides
the same GRUU for the same AOR and instance-id in case of sending
REGISTER again after expiration of the registration.
The gateway places the GRUU in any header field which contains a URI. It
uses the GRUU in the following messages: INVITE requests, 2xx responses to
INVITE, SUBSCRIBE requests, 2xx responses to SUBSCRIBE, NOTIFY
requests, REFER requests, and 2xx responses to REFER.
Note: If the GRUU contains the "opaque" URI parameter, the gateway obtains
the AOR for the user by stripping the parameter. The resulting URI is the AOR.
For example:
AOR: sip:alice@example.com
GRUU: sip:alice@example.com;opaque="kjh29x97us97d"
UserAgentDisplayInfo
[User-Agent Information]
Defines the string that is used in the SIP request header ‘User-Agent’ and SIP
response header ‘Server’. If not configured, the default string ‘AudioCodes
product-name s/w-version’ is used (e.g., User-Agent: Audiocodes-Sip-
Gateway-Mediant 2000/v.4.80.004.008). When configured, the string
‘UserAgentDisplayInfo s/w-version’ is used (e.g., User-Agent:
MyNewOEM/v.4.80.004.008). Note that the version number can't be modified.
The maximum string length is 50 characters.
SessionExpiresMethod
[Session Expires Method]
Defines the SIP method used for session-timer updates.
0 = Use Re-INVITE messages for session-timer updates (default).
1 = Use UPDATE messages.
Note 1: The gateway can receive session-timer refreshes using both methods.
Note 2: The UPDATE message used for session-timer purposes is not
included in the SDP body.