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 280 Document #: LTRT-68805
Figure 12-7: SS7 MTP2 Tunneling ini File Example - SG
SS7_SIG_INT_ID_TABLE 7 = 50, BELFAST12, 4, 4, 0, 0;
SS7_SIG_INT_ID_TABLE 8 = 12, AMSTERDAM, 4, 4, 1, 0;
SS7_SIG_INT_ID_TABLE 9 = 18, ROTERDAM , 4, 4, 2, 0;
SS7_SIG_INT_ID_TABLE 10 = 1, GAUDA , 4, 4, 3, 0;
[ \SS7_SIG_INT_ID_TABLE ]
12.3 QSIG Tunneling
The gateway supports QSIG tunneling over SIP according to <draft-elwell-sipping-qsig-
tunnel-03>. This method enables all QSIG messages to be sent as raw data in
corresponding SIP messages using a dedicated message body. This mechanism is useful
for two QSIG subscribers (connected to the same / different QSIG PBX) to communicate
with each other over an IP network. Tunneling is supported for both directions (Tel to IP
and IP to Tel).
The term tunneling means that messages are transferred ‘as is’ to the remote side, without
being converted (QSIGÆSIPÆQSIG). The advantage of tunneling over QSIGÆSIP
interworking is that by using interworking, QSIG functionality can only be partially achieved.
When tunneling is used, all QSIG capabilities are supported, whereas the tunneling
medium (the SIP network) does not need to process these messages.
12.3.1 Implementation
QSIG messages are transferred in SIP messages in a separate Multipurpose Internet Mail
Extensions (MIME) body. Therefore, if a message contains more than one body (e.g., SDP
and QSIG), multipart MIME must be used. The Content-Type of the QSIG tunneled
message is ‘application/QSIG’. In addition, the gateway adds a Content-Disposition header
in the following format:
Content-Disposition: signal; handling=required.
Call setup (originating gateway):
The QSIG SETUP request is encapsulated in a SIP INVITE message without being
altered. After the SIP INVITE request is sent, the gateway doesn’t encapsulate the
following QSIG message until a SIP 200 OK response is received. If the originating
gateway receives a 4xx, 5xx or 6xx response, it disconnects the QSIG call with a ‘no
route to destination’ cause.
Call setup (terminating gateway):
After the terminating gateway receives a SIP INVITE request with a Content-Type:
application/QSIG, it sends the encapsulated QSIG SETUP message to the Tel side
and sends a 200 OK response (no 1xx response is sent) to IP. The 200 OK response
includes an encapsulated QSIG CALL PROCEEDING message (without waiting for a
CALL PROCEEDING message from the Tel side). If tunneling is disabled and the
incoming INVITE includes a QSIG body, a 415 response is sent.
Mid-call communication:
After the SIP connection is established, all QSIG messages are encapsulated in SIP
INFO messages.
Call tear-down:
The SIP connection is terminated once the QSIG call is complete. The RELEASE
COMPLETE message is encapsulated in the SIP BYE message that terminates the
session.
To enable QSIG tunneling set the parameter EnableQSIGTunneling to 1 on both the
originating and terminating gateways, and the parameter ‘ISDNDuplicateQ931BuffMode’ to
128 (duplicate all messages) (both parameters are described in Section
6.14 on page 172).