Mediatrix FXO Unit with Asterisk

Size: px
Start display at page:

Download "Mediatrix FXO Unit with Asterisk"

Transcription

1 Mediatrix 3000 series, Mediatrix C7 series, and Mediatrix Sentinel Revision

2 Table of Contents Table of Contents Mediatrix FXO unit with Asterisk 4 Requirements 5 Configuration of the PBX Trunk 6 Configuring the Asterisk - PBX Trunk 6 Adding the PBX Gateway 7 Restarting Services 8 Authenticating the PBX Gateway 8 Creating a Route From E1T1 to PBX Gateway 9 Creating a Route From PBX Gateway to E1T1 10 Configuration of the PSTN Lines 12 Configuring the Asterisk - PSTN Lines 12 Adding the PSTN Gateway 14 Restarting Services 14 Authenticating the PSTN Gateway 15 Creating a Route from FXO Ports to PSTN Gateway 16 Creating a Hunt Group - PSTN Gateway 17 Creating a Route from PSTN Gateway to a Hunt Group 18 Enabling Automatic Call Activation - Asterisk 19 General Configuration of the Mediatrix Unit with Asterisk 20 Configuring DTMF Transport - Out of Band Using Signalling Protocol 20 Disabling Voice Activity Detection 20

3 Table of Contents Available Documentation 22 Copyright Notice 23

4 4 Mediatrix FXO unit with Asterisk This document outlines the configuration steps required to connect a Mediatrix FXO unit with a 6FXO/2FXS card to an Asterisk open-source telephone system. In the scenario used throughout this document, the Mediatrix 3732 (1 PRI, 6 FXO/2FXS) is used to: Interface a PBX with an IP-PBX; Provide PSTN access via analog lines; Provide IP connectivity to analog phones and fax machines. The Asterisk IP-PBX provides: Call routing, Dial Plan # Including routes to local PSTN gateways Telephony services (voic , call forwarding, etc,) to IP users; SIP Endpoints management; Auto-Attendant.

5 Requirements Asterisk server properly installed Mediatrix 4102S and the IP phone are correctly configured with the IP-PBX and are able to make calls. 5

6 6 Configuration of the PBX Trunk Configuring the Asterisk - PBX Trunk 1) In the sip.config configuration file, create a new extension by adding the following: Extension Description [PBXTRUNK] The SIP username used for calls coming from the PBX. type=peer This is part of the method used by the Asterisk server to match incoming INVITES to this user. host= This means the extension will not register to the Asterisk server. This is the IP address of the Mediatrix port=5061 Port used for requests to and from the Mediatrix unit. nat=no The Mediatrix unit is not behind a NAT. qualify=no No keep alive is used. canreinvite=no No Re-Invite is sent to this extension. dtmfmode=info The DTMF is sent/received in SIP INFO messages. context=frompbx This is the context where the call from this extension is sent. It is the same context for the IP phone and the Mediatrix 4102S. secret=trunkpassword The SIP authentication password t38pt_udptl=yes This allows T.38 fax to be sent by this trunk. This setting is set to no

7 Extension 7 Description for the IP phone and the Mediatrix 4102S. 2) In the extensions.conf, add a context for calls coming from the PBX: Extension Description [FromPBX] exten =>_1XX,1,Dial(SIP{EXTEN},40,) This allows the PBX users to reach extensions 100 to 199. The Asterisk server will make the extension ring for 40 seconds. 3) Still in extensions.conf, modify the context of the extensions to allow them to send calls to the PBX: Extension Description [InternalExtensions] exten =>_1XX,1,Dial(SIP/ ${EXTEN},40,) exten =>_2XX,1,Dial(SIP/ ${EXTEN}@PBXTrunk,40,) This allows the IP phone and Mediatrix 4102S to reach the PBX extensions 200 to ) Reload the Asterisk settings by connecting to the Asterisk CLI (asterisk -r) and typing the reload command. 5) If you want to use the T.38 protocol to transfer faxes, you can follow the procedure of the Configuration Notes Mediatrix 41xx With Asterisk web Adding the PBX Gateway (p. 7) Adding the PBX Gateway Before you start Make sure your PRI interface has both Physical and Signalling up before starting. 1) Go to SIP > Gateways. 2) In the General Configuration table, type PBX-Gateway in the blank field under the Name column. 3) Click on. 4) In the Port field, type 5061.

8 8 5) Click Apply. Result Restarting Services (p. 8) Restarting Services 1) Go to System > Services. 2) In the Restart required services table, click Restart required services. Registering FXS Port - Fax Authenticating the PBX Gateway (p. 8) Authenticating the PSTN Gateway (p. 15) Authenticating the PBX Gateway 1) Go to SIP > Authentication. 2) In the Authentication table, click. 3) On the row that just appeared, click on.

9 9 4) Set the following parameters: a) Set Criteria to Gateway. b) Set Gatewayto PBX-Gateway. c) Set Validate Realm to Disable. d) Set the User Name to reflect your configuration. e) Set the Password to reflect your configuration. 5) Click on Apply & Refresh Registration. Result Creating a Route From E1T1 to PBX Gateway (p. 9) Creating a Route From E1T1 to PBX Gateway 1) Go to Call Router > Route Config. 2) In the Route table click located on the same row as an existing route to add a route above or, click located at the bottom of the table to add a route at the end of the table. 3) In the Configure Route End table, set the following parameters: a) Set Sources to isdn-slot1/e1t1. b) Set Properties Criteria to None. c) Set Destination to sip-pbx-gateway. 4) Click Save. Result The route will be added to the Route table.

10 10 Creating a Route From PBX Gateway to E1T1 (p. 10) Creating a Route From PBX Gateway to E1T1 1) Go to Call Router > Route Config. 2) In the Route table click located on the same row as an existing route to add a route above or, click located at the bottom of the table to add a route at the end of the table. 3) In the Configure Route End table, set the following parameters: a) Set Sources to sip-pbx-gateway. b) Set Properties Criteria to None. c) Set Destination to isdn-slot1/e1t1. 4) Click Save. Result The route will be added to the Route table.

11 Configuring DTMF Transport - Out of Band Using Signalling Protocol (p. 20) 11

12 12 Configuration of the PSTN Lines Configuring the Asterisk - PSTN Lines 1) In the sip.conf configuration file, create a new extension by adding the following: Extension Description [PSTNTrunk] SIP username used for calls coming from the PSTN. type= peer This is part of the method used by the Asterisk server to match incoming INVITES to this user. host= This means the extension will not register to the Asterisk server. This is the IP address of the Mediatrix port=5062 Port used for requests to and from the Mediatrix unit. nat=no The Mediatrix unit is not behind a NAT. qualify=no No keep alive is used. canreinvite=no No Re-Invite is sent to this extension. dtmfmode=info The DTMF is sent/receive in SIP INFO messages. context= FromPSTN Context where the call from this extension is sent. It is the same context for the IP phone and the Mediatrix 4102S. secret= TrunkPassword SIP authentication password. t38pt_udptl=yes This allows T.38 fax to be sent by this trunk. This setting is set to no

13 Extension 13 Description for the IP phone and Mediatrix 4102S. 2) In the extensions.conf, add a context for calls coming from the PSTN: Extension Description [FromPSTN] exten=> 900,1,Answer() exten=> 900,2,Background(CompanyPrompt) This plays a prompt (IVR) to the calling party and allows it to dial extensions. [FromPSTN] exten=> 900,3,Hangup() exten=> _1XX,1,Dial(SIP/ ${EXTEN},40,) exten=> _2XX,1,Dial(SIP/ ${EXTEN}@PBXTrunk,40,) This allows the IP phone and Mediatrix 4102S to reach the PBX extensions 200 to ) In the extensions.conf, modify the context of the PBX to allow the PBX users to send calls to the PSTN: Extension Description [FromPBX] exten=> _1XX,1,Dial(SIP/ ${EXTEN},40,) exten=> _9X.,1,Dial(SIP/ ${EXTEN:1}@PSTNTrunk,40,) This allows the PBX users to dial on the PSTN and removes the 9 before dialling the number. 4) In the extensions.conf, modify the context of the extensions to allow them to send calls to the PBX. Extension Description [InternalExtensions] exten=> _1XX,1,Dial(SIP/ ${EXTEN},40,) exten=> _2XX,1,Dial(SIP/ ${EXTEN}@PBXTrunk,40,) exten=> _9X.,1,Dial(SIP/ ${EXTEN:1}@PSTNTrunk,40,) This allows the IP phone and Mediatrix 4102S to dial on the PSTN and removes the 9 before dialling the number. 5) You can reload the Asterisk settings by connecting to the Asterisk CLI (asterisk r) and typing the reload command.

14 14 Adding the PSTN Gateway (p. 14) Adding the PSTN Gateway 1) Go to SIP > Gateways. 2) In the Gateway Configuration table, in the Name field, enter PSTN-Gateway. 3) Click. 4) Complete the fields as follows: From the Type selection list, select Trunk. From the Signaling Network selection list, select Uplink. In the Port field, enter ) Click Apply. Result The PSTN-Gateway gateway will be available under the SIP > Servers page. Restarting Services (p. 8) Restarting Services 1) Go to System > Services. 2) In the Restart required services table, click Restart required services.

15 15 Registering FXS Port - Fax Authenticating the PBX Gateway (p. 8) Authenticating the PSTN Gateway (p. 15) Authenticating the PSTN Gateway 1) Go to SIP > Authentication. 2) In the Authentication table, click. 3) On the row that just appeared, click on. 4) Set the following parameters: a) Set Criteria to Gateway. b) Set Gatewayto PSTN-Gateway. c) Set Validate Realm to Disable. d) Set the User Name to reflect your configuration. e) Set the Password to reflect your configuration. 5) Click on Apply & Refresh Registration. Result

16 16 Creating a Route from FXO Ports to PSTN Gateway (p. 16) Creating a Route from FXO Ports to PSTN Gateway 1) Go to Call Router > Route Config. 2) In the Route table click located on the same row as an existing route to add a route above or, click located at the bottom of the table to add a route at the end of the table. 3) In the Configure Route End table, set the following parameters: a) Add all the FXO ports in the Sources field. b) Set Properties Criteria to None. c) Set Destination to sip-pstn-gateway. 4) Click Save. Result

17 17 Creating a Hunt Group - PSTN Gateway (p. 17) Creating a Hunt Group - PSTN Gateway 1) Go to Call Router > Route Config. 2) In the Hunt table, click 3) In the Configure Hunt End table, set the following: a) Set the Name field to PSTN-Gateway. b) Using the Destinations' dropbox, add all the FXO ports used in your configuration. c) Leave the other fields with their default value. 4) Click Save. Result

18 18 Creating a Route from PSTN Gateway to a Hunt Group (p. 18) Creating a Route from PSTN Gateway to a Hunt Group 1) Go to Call Router > Route Config. 2) In the Route table click located on the same row as an existing route to add a route above or, click located at the bottom of the table to add a route at the end of the table. 3) In the Configure Route End table, set the following parameters: a) Set Sources to sip-pstn-gateway. b) Set Properties Criteria to None. c) Set Destination to hunt-pstn-gateway. 4) Click Save. Result

19 19 Enabling Automatic Call Activation - Asterisk (p. 19) Enabling Automatic Call Activation - Asterisk 1) Go to Telephony > Services. 2) In the Select Endpoint dropdown menu, select a FXO port you want to configure. 3) In the Automatic Call section, set the following parameters: a) Set Endpoint Specific to Yes. b) Set Automatic Call Activation to Enable c) Set the Automatic Call Target to the number of the IVR configured in the Asterisk server. 4) Repeat the steps 2 and 3 for the other FXO ports you need to configure. Result Configuring DTMF Transport - Out of Band Using Signalling Protocol (p. 20)

20 20 General Configuration of the Mediatrix Unit with Asterisk Configuring DTMF Transport - Out of Band Using Signalling Protocol 1) Go to Media > Misc. 2) In the DTMF Transport table, set the Transport Method to Out-of-Band using SIP. 3) Click Apply. Result Disabling Voice Activity Detection (p. 20) Disabling Voice Activity Detection (p. 20) Disabling Voice Activity Detection (p. 20) Disabling Voice Activity Detection 1) Go to Media > Codecs.

21 21 2) In the Select Endpoint dropdown menu, select the endpoint you want to configure. 3) In the Generic Voice Activity Detection (VAD) table, set Enable (G.711 and G.726) to Disable. Result

22 Available Documentation For more details, refer to the Mediatrix Documentation. 22

23 23 Copyright Notice Copyright 2016 Media5 Corporation. This document contains information that is proprietary to Media5 Corporation. Media5 Corporation reserves all rights to this document as well as to the Intellectual Property of the document and the technology and know-how that it includes and represents. This publication cannot be reproduced, neither in whole nor in part, in any form whatsoever, without written prior approval by Media5 Corporation. Media5 Corporation reserves the right to revise this publication and make changes at any time and without the obligation to notify any person and/or entity of such revisions and/or changes.

24

Basic FXO Mediatrix Unit Configuration with Asterisk

Basic FXO Mediatrix Unit Configuration with Asterisk Mediatrix Unit with FXO Card v. 2.0.40.747 2018-03-29 Table of Contents Table of Contents Mediatrix unit with Asterisk 4 Requirements 5 to Know Before Starting 6 Configuration of the PBX Trunk 7 Configuring

More information

Interop- Mediatrix PRI FXO Gateway as a MS Lynx 2010 PSTN Gateway - Medatrix 3000 Series

Interop- Mediatrix PRI FXO Gateway as a MS Lynx 2010 PSTN Gateway - Medatrix 3000 Series Interop- Mediatrix PRI FXO Gateway as a MS Lynx 2010 PSTN Gateway - Medatrix 3000 Series Mediatrix 3000 series Revision 308 2015-06-25 Table of Contents Table of Contents Mediatrix as a trunking gateway

More information

Basic FXO Gateway Configuration

Basic FXO Gateway Configuration Mediatrix units with FXO ports Revision 308 2015-06-25 Table of Contents Table of Contents Configuring the Mediatrix Unit 3 Getting Started 3 Logging On to the Mediatrix Unit Web Interface 3 Configuring

More information

Second SIP Gateway Fallback with Gateway Registration

Second SIP Gateway Fallback with Gateway Registration All Mediatrix units v. 2.0.41.762 2018-03-29 Table of Contents Table of Contents Information to Know Before Starting 3 Requirements 4 Second SIP Gateway Fallback 5 SIP Configuration 6 Adding the Fallback

More information

Basic FXO Gateway Configuration

Basic FXO Gateway Configuration Mediatrix units with FXO ports v. 2.0.41.762 2017-12-21 Table of Contents Table of Contents Configuring the Mediatrix Unit 3 Getting Started 3 Logging on to the Mediatrix Unit Web Interface 3 Configuring

More information

Basic FXS Gateway Configuration

Basic FXS Gateway Configuration Mediatrix units with FXS ports Revision 308 2015-06-25 Table of Contents Table of Contents Configuring the Mediatrix Unit 3 Getting Started 3 Logging On to the Mediatrix Unit Web Interface 3 Configuring

More information

Mediatrix 4400 Digital Gateway VoIP Trunking with a Legacy PBX. Mediatrix 4400

Mediatrix 4400 Digital Gateway VoIP Trunking with a Legacy PBX. Mediatrix 4400 Mediatrix 4400 Digital Gateway VoIP Trunking with a Legacy PBX Mediatrix 4400 Dgw v2.0 Revision 283 - July 31, 2015 Table of Contents Table of Contents Copyright Notice 3 4 Requirements 6 Configuration

More information

Mediatrix 4400 Digital Gateway ISDN Telephones

Mediatrix 4400 Digital Gateway ISDN Telephones Mediatrix 4400 Revision 285 2011-06-22 Table of Contents Table of Contents 3 Requirements 5 Configuration of the Mediatrix 4400 Digital Gateway 6 Using IPv4 to Connect the Mediatrix unit to a Network with

More information

Mediatrix 4400 Digital Gateway VoIP Gateway with the PSTN. Mediatrix 4400 Series

Mediatrix 4400 Digital Gateway VoIP Gateway with the PSTN. Mediatrix 4400 Series Mediatrix 4400 Series Revision 284 July 7,2015 Table of Contents Table of Contents Requirements 3 4 Configuration of the Mediatrix 4400 Digital Gateway 6 Using IPv4 to Connect the Mediatrix unit to a Network

More information

PBX Remote Line Extension

PBX Remote Line Extension FXO and FXS Mediatrix units v. 43.1.1264 2018-09-26 Table of Contents Table of Contents 4 Information to Know Before Starting 5 Connecting 6 Logging on to the Mediatrix Unit Web Interface 6 Configuring

More information

Second SIP Gateway Fallback with Endpoint Registration

Second SIP Gateway Fallback with Endpoint Registration Second SIP Gateway Fallback with Endpoint Registration For Mediatrix C7,Mediatrix 4100, Mediatrix Sentinel, and Mediatrix LP series Revision 3-2015-12-17 www.media5corp.com Second SIP Gateway Fallback

More information

DGW PCM Traces. All Mediatrix Units. v

DGW PCM Traces. All Mediatrix Units. v All Mediatrix Units v. 2.0.40.747 2018-03-29 Table of Contents Table of Contents PCM Traces 3 Requirements 4 Enabling the PCM Traces - DGW 2.0 5 Enabling PCM Traces in the Configuration Script 5 Enabling

More information

SIP Gateways. For all Mediatrix units. v

SIP Gateways. For all Mediatrix units. v SIP Gateways For all Mediatrix units v. 43.3.1398 2018-12-18 Table of Contents Table of Contents SIP Gateways 3 Important Information to Know before Using SIP Gateways 3 Trunk Gateway vs Endpoint Gateway

More information

Basic SIP Endpoint Registration

Basic SIP Endpoint Registration For all Mediatrix units with telephony cards v. 43.1.1264 2018-09-26 Table of Contents Table of Contents to Know Before Starting 3 4 Logging on to the Mediatrix Unit Web Interface 4 Configuring the Default

More information

Configuration Notes 281

Configuration Notes 281 Mediatrix 3000 Digital Gateway Corporate Network June 21, 2011 Proprietary 2011 Media5 Corporation Table of Contents Configuration Notes 281... 1 Introduction... 3 Mediatrix 3000 Digital Gateway Overview...

More information

Configuring an FXO Mediatrix Gateway as a MS Lync 2010 PSTN Gateway

Configuring an FXO Mediatrix Gateway as a MS Lync 2010 PSTN Gateway Configuring an FXO Mediatrix Gateway as a MS Lync 2010 PSTN Gateway Mediatrix units with FXO ports v. 43.1.1264 2018-09-26 Table of Contents Table of Contents to Know Before Starting 3 Mediatrix Gateway

More information

Basic SIP Username Registration

Basic SIP Username Registration For all Mediatrix units with telephony cards v. 2.0.42.768 2018-04-03 Table of Contents Table of Contents Information to Know Before Starting 3 4 Logging on to the Mediatrix Unit Web Interface 4 Configuring

More information

Second SIP Fallback with Gateway Registration

Second SIP Fallback with Gateway Registration Second SIP Fallback with Gateway Registration For all Mediatrix units Revision 03-2015-10-28 www.media5corp.com Second SIP Fallback with Gateway Registration Table of Contents Second SIP Gateway Fallback...3

More information

Basic SIP Unit Registration

Basic SIP Unit Registration For all Mediatrix units with telephony cards v. 2.0.40.747 2018-03-29 Table of Contents Table of Contents Information to Know Before Starting 3 4 Logging on to the Mediatrix Unit Web Interface 4 Configuring

More information

Configuration Notes 284

Configuration Notes 284 Mediatrix 4400 Digital Gateway VoIP Gateway with the PSTN June 22, 2011 Proprietary 2011 Media5 Corporation Table of Contents Introduction... 3 Mediatrix 4400 Digital Gateway Overview... 3 Deployment Scenario...

More information

Mediatrix 4400 Digital Gateway VoIP Gateway with the PSTN

Mediatrix 4400 Digital Gateway VoIP Gateway with the PSTN Mediatrix 4400 Series v. 2.0.41.762 2017-12-21 Table of Contents Table of Contents Requirements 3 4 Configuration of the Mediatrix 4400 Digital Gateway 6 Connecting the Mediatrix Unit Using a DHCP Server

More information

PSTN Survivability - Mediatrix SBC in the LAN with PBX Registering to the Mediatrix SBC

PSTN Survivability - Mediatrix SBC in the LAN with PBX Registering to the Mediatrix SBC PSTN Survivability - Mediatrix SBC in the LAN with PBX Registering to the Mediatrix SBC For Mediatrix Sentinel and Mediatrix 3000 Revision 03 2016-01-13 Table of Contents Table of Contents to Know Before

More information

Using a PSTN Mediatrix Gateway (FXO, PRI, BRI) with a 3CX IP PBX

Using a PSTN Mediatrix Gateway (FXO, PRI, BRI) with a 3CX IP PBX Using a PSTN Mediatrix Gateway (FXO, PRI, BRI) with a 3CX IP PBX For Mediatrix 3000, C730, 4400, and G7 Gateways v. 43.0.1125 2018-08-16 Table of Contents Table of Contents Requirements 3 Information to

More information

SoLink-Lite IP-PBX. Administrator Guide. (Version 1.0)

SoLink-Lite IP-PBX. Administrator Guide. (Version 1.0) SoLink-Lite IP-PBX Administrator Guide (Version 1.0) TABLE OF CONTENT 1.0 Introduction... 1 2.0 Setting Up the IP-PBX... 2 3.0 Logging On... 3 4.0 Configuring Network... 4 5.0 Configuring Hardware... 5

More information

Sbc Service User Guide

Sbc Service User Guide For Mediatrix Sentinel and Mediatrix 3000 Revision 04 2016-01-13 Table of Contents Table of Contents Configuration notes 5 Call Agents 6 phone_lines_ca Call Agent 8 trunk_lines_ca Call Agent 9 local_users_ca

More information

PSTN Survivability - Mediatrix SBC in the LAN Registering to the Service Provider

PSTN Survivability - Mediatrix SBC in the LAN Registering to the Service Provider PSTN Survivability - Mediatrix SBC in the LAN Registering to the Service Provider For Sentinel and Mediatrix 3000 units v. 2.0.40.747 2017-09-29 Table of Contents Table of Contents to Know Before Starting

More information

Dual Trunk Survivability - Mediatrix SBC in the LAN with Static PBX IP Address

Dual Trunk Survivability - Mediatrix SBC in the LAN with Static PBX IP Address Dual Trunk Survivability - Mediatrix SBC in the LAN with Static PBX IP Address For Mediatrix Sentinel and Mediatrix 3000 Revision 04 2016-02-05 Table of Contents Table of Contents to Know Before Starting

More information

Remote User - Mediatrix SBC on the Edge

Remote User - Mediatrix SBC on the Edge Mediatrix Sentinel and Mediatrix 3000 v. 2.0.40.747 2018-03-29 Table of Contents Table of Contents to Know Before Starting 4 Remote Users - Mediatrix SBC Located on the Edge 5 Getting Started 5 Logging

More information

Codec Configuration. All units. v

Codec Configuration. All units. v All units v. 2.0.42.768 2018-05-10 Table of Contents Table of Contents Default vs Specific Endpoint Configuration 4 Mipt Default vs Specific Endpoint Configuration Examples 5 7 Enabling Default Codecs

More information

Remote User - Mediatrix SBC on the Edge

Remote User - Mediatrix SBC on the Edge Mediatrix Sentinel and Mediatrix 3000 v. 43.3.1398 2018-12-13 Table of Contents Table of Contents Information to Know Before Starting 4 Remote Users - Mediatrix SBC Located on the Edge 5 Getting Started

More information

Codec Configuration. All units. v

Codec Configuration. All units. v All units v. 43.2.1343 2018-11-13 Table of Contents Table of Contents Default vs Specific Endpoint Configuration 4 Mipt Default vs Specific Endpoint Configuration Examples 5 7 Enabling Default Codecs 7

More information

Use Asterisk softswitch and X-Lite client to initiate VoIP sessions and capture associated traffic with the Whireshark network protocol analyzer.

Use Asterisk softswitch and X-Lite client to initiate VoIP sessions and capture associated traffic with the Whireshark network protocol analyzer. Lab 4 TCOM631 Overview Use Asterisk softswitch and X-Lite client to initiate VoIP sessions and capture associated traffic with the Whireshark network protocol analyzer. Objective Configure X-Lite client

More information

UCM6102/6104/6108/6116 Configuration

UCM6102/6104/6108/6116 Configuration UCM6102/6104/6108/6116 Configuration This document introduces manual configuration steps performed for interoperability testing between AccessLine and Grandstream UCM6102/6104/6108/6116. Configuration

More information

Avaya PBX SIP TRUNKING Setup & User Guide

Avaya PBX SIP TRUNKING Setup & User Guide Avaya PBX SIP TRUNKING Setup & User Guide Nextiva.com (800) 285-7995 2 P a g e Contents Description... 3 Avaya IP PBX Configuration... 3 Licensing and Physical Hardware... 4 System Tab Configuration...

More information

How to Connect Trixbox to NeoGate TA FXS Gateway

How to Connect Trixbox to NeoGate TA FXS Gateway How to Connect Trixbox to NeoGate TA FXS Gateway Version 1.0 Date: 2014.06.06 Yeastar Information Technology Co. Ltd Table of Contents: 1. Introduction... 3 2. Preparation... 3 3. VoIP Mode... 4 4. SPS/SPX

More information

ISDN Troubleshooting. All Mediatrix Units with ISDN cards

ISDN Troubleshooting. All Mediatrix Units with ISDN cards All Mediatrix Units with ISDN cards Revision 671 July 24, 2015 Table of Contents Table of Contents 4 Protocols and Connection 5 Troubleshooting Tools 6 Troubleshooting 6 Capturing a Trace Using Wireshark

More information

Application Notes for Configuring SIP Trunking between the Skype SIP Service and an Avaya IP Office Telephony Solution Issue 1.0

Application Notes for Configuring SIP Trunking between the Skype SIP Service and an Avaya IP Office Telephony Solution Issue 1.0 Application Notes for Configuring SIP Trunking between the Skype SIP Service and an Avaya IP Office Telephony Solution Issue 1.0 Abstract These Application Notes describe the steps to configure trunking

More information

ISDN Troubleshooting. All Mediatrix Units with ISDN cards. v

ISDN Troubleshooting. All Mediatrix Units with ISDN cards. v All Mediatrix Units with ISDN cards v. 2.0.41.762 2018-03-29 Table of Contents Table of Contents 4 Protocols and Connection 5 Troubleshooting Tools 6 Troubleshooting 6 Capturing a Trace Using Wireshark

More information

Syntellect IVR SIP Trunking Configuration Guide Using AccessLine SIP Trunking

Syntellect IVR SIP Trunking Configuration Guide Using AccessLine SIP Trunking And Syntellect IVR SIP Trunking Configuration Guide Using AccessLine SIP Trunking Interfacing AccessLine SIP Registrar and Syntellect SCP v8 IVR Platform By Jeff Thorness Introduction These Notes describe

More information

Configuring Local Firewalls

Configuring Local Firewalls All Mediatrix Products v. 43.3.1398 2019-01-10 Table of Contents Table of Contents Local Firewall 3 Firewall Rule Order - Important 3 Configuring the Local Firewall 4 Disabling the Local Firewall 5 Configuring

More information

ISDN Troubleshooting. All Mediatrix Units with ISDN cards. v

ISDN Troubleshooting. All Mediatrix Units with ISDN cards. v All Mediatrix Units with ISDN cards v. 43.3.1398 2019-01-10 Table of Contents Table of Contents 4 Protocols and Connection 5 Troubleshooting Tools 6 Troubleshooting 6 Capturing a Trace Using Wireshark

More information

4 Port IP-PBX + SIP Gateway System

4 Port IP-PBX + SIP Gateway System 4 Port IP-PBX + SIP Gateway System The IPG-40XG is an embedded Voice over IP (VoIP) PBX Server with Session Initiation Protocol (SIP) to provide IP extension phone connections for global virtual office

More information

Patton SN4960 and Elastix Server

Patton SN4960 and Elastix Server Patton SN4960 and Elastix Server Setup Guide http://www.elastix.org 1.0 Setup Diagram Figure 1-1 is a setup diagram for a single Patton SN4960 gateway configuration. We re going to configure a SIP Trunk

More information

Sipura SPA 3000 How To. (c) Bicom Systems

Sipura SPA 3000 How To. (c) Bicom Systems Sipura SPA 3000 How To Sipura SPA 3000 How To All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording,

More information

EP502/EP504 IP PBX 1.1 Overview

EP502/EP504 IP PBX 1.1 Overview 1.1 Overview The EP502/EP504 is an embedded Voice over IP (VoIP) Server with Session Initiation Protocol (SIP) to provide IP extension phone connection for global virtual office of small-to-medium business

More information

Configure Gateways. Gateway Overview. Gateway Overview, page 1 Gateway Setup Prerequisites, page 3 Gateway Configuration Task Flow, page 4

Configure Gateways. Gateway Overview. Gateway Overview, page 1 Gateway Setup Prerequisites, page 3 Gateway Configuration Task Flow, page 4 Gateway Overview, page 1 Gateway Setup Prerequisites, page 3 Gateway Configuration Task Flow, page 4 Gateway Overview Cisco offers a wide variety of voice and video gateways. A gateway provides interfaces

More information

Manual PBX IP Version: 1.0

Manual PBX IP Version: 1.0 Manual PBX IP 2008 Version: 1.0 Content CONTACT ATCOM... 3 CHAPTER 1 THE INTRODUCTION OF PBX-IP 2008... 4 CHAPTER 2 ACCESS TO THE PBX-IP 2008... 7 2.1 WEB PAGE ACCESS BY BROWSER... 7 2.2 SSH ACCESS BY

More information

Grandstream Networks, Inc. Configuring UCM6XXX Series with HT503with

Grandstream Networks, Inc. Configuring UCM6XXX Series with HT503with Grandstream Networks, Inc. with Table of Contents OVERVIEW... 4 METHOD 1: REGISTER HT503 TO UCM6XXX... 5 Create Extension on UCM6XXX... 5 Create IVR on UCM6XXX... 6 Configure FXS Port on HT503... 7 Configure

More information

ATCOM IPPBX IP01 Product Guide Version: VoIPon Tel: +44 (0) Fax: +44 (0)

ATCOM IPPBX IP01 Product Guide Version: VoIPon   Tel: +44 (0) Fax: +44 (0) Figure: ATCOM IPPBX IP01 ATCOM IPPBX IP01 Product Guide Version: 1.0 2010-05-10 Content CONTACT ATCOM... 3 CHAPTER 1 THE INTRODUCTION OF IP01... 4 CHAPTER 2 ACCESS TO THE IP01... 6 2.1 WEB PAGE ACCESS

More information

Xchange Telecom SIP Trunk Setup

Xchange Telecom SIP Trunk Setup DSX Xchange Telecom SIP Trunk Setup January 30, 2011 Issue 1.00 NEC Corporation of America 4 Forest Parkway, Shelton, CT 06484 Copyright 2011 NEC Corporation of America 6535 N. State Highway 161 Irving,

More information

Secure Communications on VoIP Networks

Secure Communications on VoIP Networks Mediatrix Multi-service Gateways v. 2.0.41.762 2017-12-21 Table of Contents Table of Contents Internet Telephony Network Security 4 Authentication 4 X-509 Certificates 4 Transport Layer Security (TLS)

More information

BandTel SIP Trunk Setup

BandTel SIP Trunk Setup DSX BandTel SIP Trunk Setup February 24, 2011 Issue 1.00 NEC Corporation of America 4 Forest Parkway, Shelton, CT 06484 Copyright 2011 NEC Corporation of America 6535 N. State Highway 161 Irving, TX 75039-2402

More information

Abstract. Innovation Network App Note

Abstract. Innovation Network App Note Innovation Network App Note IN-14003 Date: January 2014 Product: Grandstream HandyTone and Enterprise Analog Gateways System version: ShoreTel 14.1 Abstract This application note provides the details on

More information

LAB6: UC520 MULTI-SITE SETUP

LAB6: UC520 MULTI-SITE SETUP LAB6: UC520 MULTI-SITE SETUP Lab6: UC520 MULTI-SITE SETUP Introduction: SBCS & UC520 can support a deployment where you network multiple sites together. The maximum number of sites that can be networked

More information

Release Note for N412

Release Note for N412 Version 45.14.0.X Yeastar Information Technology Co. Ltd. FIRMWARE VERSION 45.14.0.23 DATE October 8, 2016 CHANGES SINCE FIRMWARE RELEASE 45.14.0.22 NEW FEATURES 1. Added support for switching Follow Me

More information

Call Router Basic Routes

Call Router Basic Routes All Mediatrix Products Revision 01 2016-05-27 Table of Contents Table of Contents Creating Basic Routes 3 Creating a Hunt Group 3 Creating a Route from a Sip Gateway to a Destination 4 Creating a Route

More information

How to Connect Elastix to NeoGate TA FXS Gateway

How to Connect Elastix to NeoGate TA FXS Gateway How to Connect Elastix to NeoGate TA FXS Gateway Version 1.0 Date: 2014.06.06 Yeastar Information Technology Co. Ltd Table of Contents: 1. INTRODUCTION... 3 2. PREPARATION... 3 3. VOIP MODE... 4 4. SPS/SPX

More information

Cisco Unified Communications UC320W Pre-Installation Site Information

Cisco Unified Communications UC320W Pre-Installation Site Information Cisco Unified Communications UC320W Pre-Installation Site Information Use this workbook to gather information from your customer before you install the Cisco Unified Communications UC320W at the site.

More information

Internet Telephony PBX System IPX Quick Installation Guide

Internet Telephony PBX System IPX Quick Installation Guide Internet Telephony PBX System IPX-2000 Quick Installation Guide Overview PLANET IPX-2000 is the next generation voice communication platform for the small to medium enterprise. Designed as an open, scalable,

More information

Release Note for N412

Release Note for N412 Yeastar Information Technology Co. Ltd. CONTENTS FIRMWARE VERSION 45.15.0.3... 3 FIRMWARE VERSION 45.15.0.1... 3 FIRMWARE VERSION 45.14.0.23... 5 FIRMWARE VERSION 45.14.0.22... 12 2/12 FIRMWARE VERSION

More information

BandTel SIP Trunk Setup

BandTel SIP Trunk Setup DSX BandTel SIP Trunk Setup April 22, 2011 Issue 1.02 NEC Corporation of America 4 Forest Parkway, Shelton, CT 06484 Copyright 2011 NEC Corporation of America 6535 N. State Highway 161 Irving, TX 75039-2402

More information

Configuration guide for Switchvox and XO Communications

Configuration guide for Switchvox and XO Communications Configuration guide for Switchvox and XO Communications This document will guide a Switchvox administrator through configuring the system to utilize XO s SIP Trunking Service. After you have the XO account

More information

NEC: SIP Trunking Configuration Guide V.1

NEC: SIP Trunking Configuration Guide V.1 NEC: SIP Trunking Configuration Guide V.1 FOR MORE INFO VISIT: CALL US EMAIL US intermedia.net +1.800.379.7729 sales@intermedia.net 2 NEC: SIP Trunking Configuration Guide V.1 TABLE OF CONTENTS Introduction...

More information

Using a Mediatrix Gateway with a 3CX IP PBX

Using a Mediatrix Gateway with a 3CX IP PBX For the Mediatrix C710, C711, and 4102S Revision 01 2017-03-14 Table of Contents Table of Contents Requirements 3 Information to Know Before Starting 4 Configuration on the 3CX Server Side 5 Installing

More information

Welltech proprietary documents. WellGate 3802A and 3804A application Note

Welltech proprietary documents. WellGate 3802A and 3804A application Note WellGate 3802A and 3804A application Note Date: June-01-2007 This application note is given several real application cases which were happened frequently from world wide customers. Welltech will release

More information

Sangoma Vega FXS/2FXO and Elastix Server

Sangoma Vega FXS/2FXO and Elastix Server Sangoma Vega 5000 24FXS/2FXO and Elastix Server Setup Guide http://www.elastix.org 1.0 Setup Diagram Figure 1-1 is a setup diagram for a single Vega 5000 analog gateway configuration. We re going to configure

More information

Application Notes for Configuring the ADTRAN NetVanta UC Server with Avaya IP Office 6.1 Issue 1.0

Application Notes for Configuring the ADTRAN NetVanta UC Server with Avaya IP Office 6.1 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring the ADTRAN NetVanta UC Server with Avaya IP Office 6.1 Issue 1.0 Abstract These Application Notes describe the procedure for

More information

Release Note for TA400/800

Release Note for TA400/800 Version 41.19.0.X Yeastar Information Technology Co. Ltd. ===Firmware Version: V41.19.0.16== Applicable Model: TA400/800 Release Date: November 24, 2015 New Features 1. Added TR-069 feature. 2. Added Distinctive

More information

for VoIP Gateway Series

for VoIP Gateway Series Smart Web Manager for VoIP Gateway Series www.addpac.com AddPac Technology 2010, Sales and Marketing Contents Web Connection Main Page Layout System Configuration Language, WAN Setup, LAN Setup, NAT, NTP,

More information

It's only software. Mark Spencer

It's only software. Mark Spencer It's only software. Mark Spencer Terminology Channel or Circuit 1 standard voice channel is 64kbit/s Like a TV channel, or IRC channel Line Trunk Extension Private Branch Exchange (PBX) Exchange Direct

More information

Figure: ATCOM IPPBX IP04. ATCOM IPPBX IP04 Product Guide Version:

Figure: ATCOM IPPBX IP04. ATCOM IPPBX IP04 Product Guide Version: Figure: ATCOM IPPBX IP04 ATCOM IPPBX IP04 Product Guide Version: 1.0 2010-05-10 Content CONTACT ATCOM... 3 CHAPTER 1 THE INTRODUCTION OF IP04... 4 CHAPTER 2 ACCESS TO THE IP04... 7 2.1 WEB PAGE ACCESS

More information

Configuration guide for Switchvox and Bandwidth.com

Configuration guide for Switchvox and Bandwidth.com Configuration guide for Switchvox and Bandwidth.com This document will guide a Switchvox administrator through configuring the system to utilize bandwidth.com s SIP Trunking Service. After you have the

More information

Configuration guide for Switchvox and NuVox

Configuration guide for Switchvox and NuVox Configuration guide for Switchvox and NuVox This document will guide a Switchvox administrator through configuring the system to utilize NuVox s VoxIP SIP Trunking offering. After you have the NuVox account

More information

Business Communication Manager Release 5.0 Configuration Guide for Skype for SIP R1.3. Issue 1.0

Business Communication Manager Release 5.0 Configuration Guide for Skype for SIP R1.3. Issue 1.0 Avaya BCM Solutions Test Lab Business Communication Manager Release 5.0 Configuration Guide for Skype for SIP R1.3 Issue 1.0 Abstract This document provides guidelines for configuring a SIP Trunk between

More information

Mitel Goal. Prerequisites. Mitel PBX Configuration. SIP Trunking using Optimum Business SIP Trunk Adaptor and the Mitel 5000 IP PBX

Mitel Goal. Prerequisites. Mitel PBX Configuration. SIP Trunking using Optimum Business SIP Trunk Adaptor and the Mitel 5000 IP PBX Mitel 5000 SIP Trunking using Optimum Business SIP Trunk Adaptor and the Mitel 5000 IP PBX Goal The purpose of this configuration guide is to describe the steps needed to configure the Mitel 5000 IP Version

More information

NetVanta 7100 Exercise Basic Installation and Call Handling

NetVanta 7100 Exercise Basic Installation and Call Handling NetVanta 7100 Exercise Basic Installation and Call Handling PSTN FXO 0/1 NetVanta 7100 This exercise begins with the Out of the Box configuration of the NetVanta 7100. You will create two SIP users, a

More information

Application Notes for Configuring Computer Instruments e-ivr, as a SIP endpoint, with Avaya IP Office 500 V2 Issue 1.0

Application Notes for Configuring Computer Instruments e-ivr, as a SIP endpoint, with Avaya IP Office 500 V2 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Computer Instruments e-ivr, as a SIP endpoint, with Avaya IP Office 500 V2 Issue 1.0 Abstract These Application Notes describe

More information

SIP Trunking using Optimum Business SIP Trunk Adaptor and the Nortel BCM50 IP-PBX (Release 5.0)- V

SIP Trunking using Optimum Business SIP Trunk Adaptor and the Nortel BCM50 IP-PBX (Release 5.0)- V NORTEL SIP Trunking using Optimum Business SIP Trunk Adaptor and the Nortel BCM50 IP-PBX (Release 5.0)- V9.0.1.74.660 Goal The purpose of this configuration guide is to describe the steps needed to configure

More information

IPNext 187 Hybrid IP-PBX System High-performance Hybrid IP-PBX Solution

IPNext 187 Hybrid IP-PBX System High-performance Hybrid IP-PBX Solution IPNext 187 Hybrid IP-PBX System High-performance Hybrid IP-PBX Solution IP-PBX Features www.addpac.com AddPac Technology 2011, Sales and Marketing Contents IP-PBX Features Smart Multimedia Manager VoIP

More information

Application Notes for Presence OpenGate with Avaya IP Office 9.0 Issue 1.0

Application Notes for Presence OpenGate with Avaya IP Office 9.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Presence OpenGate with Avaya IP Office 9.0 Issue 1.0 Abstract These Application Notes describe the configuration steps required for Presence

More information

Application Notes for Empix evolve Fax Server with Avaya IP Office Issue 1.0

Application Notes for Empix evolve Fax Server with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Empix evolve Fax Server with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the compliance testing of Empix evolve

More information

USER GUIDE. Alcatel OmniPCX Office OXO-Fusion 360 SIP Trunk Programming Guide 11/07/2017

USER GUIDE. Alcatel OmniPCX Office OXO-Fusion 360 SIP Trunk Programming Guide 11/07/2017 Alcatel OmniPCX Office OXO-Fusion 360 SIP Trunk Programming Guide 11/07/2017 Contents: SIP Trunk Programming Guide Step 1: Gather Information...4 Step 2: OXO Programming...5 Step 3: Network Programming...22

More information

Configuration guide for Switchvox and PAETEC

Configuration guide for Switchvox and PAETEC Configuration guide for Switchvox and PAETEC This document will guide a Switchvox administrator through configuring the system to utilize PAETEC s Genband and LGP platforms. 1 evision 0.1 July 17, 2009

More information

Voxitas SIP Trunk Setup

Voxitas SIP Trunk Setup DSX Voxitas SIP Trunk Setup January 19, 2011 Issue 1.03 NEC Corporation of America 4 Forest Parkway, Shelton, CT 06484 Copyright 2011 NEC Corporation of America 6535 N. State Highway 161 Irving, TX 75039-2402

More information

Application Notes for TelStrat Engage Record Version 3.3 with Avaya Business Communication Manger Release 6.0 VoIP Recording Issue 1.

Application Notes for TelStrat Engage Record Version 3.3 with Avaya Business Communication Manger Release 6.0 VoIP Recording Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for TelStrat Engage Record Version 3.3 with Avaya Business Communication Manger Release 6.0 VoIP Recording Issue 1.0 Abstract These Application

More information

Matrix SETU ATA. VoIP Adaptors with FXO, FXS, GSM Ports and Multiple SIP Accounts

Matrix SETU ATA. VoIP Adaptors with FXO, FXS, GSM Ports and Multiple SIP Accounts Warm Welcome Matrix SETU ATA VoIP Adaptors with FXO, FXS, GSM Ports and Multiple SIP Accounts SETU ATA Presentation Outline Introduction Variants Target Customers Applications Key Features Technical Specifications

More information

Distributed IP-PBX. Tele-convergence of IP-PBX / PSTN / FAX / legacy PABX And Distributed network approach with area isolation

Distributed IP-PBX. Tele-convergence of IP-PBX / PSTN / FAX / legacy PABX And Distributed network approach with area isolation Distributed IP-PBX Tele-convergence of IP-PBX / PSTN / FAX / legacy And Distributed network approach with area isolation AL FARUQ IBNA NAZIM Deputy Manager Corporate Solution Link3 Technologies Ltd. www.link3.net

More information

Version 2.0 1

Version 2.0 1 www.allo.com Version 2.0 1 Copy Right Copyright 2014 allo.com. All rights reserved. No part of this publication may be copied, distributed, transmitted, transcribed, stored in a retrieval system, or translated

More information

Grandstream Networks, Inc. UCM6200 Basic Configuration Guide

Grandstream Networks, Inc. UCM6200 Basic Configuration Guide Grandstream Networks, Inc. Table of Contents OVERVIEW... 4 SETUP GUIDE SCENARIO... 4 QUICK INSTALLATION... 5 Connecting the UCM6200... 5 Access UCM6200 series Web Interface... 5 CREATE USER EXTENSION...

More information

SPA400 Internet Telephony Gateway with 4 FXO Ports

SPA400 Internet Telephony Gateway with 4 FXO Ports SPA400 Internet Telephony Gateway with 4 FXO Ports Administration and Configuration Guide v1.0 Using the SPA400 The SPA400 features the ability to connect up to four (4) standard analog telephones lines

More information

Application Notes for Configuring SIP Trunking between CenturyLink SIP Trunk (Legacy Qwest) Service and Avaya IP Office R8.0 (16) Issue 1.

Application Notes for Configuring SIP Trunking between CenturyLink SIP Trunk (Legacy Qwest) Service and Avaya IP Office R8.0 (16) Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Configuring SIP Trunking between CenturyLink SIP Trunk (Legacy Qwest) Service and Avaya IP Office R8.0 (16) Issue 1.0 Abstract These Application

More information

Grandstream Networks, Inc. UCM6xxx SIP Trunks Guide

Grandstream Networks, Inc. UCM6xxx SIP Trunks Guide Grandstream Networks, Inc. Table of Content INTRODUCTION... 4 REGISTER SIP TRUNKS... 5 Configuration... 5 DID / DOD Configuration... 9 Direct Inward Dialing (DID)... 9 Direct Outward Dialing (DOD)... 10

More information

Analog VoIP Gateway (AA50) Configuration Guide Ascom Freeset IP-DECT System

Analog VoIP Gateway (AA50) Configuration Guide Ascom Freeset IP-DECT System Analog VoIP Gateway (AA50) Configuration Guide Ascom Freeset IP-DECT System Introduction This document outlines the necessary steps and guidelines to optimally integrate the Ascom Freeset IP-DECT System

More information

Grandstream Networks, Inc. Peering HT8XX with GXW410X

Grandstream Networks, Inc. Peering HT8XX with GXW410X Grandstream Networks, Inc. Peering HT8XX with GXW410X Table of Contents OVERVIEW... 3 SCENARIO 1: PEERING ONE HT8XX WITH GXW410X... 4 HT8XX Configuration... 4 GXW410X Configuration... 6 One-To-One mapping...

More information

Welltech WellGate User Manual

Welltech WellGate User Manual Welltech WellGate 2626 An Easy to Use PBX Gateway User Manual Copyright 2009 Welltech Computer Co., Ltd. All right reserved Table of Contents Introduction...2 WellGate 2626 - An Easy to Use PBX Gateway...2

More information

VLAN Configuration. All Mediatrix Products. Revision

VLAN Configuration. All Mediatrix Products. Revision All Mediatrix Products Revision 01 2016-07-19 Table of Contents Table of Contents Information to Know Before Starting 3 Getting Started 4 Logging On to the Mediatrix Unit Web Interface 4 Configuring the

More information

Configure Digium G100 Gateway to operate with UCx

Configure Digium G100 Gateway to operate with UCx Published on Documentation (https://www.emetrotel.com/tsd) Home > Configure Digium G100 Gateway to operate with UCx Configure Digium G100 Gateway to operate with UCx Prerequisites You must be able to login

More information

Internet Telephony PBX System IPX-1800 User s Manual

Internet Telephony PBX System IPX-1800 User s Manual Internet Telephony PBX System IPX-1800 User s Manual 1 of 49 FCC Notice This equipment has been tested and found to comply with the limits for a Class A digital device, pursuant to Part 15 of FCC Rules.

More information

Trunks Module - User Guide

Trunks Module - User Guide Trunks Module - User Guide Overview Logging in Adding a Trunk General Settings Trunk Name Outbound CallerID CID Options Allow Any CID Block Foreign CIDs Remove CNAM Force Trunk CID Maximum Channels Continue

More information

Configuring the DHCP Server

Configuring the DHCP Server For all DGW Platforms v. 2.0.42.768 2018-05-17 Table of Contents Table of Contents DHCP Service Starting the DHCP Server Documentation 5 Copyright Notice 6 DHCP Service The DHCP service allows the Mediatrix

More information