Khomp KGSM-USB SPX and Elastix Server

Size: px
Start display at page:

Download "Khomp KGSM-USB SPX and Elastix Server"

Transcription

1 Khomp KGSM-USB SPX and Elastix Server Setup Guide

2 1.0 Setup Diagram Figure 1-1 is a setup diagram for a single Khomp KGSM-USB SPX Interface Card configuration. Figure 1-1. Setup Diagram 2.0 Host PC Environment Table 2-1. Host Server Environment Details Description Hardware Type Elastix Appliance ELX-Series Hardware Version ELX-3000 Software Type Elastix Software Version Test Setup Equipment Table 3-1. Test Setup Equipment Equipment Model Version IP (SIP) Phone N/A N/A Khomp KGSM-USB SPX asterisk-chan_khomp Switch N/A N/A 2

3 4.0 Setup Procedure To set up the Elastix Server for the Khomp KGSM-USB SPX Interface Card: 1. First go to the Elastix Command Line Interface and install a khomp module for this card. You can use ssh connection or directly from the Elastix Server. Once there, type the following: yum install kernel-module-khomp service asterisk stop /etc/rc.d/init.d/khompdrv service kserver start service asterisk start Figure 4-1. Elastix CLI 2. To see the status of the Khomp KGSM Card enter to Asterisk CLI by typing asterisk r. Once there type khomp channels show (Figure 4-2). Figure 4-2. Asterisk CLI 3. We can see an active channel that is where we placed the SIMCARD in the Khomp KGSM-USB. Close Asterisk CLI by typing exit. 4. Now you need to edit a configuration file to make incoming calls use the PSTN context in Elastix (or any context). In the command line type vim /etc/asterisk/khomp.conf and find the line ;context-gsm-call. Press i key to 3

4 switch to the Vim Edition Mode and erase the semicolon and the current value and replace it by from-pstn (Figure 4-3). Figure 4-3. Editor VIM 5. Press ESC key and type :x followed by ENTER to save changes and exit the Vim Editor. You can close the file without saving changes with :q!. Reload asterisk by typing asterisk rx reload in Elastix CLI (Figure 4-4). Figure 4-4. Reload Asterisk 6. Now, we go to the web address of the Elastix Server Login page. The web address is determined by the customer, for this guide we have used the IP address On the Login page, type the username and password for an administrative user into the Username and Password fields, see Figure 4-5. The username and password are determined by the customer. Figure 4-5. Login 8. Press Enter or click on the Submit button to go to Elastix s Dashboard 9. Once inside, we will create a trunk for outbound calls. Click on the PBX tab on the menu at the top of the screen 4

5 Figure 4-6. PBX 10. Go to Extensions and select Generic SIP Device to create an extension for our IPPhone. In the Add SIP Extension page fill in the following information (Figure 4-7): Add Extension User Extension: (302 in this example) Display name: ( IPPhone in this example) Device Options Secret: ( h7dka3rf9si0t in this example) Figure 4-7. Add SIP Extension 11. Click on Submit located at the end of the page and apply changes. Now, click on Trunks on the left side and select Add Custom Trunk (Figure 4-8). 5

6 Figure 4-8. Trunks 12. On the Add Custom Trunk page, set the following (Figure 4-9). General Settings Trunk Name: ( KhompTrunk in this example) Outgoing Settings Custom Dial String: khomp/b0c0/$outnum$ Figure Click on Submit Changes button located at the end of the page. Go to PBX => PBX Configuration => Outbound Routes. Click on Add Route (Figure 4-10). Set the following: Route Settings Route Name: ( 9_Outside_Test in this example) Dial patterns Prefix: ( 9 in this example) Match pattern: (. in this example) Trunk Sequence for Matched Routes 0: The trunk that we just created ( KhompTrunk in this example) 6

7 Figure Outbound Route 14. Now you can make outbound calls through the SIMCARD calling a telephone number with 9 as prefix. 15. We ll create an incoming route for the calls from any external number to our SIMCARD. We re going to use an IVR for incoming calls. Go to PBX => PBX Configuration => IVR. Click on Add IVR (Figure 4.11). Set the following: Name: Name of IVR (WelcomeIVR in this example) Announcement: Record which will be played for incoming calls. Options: o * - Phone book. o Extension o t - Repeat the options of IVR (Add this option by modifying the IVR after creation) Figure IVR 7

8 16. Click on Save and Apply changes by clicking on the pink ribbon that appears at the top of the page. Now go to PBX => PBX Configuration => Inbound Routes. Click on Add Incoming Route. (Figure 4.12). Set the following: Description: Name of inbound route ( Incoming_Calls in this example) Set destination: Where the call will be routed. ( WelcomeIVR IVR in this example) Figure Incoming Route 17. Click on Submit and apply changes. Now when we receive calls to the SIMCARD the IVR will play to the caller giving him choices to interact with Elastix Server. 18. Configure the IP (SIP) Phone with the correct parameters. 19. To test the configurations, pick up the previously configured IP (SIP) Phone and dial a mobile phone with 9 as prefix. When the call is established, speak into the phone and verify that the mobile phone can hear your voice. Next, from your mobile phone call to the SIMCARD number and when the call is established you should be interacting with the IVR. 8

9 SMS Configuration We can also set SMS functions for Khomp KGSM-USB. 1. For sending SMS from the SIMCARD, edit the /etc/asterisk/extensions_custom.conf (Figure 4-11). Inside the [from-internalcustom] context, add the line: include => sms-out sms-out is a name that can be defined by the user. Add the context: [sms-out] exten => 700,1,KSendSMS(b0c Testing SMS.) exten => 700,n,Hangup() 700: Extension we have to dial in order to send the message b0c0: The zeros in b0c0 represent the number of the board/card and the number of the channel/module where the SIM card you want to use is located respectively : The mobile phone number that will receive SMS Testing SMS: The message content you want to send. 2. When finish, reload asterisk by typing asterisk rx reload in the Elastix CLI. You can also use the Asterisk CLI to send a message. Use the following command: khomp sms b0c "Your message here" 3. Now, for receiving SMS to the SIMCARD from any mobile phone, edit the /etc/asterisk/extensions_custom.conf (Figure 4-13). Inside the [from-internalcustom] context, add the line: include => khomp-sms The first two zeros (00) define the board/card you want to create the context for. The second two zeros (00) will define which GSM Module (on the card) you want to create the context for. Since in this configuration only one card is used it is allocated the 00 position, and the SIMCARD is located in the first position (00). Add the context: [khomp-sms-00-00] exten => s,1,system(${ksmsfrom} ${KSmsBody}) 9

10 KSmsFrom and KSmsBody are variables available for processing of SMS, they contain the Sender and Content of the text message respectively. Figure When finish, restart asterisk service by typing service asterisk restart in the Elastix CLI. 5. To test the SMS sending, pick up your IPPhone and dial 700. After finish the call you will receive a message in the cell phone in the next seconds. To test the SMS receiving, enter to Asterisk CLI with the command asterisk -r in Elastix CLI, and send a message from any cell phone to the SIMCARD number. In the next seconds you will see something like figure Figure 4-14 NOTE: If at any time you want to remove or stop using a Khomp card, be sure to first edit the file: /etc/asterisk/modules.conf by adding the line: "noload => chan_khomp.so" in its [modules], otherwise the asterisk process will not be able to start properly. 10

Allo PRI Gateway and Elastix Server

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

More information

Atcom MP01 and Elastix Server

Atcom MP01 and Elastix Server Atcom MP01 and Elastix Server Setup Guide http://www.elastix.org 1.0 Setup Diagram This is a setup diagram for a mesh network of Atcom MP01 configuration. When everything is configured we ll be able to

More information

Snom 720 and Elastix Server

Snom 720 and Elastix Server Snom 720 and Elastix Server Setup Guide http://www.elastix.org 1.0 Setup Diagram Figure 1-1 is a setup diagram for a single IP Phone Snom 720 configuration. The phone is setup as a SIP telephony device.

More information

VoIP Intercom and Elastix Server

VoIP Intercom and Elastix Server VoIP Intercom and Elastix Server Setup Guide http://www.elastix.org 1.0 Setup Diagram Figure 1-1 is a setup diagram for a single VoIP Intercom configuration. In this configuration, the VoIP Intercom acts

More information

SIP Trunking with Elastix. Configuration Guide for Matrix SETU VTEP

SIP Trunking with Elastix. Configuration Guide for Matrix SETU VTEP SIP Trunking with Elastix Configuration Guide for Matrix SETU VTEP Contents Setup Diagram 3 SIP Trunk Configuration in Elastix for SETU VTEP 4 Outgoing Call configuration in Elastix 7 Incoming call configuration

More information

Elastix Server VoIP Intercom Setup Guide

Elastix Server VoIP Intercom Setup Guide The IP Endpoint Company Elastix Server VoIP Intercom Setup Guide CyberData Corporation 2555 Garden Road Monterey, CA 93940 T:831-373-2601 F: 831-373-4193 www.cyberdata.net 2 1.0 Setup Diagram Figure 1

More information

SIP Trunk Configuration for Broadvox

SIP Trunk Configuration for Broadvox Document version: 1.0 Modification date: December 09, 2009 Prerequisites The Broadvox customer service provides the following communication parameters: Parameter Example Explanation BTN & Username: 4801234560

More information

SIP Trunk Configuration for nexvortex

SIP Trunk Configuration for nexvortex SIP Trunk Configuration for nexvortex Document version: 1.0 Modification date: June 25, 2013 Prerequisites The nexvortex customer service provides the following communication parameters: Parameter Example

More information

DINSTAR DAG1000-4S4O with Elastix Setup Guide

DINSTAR DAG1000-4S4O with Elastix Setup Guide DINSTAR DAG1000-4S4O with Elastix Setup Guide Shenzhen Dinstar Technologies Co., Ltd. Address: Floor 6, Guoxing Building, Changxing Road, Nanshan District, Shenzhen, China 518057 Telephone: +86 755 2645

More information

Configuring Elastix 2.0.0 57 for Spitfire SIP Trunks

Configuring Elastix 2.0.0 57 for Spitfire SIP Trunks Configuring Elastix 2.0.0 57 for Spitfire SIP Trunks This document is a guideline for configuring Spitfire SIP trunks onto Elastix 2.0.0 and includes the settings required for Inbound DDI routing and Outbound

More information

OpenVox GSM Gateway Function Manual

OpenVox GSM Gateway Function Manual Rev: 1.0 Date: April 15, 2014 From: OpenVox support group Contact info: support@openvox.cn OpenVox GSM Gateway Function Manual OpenVox VoxStack GSM Gateway is a feature-rich, highly available and flexible

More information

A Guide to Connecting to FreePBX

A Guide to Connecting to FreePBX A Guide to Connecting to FreePBX FreePBX is a basic web Graphical User Interface that manages Asterisk PBX. It includes many features available in other PBX systems such as voice mail, conference calling,

More information

Configuring Positron s V114 as a VoIP gateway for a 3cx system

Configuring Positron s V114 as a VoIP gateway for a 3cx system Assumptions: Configuring Positron s V114 as a VoIP gateway for a 3cx system The IP address of the V114 is 192.168.1.2 The IP address of the 3CX PBX System is 192.168.1.110 3CX already has some IP phones

More information

NexeTalk Telephone Interconnect

NexeTalk Telephone Interconnect NexeTalk Telephone Interconnect NexeTalk Telephone Interconnect User Guide August 01, 2014 1 Introduction NexeTalk Telephone Interconnect NexeTalk Telephone Interconnect is an integral part of NexeTalk

More information

How to Configure MTG200 with FreePBX

How to Configure MTG200 with FreePBX How to Configure MTG200 with FreePBX A. FreePBX Setup Procedure To setup the FreePBX sever for Dinstar MTG200 A1. Login the FreePBX Open the web of the FreePBX server with its IP address, the IP is assigned

More information

Using the GS8 Modular Gateway with Asterisk

Using the GS8 Modular Gateway with Asterisk Zed-3 501 Valley Way Milpitas CA 95035 Using the GS8 Modular Gateway with Asterisk Application note, 96-90002-02, May 2008 USA Voice: +1-408-587-9333 Fax: +1-408-586-9038 www.zed-3.com This document is

More information

How to Config MTG1000B With T1 and Elastix

How to Config MTG1000B With T1 and Elastix How to Config MTG1000B With T1 and Elastix Dinstar Technologies Co., Ltd. Address: Floor 6, Guoxing Building, Changxing Road, Nanshan District, Shenzhen, China 518052 Telephone: +86-755-26456664 Fax: +86-755-26456659

More information

Setup Guide: on the MyNetFone Service. Revision History

Setup Guide: on the MyNetFone Service. Revision History Setup Guide: on the MyNetFone Service Revision History Version Author Revision Description Release Date 1.0 Sampson So Initial Draft 02/01/2008 2.0 Sampson So Update 27/09/2011 1 Table of Contents Introduction...

More information

Mediatrix 3000 with Asterisk June 22, 2011

Mediatrix 3000 with Asterisk June 22, 2011 Mediatrix 3000 with Asterisk June 22, 2011 Proprietary 2011 Media5 Corporation Table of Contents Introduction... 3 Network Topology... 3 Equipment Detail... 3 Configuration of the Fax Extension... 4 Configuration

More information

Integrating VoIP Phones and IP PBX s with VidyoGateway

Integrating VoIP Phones and IP PBX s with VidyoGateway Integrating VoIP Phones and IP PBX s with VidyoGateway Updated February 2011 INDEX: I. ABSTRACT.1 II. III. IV. VIDYOGATEWAY OVERVIEW.. 1 NETWORK TOPOLOGIES AND DEFINITIONS...2 CONNECTING TO VIDYOCONFERENCES

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide MegaPBX Version 2.1 Quick Installation Guide v2.1 www.allo.com 2 Table of Contents Initial Setup of MegaPBX... 4 Notification LEDs (On the Front Panel of the Gateway)... 5 Create

More information

3CX Guide sip.orbtalk.co.uk

3CX Guide sip.orbtalk.co.uk 3CX Guide sip.orbtalk.co.uk Table of Contents 1. Outbound Dialling 2. Inbound Routing 3. Outbound CLI 4. Additional Network Configuration 1. Outbound dialling: The Customer will have been provided with

More information

Application Notes for Configuring QuesCom 400 IP/GSM Gateway with Avaya IP Office using H.323 trunks Issue 1.0

Application Notes for Configuring QuesCom 400 IP/GSM Gateway with Avaya IP Office using H.323 trunks Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring QuesCom 400 IP/GSM Gateway with Avaya IP Office using H.323 trunks Issue 1.0 Abstract These Application Notes describe the configuration

More information

Optimum Business SIP Trunk Set-up Guide

Optimum Business SIP Trunk Set-up Guide Optimum Business SIP Trunk Set-up Guide For use with IP PBX only. SIPSetup 07.13 FOR USE WITH IP PBX ONLY Important: If your PBX is configured to use a PRI connection, do not use this guide. If you need

More information

BEAM Click-to-Dial Setup Guide

BEAM Click-to-Dial Setup Guide BEAM Click-to-Dial Setup Guide Natural Convergence (Vaspian) Click-to-Dial Configuration From the BEAM navigation bar click on General Settings. Then click on the Click-to-Dial tab from the Organization

More information

IP-PBX Quick Start Guide

IP-PBX Quick Start Guide IP-PBX Quick Start Guide Introduce... 3 Configure and set up the IP-PBX... 4 How to change the IP address... 7 Set up extensions and make internal calls... 8 How to make calls via the FXO port... 10 How

More information

VoIPon www.voipon.co.uk sales@voipon.co.uk Tel: +44 (0)1245 808195 Fax: +44 (0)1245 808299

VoIPon www.voipon.co.uk sales@voipon.co.uk Tel: +44 (0)1245 808195 Fax: +44 (0)1245 808299 VoiceGear/3CX Integration Guide Ver.0.1 Page 2 1. OVERVIEW... 3 1.1 SETTING UP 3CX PBX...4 1.2 SETTING UP VOICEGEAR GATEWAY...5 2. VOICEGEAR-3CX SIP INTEGRATION... 6 2.1 3CX CONFIGURATION...7 2.2 VOICEGEAR

More information

How to Connect MyPBX to NeoGate TG via SIP Trunking

How to Connect MyPBX to NeoGate TG via SIP Trunking How to Connect MyPBX to NeoGate TG via SIP Trunking Version: 1.0 Yeastar Technology Co., Ltd. Date: 2013.11.16 http://www.yeastar.com 1/11 Contents: 1. Introduction... 3 2. Connect MyPBX to NeoGate TG...

More information

Quick Start Guide v1.0

Quick Start Guide v1.0 Quick Start Guide v1.0 Table of contents : 01. Quick Start Guide...03 O2. Configuring your VoIPOffice appliance...14 03. Adding a VoIPtalk trunk...21 04. Configuring UADs for use with VoIPOffice...25 05.

More information

Motorola TEAM WS M Configuring Asterisk PBX Integration

Motorola TEAM WS M Configuring Asterisk PBX Integration Motorola TEAM WS M Configuring Asterisk PBX Integration Objective The purpose of this document is to provide a guideline on how to configure the WSM/TEAM software as well as an Asterisk-based PBX in order

More information

How to extend Skype to MyPBX

How to extend Skype to MyPBX How to extend Skype to MyPBX 1. Activate Skype for SIP on Skype... 2 1.1 Register for Skype Manager... 2 1.2 Create a SIP Profile and buy a Channel Subscription... 2 1.3 Allocate Skype Credit to the SIP

More information

SITRANS RD500 Configuring the RD500 with PSTN or GSM modems and Windows-based servers and clients for communication Objective:

SITRANS RD500 Configuring the RD500 with PSTN or GSM modems and Windows-based servers and clients for communication Objective: AG041410 SITRANS RD500 Configuring the RD500 with PSTN or GSM modems and Windows-based servers and clients for communication Objective: Determine how to configure the RD500 and your PSTN or GSM modem APPLICATION

More information

TECH ARTICLE Date: 03/04/08

TECH ARTICLE Date: 03/04/08 TechnicalArticle.doc Version1.0 23/10/07 TECH ARTICLE Date: 03/04/08 Topic / Issue: Written By: Configuring ISDN Settings on Quadro PBX Chris Pulsford This document describes the configuration of the ISDN

More information

Configuration guide on common features of OM20 with NeeHau APP

Configuration guide on common features of OM20 with NeeHau APP Configuration guide on common features of OM20 with NeeHau APP Part 1: OM20 OM20 is a full-featured IP-Telephony system with 20 extensions, providing features such as auto-attendant, mobile extension,

More information

Using FreePBX with Twilio Elastic SIP Trunking

Using FreePBX with Twilio Elastic SIP Trunking Using FreePBX with Twilio Elastic SIP Trunking FreePBX works great with Twilio! We support it, it is what many of us use. There are a few tricks, especially for Origination, that are documented here, that

More information

SIP Trunking using Optimum Business SIP Trunk Adaptor and the Cisco Call Manager Express Version 8.5

SIP Trunking using Optimum Business SIP Trunk Adaptor and the Cisco Call Manager Express Version 8.5 CISCO SIP Trunking using Optimum Business SIP Trunk Adaptor and the Cisco Call Manager Express Version 8.5 Goal The purpose of this configuration guide is to describe the steps needed to configure the

More information

Integrating Asterisk FreePBX with Lync Server 2010

Integrating Asterisk FreePBX with Lync Server 2010 1 Integrating Asterisk FreePBX with Lync Server 2010 Author: Baaskar R 1 www.baaskarcharles.com 2 Integrating Asterisk FreePBX with Lync Server 2010... 1 AsteriskNow package Source... 3 Installing AsteriskNow...

More information

SIP Trunking using the Optimum Business SIP Trunk Adaptor and the FortiVoice IP-PBX

SIP Trunking using the Optimum Business SIP Trunk Adaptor and the FortiVoice IP-PBX SIP Trunking using the Optimum Business SIP Trunk Adaptor and the FortiVoice IP-PBX 1 Table of Contents 1. Overview 3 2. Prerequisites 3 3. FortiVoice Configuration 3 3.1 Global Settings 4 3.2 SIP Registration

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide PRI Gateway Version 2.4 Table of Contents Hardware Setup... 1 Accessing the WEB GUI... 2 Notification LEDs (On the Front Panel of the Gateway)... 3 Creating SIP Trunks... 4 Creating

More information

Ivy migration guide Getting from Dashboard to Ivy

Ivy migration guide Getting from Dashboard to Ivy Ivy migration guide Getting from Dashboard to Ivy Document history Revision Author Date Initial April Jones 2015-05-07 Rev. 1 April Jones 2015-05-14 About this guide Teliax is pleased to introduce the

More information

Fonality. Optimum Business Trunking and the Fonality Trixbox Pro IP PBX Standard Edition V4.1.2- p13 Configuration Guide

Fonality. Optimum Business Trunking and the Fonality Trixbox Pro IP PBX Standard Edition V4.1.2- p13 Configuration Guide Fonality Optimum Business Trunking and the Fonality Trixbox Pro IP PBX Standard Edition V4.1.2- p13 Configuration Guide Fonality Table of Contents 1. Overview 2. SIP Trunk Adaptor Set-up Instructions 3.

More information

Knowledgebase Solution

Knowledgebase Solution Knowledgebase Solution Updated: 2/27/2014 Configuring an EdgeMarc for SIP trunking with an IP PBX This document describes the steps needed to configure an IP PBX behind the EdgeMarc which is pointing to

More information

Grandstream Networks, Inc. UCM6510 Basic Configuration Guide

Grandstream Networks, Inc. UCM6510 Basic Configuration Guide Grandstream Networks, Inc. UCM6510 Basic Configuration Guide Index Table of Contents OVERVIEW... 4 SETUP ENVIRONMENT... 5 QUICK INSTALLATION... 6 CONNECT UCM6510... 6 ACCESS UCM6510 WEB INTERFACE... 6

More information

Cisco Unified Communications Manager SIP Trunk Configuration Guide for the VIP-821, VIP-822 and VIP-824

Cisco Unified Communications Manager SIP Trunk Configuration Guide for the VIP-821, VIP-822 and VIP-824 Valcom Network Trunk Ports, models, are compatible with Cisco Unified Communications Manager as either a Third-party SIP Device (Basic or Advanced) or as a SIP Trunk. To preserve the Caller ID information

More information

Sending and Receiving a FAX edgebox V4.5

Sending and Receiving a FAX edgebox V4.5 intelligence at the edge of the network www.critical-links.com Sending and Receiving a FAX edgebox V4.5 Sending and Receiving a FAX (revision 1.3) Page 1 1. Introduction With the introduction of edgebox

More information

SIP Trunking using Optimum Business SIP Trunk Adaptor and the Allworx 6x IP PBX 7.1.6.1

SIP Trunking using Optimum Business SIP Trunk Adaptor and the Allworx 6x IP PBX 7.1.6.1 ALLWORX SIP Trunking using Optimum Business SIP Trunk Adaptor and the Allworx 6x IP PBX 7.1.6.1 Goal The purpose of this configuration guide is to describe the steps needed to configure the Allworx 6x

More information

Micronet VoIP Solution with Asterisk

Micronet VoIP Solution with Asterisk Application Note Micronet VoIP Solution with Asterisk 1. Introduction This is the document for the applications between Micronet units and Asterisk IP PBX. It will show you some basic configurations in

More information

How to Connect MyPBX to Skype

How to Connect MyPBX to Skype Version: 2.0 Yeastar Technology Co., Ltd. Date: 2014.11.20 Table of Contents About This Guide... 3 1. Register Skype SIP Trunk on MyPBX... 4 2. Configure MyPBX with Inbound Calling... 7 2.1 Receive Incoming

More information

Step into the next level of office communication

Step into the next level of office communication Step into the next level of office communication Agenda ConVox Hosted IP-PBX Hosted IP-PBX v/s PBX comparison Setup comparison Comprehensive Features Admin Features Screen shot Summary of benefit comparison

More information

MDS Amiba Cloud PBX. Getting Started

MDS Amiba Cloud PBX. Getting Started Getting Started Specifications are subject to change without notice. This documentation refers to: Software version 14.119 or higher for the MDS Amiba Cloud PBX system Software version 20.044 or higher

More information

Grandstream Networks, Inc.

Grandstream Networks, Inc. Grandstream Networks, Inc. UCM6100 Basic Configuration Guide Grandstream Networks, Inc. www.grandstream.com TABLE OF CONTENTS OVERIEW... 4 SETUP GUIDE SCENARIO... 4 QUICK INSTALLATION... 5 Connecting the

More information

Configuring Quadro IP PBXs with "SIP Connect"

Configuring Quadro IP PBXs with SIP Connect Configuring Quadro IP PBXs with "SIP Connect" Revision: 1.0 Abstract: This document describes how to configure the Quadro IP PBXs to use the IP-PSTN service from SIP Connect PAGE 1 Document Revision History

More information

Quick Configuration Guide 61200268L1-42.1B January 2009

Quick Configuration Guide 61200268L1-42.1B January 2009 MENU OK CANCEL 1 2 3 4 5 6 7 8 9 * 0 # MENU MENU OK CANCEL CANCEL 1 2 3 4 5 6 7 8 9 * 0 # MENU OK CANCEL CANCEL 1 2 3 4 5 6 7 8 9 * 0 # MENU OK CANCEL CANCEL 1 2 3 4 5 6 7 8 9 * 0 # MENU OK CANCEL 1 2

More information

Device SIP Trunking Administrator Manual

Device SIP Trunking Administrator Manual Table of Contents Device SIP Trunking Administrator Manual Version 20090401 Table of Contents... 1 Your SIP Trunking Service... 2 Terminology and Definitions... 2 PBX, IP-PBX or Key System... 2 Multi-port

More information

RiOffice Users Manual

RiOffice Users Manual RiOffice Users Manual Rio Networks 9/23/2009 Contents Available Services... 4 Core PBX Features... 4 Voicemail Features... 4 Call Center Features... 4 Call Features... 4 Using Your Phone... 5 Phone Layout...

More information

Link Gate SIP. (Firmware version 1.20)

Link Gate SIP. (Firmware version 1.20) Link Gate SIP (Firmware version 1.20) User guide v1.0 1 Content 2 1. Technical parameters - Dimensions 133 x 233 x 60 mm - Weight 850 g - Operating position various - Operating condition temperature: +5

More information

QueueMetrics Icon WebRTC Agent Page Integration with Elastix guide

QueueMetrics Icon WebRTC Agent Page Integration with Elastix guide QueueMetrics Icon WebRTC Agent Page Integration with Elastix guide Discover with this step-by-step guide how to integrate Icon, the brand new QueueMetrics agent page with Elastix, the open source communications

More information

Application Notes for Configuring 911 Enable Emergency Routing Service with Avaya IP Office - Issue 1.0

Application Notes for Configuring 911 Enable Emergency Routing Service with Avaya IP Office - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring 911 Enable Emergency Routing Service with Avaya IP Office - Issue 1.0 Abstract These Application Notes describe the procedures

More information

SETTING UP VIRTUAL FAX

SETTING UP VIRTUAL FAX SETTING UP VIRTUAL FAX Before setting up Fax over IP, I suggest that we should read this: http://www.softswitch.org/foip.html and : http://www.voip-info.org/wiki-asterisk+fax While sending and/or receiving

More information

Dinstar GSM VoIP Gateway Interoperability Guide. DWG and 3CX System

Dinstar GSM VoIP Gateway Interoperability Guide. DWG and 3CX System Dinstar GSM VoIP Gateway Interoperability Guide DWG and 3CX System Shenzhen Dinstar Technologies Co., Ltd. Address: Floor 6, Guoxing Building, Changxing Road, Nanshan District, Shenzhen, China 518052 Telephone:

More information

Configuring 3CX for Spitfire SIP Trunks

Configuring 3CX for Spitfire SIP Trunks Configuring 3CX for Spitfire SIP Trunks This document is a guideline for configuring Spitfire SIP trunks onto a 3CX which includes the settings required for Inbound DDI routing and Outbound CLI presentation.

More information

3CX PBX v12.5. SIP Trunking using the Optimum Business Sip Trunk Adaptor and the 3CX PBX v12.5

3CX PBX v12.5. SIP Trunking using the Optimum Business Sip Trunk Adaptor and the 3CX PBX v12.5 SIP Trunking using the Optimum Business Sip Trunk Adaptor and the 3CX PBX v12.5 Table of Contents 1. Overview 3 2. Prerequisites 3 3. PBX Configuration 3 4. Creating Extensions 4 5. VoIP Provider Setup

More information

Avaya IP Office 8.1 Configuration Guide

Avaya IP Office 8.1 Configuration Guide Avaya IP Office 8.1 Configuration Guide Performed By tekvizion PVS, Inc. Contact: 214-242-5900 www.tekvizion.com Revision: 1.1 Date: 10/14/2013 Copyright 2013 by tekvizion PVS, Inc. All Rights Reserved.

More information

VoIP Intercom with Allworx 6x Server Setup Guide

VoIP Intercom with Allworx 6x Server Setup Guide VoIP Intercom with Allworx 6x Server Setup Guide CyberData Corporation 2555 Garden Road Monterey, CA 93940 T:831-373-2601 F: 831-373-4193 www.cyberdata.net 2 1.0 Setup Diagram Figure 1-1 is a setup diagram

More information

Asterisk SIP Trunk Settings - Vestalink

Asterisk SIP Trunk Settings - Vestalink Asterisk SIP Trunk Settings - Vestalink Vestalink is a new SIP trunk provider that has sprung up as a replacement for Google Voice trunking within Asterisk servers. They offer a very attractive pricing

More information

SIP Trunking using the Optimum Business SIP Trunk adaptor and the AltiGen Max1000 IP PBX version 6.7

SIP Trunking using the Optimum Business SIP Trunk adaptor and the AltiGen Max1000 IP PBX version 6.7 SIP Trunking using the Optimum Business SIP Trunk adaptor and the AltiGen Max1000 IP PBX version 6.7 Goal The purpose of this configuration guide is to describe the steps needed to configure the AltiGen

More information

SIP Trunking using Optimum Business SIP Trunk Adaptor and ShoreTel IP PBX Phone System

SIP Trunking using Optimum Business SIP Trunk Adaptor and ShoreTel IP PBX Phone System SHORETEL SIP Trunking using Optimum Business SIP Trunk Adaptor and ShoreTel IP PBX Phone System Goal The purpose of this configuration guide is to describe the steps needed to configure the ShoreTel IP

More information

How to setup Mobility Extension on the 2N OfficeRoute and 2N VoiceBlue Enterprise

How to setup Mobility Extension on the 2N OfficeRoute and 2N VoiceBlue Enterprise How to setup Mobility Extension on the 2N OfficeRoute and 2N VoiceBlue Enterprise This is the manual for a firmware version 2.2.9 Our scenario: 1. Firstly you need to set up the IP address of the OfficeRoute

More information

Configuration Notes 0217

Configuration Notes 0217 PBX Remote Line Extension using Mediatrix 1104 and 1204 Introduction... 2 Application Scenario... 2 Running the Unit Manager Network (UMN) Software... 3 Configuring the Mediatrix 1104... 6 Configuring

More information

Connecting with Vonage

Connecting with Vonage Connecting with Vonage Vonage (http://www.vonage.com/) offers telephone service using the VoIP (Voice over Internet Protocol) standard SIP (Session Initiation Protocol). The service allow users making

More information

NetVanta 7100 Exercise Service Provider SIP Trunk

NetVanta 7100 Exercise Service Provider SIP Trunk NetVanta 7100 Exercise Service Provider SIP Trunk PSTN NetVanta 7100 FXS 0/1 x2001 SIP Eth 0/0 x2004 SIP Server 172.23.102.87 Hosted by x2003 www.voxitas.com In this exercise, you will create a SIP trunk

More information

Positron G-320 Business Phone System Setup Guide

Positron G-320 Business Phone System Setup Guide Positron G-320 Business Phone System Setup Guide 5101 Buchan Street, Suite 200 Montreal, Quebec H4P 2R9 Phone: (514)-345-2220 Support: (514)-664-4719 July 2011 Steps Once your Positron G-320 unit hardware

More information

SIP Trunking using the EdgeMarc Network Services Gateway and the Mitel 3300 ICP IP-PBX

SIP Trunking using the EdgeMarc Network Services Gateway and the Mitel 3300 ICP IP-PBX June 26th, 2014 SIP Trunking using the EdgeMarc Network Services Gateway and the Mitel 3300 ICP IP-PBX Page 1 of 30 Table of Contents 1 Overview... 3 2 Prerequisites... 3 3 Network Topology... 4 4 Description

More information

Motorola TEAM WSM - Cisco Unified Communications Manager Integration

Motorola TEAM WSM - Cisco Unified Communications Manager Integration Motorola TEAM WSM - Cisco Unified Communications Manager Integration Summary This setup covers the of the TEAM VoWLAN solution with a Cisco Unified Communications Manager 7.1.2. This integration will be

More information

This document is an application note for connecting the GS8 modular gateway with Zed-3 SE family IP PBX.

This document is an application note for connecting the GS8 modular gateway with Zed-3 SE family IP PBX. Zed-3 501 Valley Way Milpitas CA 95035 USA GS8 Modular Gateway Connecting to the SE Family IP PBX Voice: +1-408-587-9333 Fax: +1-408-586-9038 www.zed-3.com Application note, 96-90000-00, July 2008 This

More information

How to set up calls from OmegaLite VoIP module to GSM/PSTN

How to set up calls from OmegaLite VoIP module to GSM/PSTN How to set up calls from OmegaLite VoIP module to GSM/PSTN Presumptions in this tutorial: 1. You want to make a call to GSM/PSTN number over the GSM module or CO line in the basic part of OmegaLite/Omega48.

More information

Cisco Unified Communications Manager SIP Trunk Configuration Guide

Cisco Unified Communications Manager SIP Trunk Configuration Guide Valcom PagePro SIP (Session Initiation Protocol) Paging Servers, models VIP-201 and VIP-204, are compatible with Cisco Unified Communications Manager as either a Third-party SIP Device (Basic or Advanced)

More information

3COM VCX PBX Server VoIP Intercom Setup Guide

3COM VCX PBX Server VoIP Intercom Setup Guide 3COM VCX PBX Server VoIP Intercom Setup Guide CyberData Corporation 2555 Garden Road Monterey, CA 93940 T:831-373-2601 F: 831-373-4193 www.cyberdata.net 2 1.0 Setup Diagram Figure 1 is a setup diagram

More information

AudioCodes Mediant 1000 Configuration Guide

AudioCodes Mediant 1000 Configuration Guide AudioCodes Mediant 1000 Configuration Guide 2010 FaxBack, Inc. All Rights Reserved. NET SatisFAXtion and other FaxBack products, brands and trademarks are property of FaxBack, Inc. Other products, brands

More information

2N NetStar. 2N NetStar as a PBX Booster. Quick guide. www.2n.cz. Version 1.00

2N NetStar. 2N NetStar as a PBX Booster. Quick guide. www.2n.cz. Version 1.00 2N NetStar 2N NetStar as a PBX Booster Quick guide Version 1.00 www.2n.cz How to set up 2N NetStar as a PBX booster? This how to manual will help you to set up 2N NetStar as a PBX booster. NetStar is connected

More information

Our unique Management portal makes setting up and maintaining your phone system easy, and with just a click of a button.

Our unique Management portal makes setting up and maintaining your phone system easy, and with just a click of a button. 1 Table of Contents Overview 3 User Portal 4 Administration Portal 4 Parking a Call 5 Transfer a Call 5 Voice mail 6 Do not Disturb 6 Sound Clips 7 Music on Hold 7 Faxing (Virtual Fax Machine 8 Changing

More information

Internet Telephony PBX System

Internet Telephony PBX System Internet Telephony PBX System T1/E1 Gateway With IP PBX Application Copyright PLANET Technology Corporation. All rights reserved. Case 35: With IP PBX Application Head Office E1 PABX interconnect with

More information

How to set fax using Dinstar s gateway and 3CX

How to set fax using Dinstar s gateway and 3CX How to set fax using Dinstar s gateway and 3CX Dinstar Technologies Co., Ltd. Address: Floor 6 Guoxing Building Changxing Road Nanshan District Shenzhen China 518057 Telephone: 86-755-26456664 Fax: 86-755-26456659

More information

Integrating Citrix EasyCall Gateway with SwyxWare

Integrating Citrix EasyCall Gateway with SwyxWare Integrating Citrix EasyCall Gateway with SwyxWare The EasyCall Gateway has been tested for interoperability with Swyx SwyxWare, versions 6.12 and 6.20. These integration tests were done by using EasyCall

More information

1 VoIP/PBX Axxess Server

1 VoIP/PBX Axxess Server - 1 1 VoIP/PBX Axxess Server The Axxess Server supports comprehensive Voice Over Internet Protocol network services, which are based on the Open Source Asterisk VoIP software. The Axxess Server VoIP telephony

More information

Using CounterPath X-Lite with Virtual PBX - PC

Using CounterPath X-Lite with Virtual PBX - PC Using CounterPath X-Lite with Virtual PBX - PC Installing X-Lite - Exit any software applications that use sound such as CD and media players. - Run the setup executable file. - Follow the prompts offered

More information

IPPBX FAQ. For Firmware Version: V2.0/V3.0 2013-12-11

IPPBX FAQ. For Firmware Version: V2.0/V3.0 2013-12-11 For Firmware Version: V2.0/V3.0 2013-12-11 Contents 1. IPPBX Access... 3 1.1 How to access IPPBX via SSH?... 3 1.2 How to access IPPBX if I forget the IP of WAN?... 4 1.3 How to retrieve WEB password via

More information

Introduction...3. The Integrations Section...4. Create a New Integration...5. Create a New Trigger...6. Custom fields...11. Custom Variables...

Introduction...3. The Integrations Section...4. Create a New Integration...5. Create a New Trigger...6. Custom fields...11. Custom Variables... Index Introduction...3 The Integrations Section...4 Create a New Integration...5 Create a New Trigger...6 Hints...10 Custom fields...11 Custom Variables...14 Outbound CTI Integration...16 Troubleshooting...17

More information

VoIP Ceiling Speaker with Allworx 6x Server Setup Guide

VoIP Ceiling Speaker with Allworx 6x Server Setup Guide VoIP Ceiling Speaker with Allworx 6x Server Setup Guide CyberData Corporation 2555 Garden Road Monterey, CA 93940 T:831-373-2601 F: 831-373-4193 www.cyberdata.net 2 1.0 Setup Diagram Figure 1-1 is a setup

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide PSTN / VoIP PBX Version 2.1 Table of Contents Hardware Setup... 1 Notification LEDs (On the Front Panel of the Gateway)... 2 PSTN/VOIP PBX Quick Installation Wizard... 3 Accessing

More information

Table of Contents GETTING STARTED... 3. Enter Password Dialog...3 Using Online Help...3 System Configuration Menu...4

Table of Contents GETTING STARTED... 3. Enter Password Dialog...3 Using Online Help...3 System Configuration Menu...4 Table of Contents DV2000 Configuration - Service Release 3.0 GETTING STARTED... 3 Enter Password Dialog...3 Using Online Help...3 System Configuration Menu...4 SYSTEM CONFIGURATION OVERVIEW... 5 Using

More information

Application Notes for Multi-Tech FaxFinder IP with Avaya IP Office Issue 1.0

Application Notes for Multi-Tech FaxFinder IP with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Multi-Tech FaxFinder IP with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the configuration steps required to integrate

More information

Peer-to-Peer SIP Mode with FXS and FXO Gateways

Peer-to-Peer SIP Mode with FXS and FXO Gateways Peer-to-Peer SIP Mode with FXS and FXO Gateways New Rock s SIP based VoIP gateways with FXS and FXO ports support peer-to-peer mode which has many applications in deploying enterprise multi-site telephone

More information

Evolution PBX User Guide for SIP Generic Devices

Evolution PBX User Guide for SIP Generic Devices Evolution PBX User Guide for SIP Generic Devices Table of contents Introduction... 1 Voicemail... Using Voicemail... Voicemail Menu... Voicemail to Email... 3 Voicemail Web Interface... 4 Find Me Rules...

More information

ACCELERATOR 6.3 ASTERISK 1.4 INTEGRATION GUIDE

ACCELERATOR 6.3 ASTERISK 1.4 INTEGRATION GUIDE ACCELERATOR 6.3 ASTERISK 1.4 INTEGRATION GUIDE October 2014 Tango Networks, Inc. phone: +1 469-229-6000 3801 Parkwood Blvd, Suite 500 fax: +1 469-467-9840 Frisco, Texas 75034 USA www.tango-networks.com

More information

Application Notes for MultiTech FaxFinder FFx40 Software version 1.1.8 with Avaya IP Office 8.0 Issue 1.0

Application Notes for MultiTech FaxFinder FFx40 Software version 1.1.8 with Avaya IP Office 8.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for MultiTech FaxFinder FFx40 Software version 1.1.8 with Avaya IP Office 8.0 Issue 1.0 Abstract These Application Notes describe the configuration

More information

Application Notes for Resource Software International Revolution Web Call Accounting with Avaya Quick Edition Issue 1.0

Application Notes for Resource Software International Revolution Web Call Accounting with Avaya Quick Edition Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Resource Software International Revolution Web Call Accounting with Avaya Quick Edition Issue 1.0 Abstract These Application Notes describe

More information

MyPBX Client User Manual

MyPBX Client User Manual MyPBX Client User Manual Version 1.0.0.4 Yeastar Information Technology Co. Ltd Table of Contents PART 1 HOW TO ACTIVATE MYPBX CLIENT ADDON... 4 1 ACTIVATE MYPBX CLIENT ADDON... 4 2 MYPBX CLIENT ADDON

More information

VoIP Intercom and Cisco Call Manager Server Setup Guide

VoIP Intercom and Cisco Call Manager Server Setup Guide The IP Endpoint Company VoIP Intercom and Cisco Call Manager Server Setup Guide CyberData Corporation 2555 Garden Road Monterey, CA 93940 T:831-373-201 F: 831-373-4193 www.cyberdata.net 2 1.0 Setup Diagram

More information

Yeastar Technology Co., Ltd.

Yeastar Technology Co., Ltd. Client Manual 1.0.0.4 (English Version) Yeastar Technology Co., Ltd. Table of Contents MyPBX Client Manual Part 1 How To Activate MyPBX Client Addon 4 1 Activate MyPBX Client Addon 4 2 MyPBX Client Addon

More information