Chapter 1 Introduction

Size: px
Start display at page:

Download "Chapter 1 Introduction"

Transcription

1 Etross-400E Manual Page 1 of 23 Version 1.0

2 Contents Chapter 1 Introduction... 3 Chapter 2 Hardware introduction... 6 Chapter 3 Intallation and configuration... 8 Chapter 4 Test example Chapter 5 Reference Page 2 of 23 Version 1.0

3 1. What s Etross-400E? Chapter 1 Introduction Etross-400E is a 4 port FXS/FXO analog Asterisk PCI card which is mainly applied to PSTN environment. The PCI plug is based on PCI2.2, It supports all the functions of Asterisk PBX systems needed. User could choose any of combinations of FXO_100 or FXS_100 modules according to their requirements. Both software and hardware compatible with Digium s TDM400P. It is mixable with X100M/S100M of Digium. 2. What s Asterisk? Asterisk is the world's most popular open source telephony project. Under development since 1999, Asterisk is free, open source software that turns an ordinary computer into a feature-rich voice communications server. Asterisk makes it simple to create and deploy a wide range of telephony applications and services. Asterisk is released as open source under the GNU General Public License (GPL), and it is available for download free of charge. Asterisk is the leading open source telephony project and the Asterisk community has been ranked as a key factor in the growth of VoIP. 3. What Does Asterisk Do? Asterisk is like an erector set or a box of Legos for people who want to create communications applications. That's why we refer to it as a "tool-kit" or "development platform". Asterisk includes all the building blocks needed to create a PBX system, an IVR system or virtually any other kind of communications solution. The "blocks" in the kit include: Drivers for various VoIP protocols. Drivers for PSTN interface cards and devices. Routing and call handling for incoming calls. Outbound call generation and routing. Media management functions (record, play, generate tone, etc.). Call detail recording for accounting and billing. Transcoding (conversion from one media format to another). Protocol conversion (conversion from one protocol to another). Database integration for accessing information on relational databases. Page 3 of 23 Version 1.0

4 Web services integration for accessing data using standard internet protocols. LDAP integration for accessing corporate directory systems. Single and mult-party call bridging. Call recording and monitoring functions. Integrated "Dialplan" scripting language for call processing. External call management in any programming or scripting language through Asterisk Gateway Interface (AGI) Event notification and CTI integration via the Asterisk Manager Interface (AMI). Speech synthesis (aka "text-to-speech") in various languages and dialects using third party engines. Speech recognition in various languages using third party recognition engines. This combination of components allows an integrator or developer to quickly create voice-enabled applications. The open nature of Asterisk means that there is no fixed limit on what it can be made to do. Asterisk integrators have built everything from very small IP PBX systems to massive carrier media servers. 4. Asterisk In Action: Key Applications Asterisk As A PBX Asterisk can be configured as the core of an IP or hybrid PBX, switching calls, managing routes, enabling features, and connecting callers with the outside world over IP, analog (POTS), and digital (T1/E1) connections. Asterisk runs on a wide variety of operating systems including Linux, Mac OS X, OpenBSD, FreeBSD and Sun Solaris and provides all of the features you would expect from a PBX including many advanced features that are often associated with high end (and high cost) proprietary PBXs. Asterisk's architecture is designed for maximum flexibility and supports Voice over IP in many protocols, and can interoperate with almost all standards-based telephony equipment using relatively inexpensive hardware. Asterisk As A Gateway It can also be built out as the heart of a media gateway, bridging the legacy PSTN to the expanding world of IP telephony. Asterisk s modular architecture allows it to convert between a wide range of communications protocols and media codecs. Asterisk as a feature/media server. Page 4 of 23 Version 1.0

5 Need an IVR? Asterisk s got you covered. How about a conference bridge? Yep. It s in there. What about an automated attendant? Asterisk does that too. How about a replacement for your aging legacy voic system? Can do. Unified messaging? No problem. Need a telephony interface for your web site? Ok. Asterisk In The Call Center Asterisk has been adopted by call centers around the world based on its flexibility. Call center and contact center developers have built complete ACD systems based on Asterisk. Asterisk has also added new life to existing call center solutions by adding remote IP agent capabilities, advanced skills-based routing, predictive and bulk dialing, and more. Asterisk In The Public Network Internet Telephony Service Providers (ITSPs), competitive local exchange carriers (CLECS) and even first-tier incumbents have discovered the power of open source communications with Asterisk. Feature servers, hosted services clusters, voic systems, pre-paid calling solutions, all based on Asterisk have helped reduce costs and enabled flexibility. Asterisk Everywhere Asterisk has become the basis for thousands of communications solutions. If you need to communicate, Asterisk is your answer. Page 5 of 23 Version 1.0

6 Chapter 2 Hardware introduction 1. Operation Environment CentOS 5.0 Dahdi-linux-xxx Dahdi-tools-xxx Asterisk Etross-400E with 2FXS+ 2FXO Etross-400E Picture as following: The green light turn on mean the channel work normally Red module is FXO Green module is FXS RJ11 slot Page 6 of 23 Version 1.0

7 Clock output plug Etross-400E has a clock output plug to realize the colck synchronization. Through the clock line connect to the plug, Etross-400E can be connected to other cards, like GSM400P. With the colck synchronization, user can plug some cards in one computer. Page 7 of 23 Version 1.0

8 Chapter 3 Intallation and configuration 1. Plug Etross-400E A. Shut down the PC and remove the power cable. B. Insert Etross-400E card in PCI slot, and fix with the screw. C. Connect the power cable and turn on the PC. 2. Start the CentOs5 system, input lspci -v and click enter. It can diagnose whether Etross-400P is found in the operating system. If the operating system show the information like the red frame in following pictures, that s mean the Etross-400E was found. 3. Check the software packages which Asterisk needed: Input following command to check whether you have installed Asterisk auxiliary software package. rpm -q bison rpm -q bison-devel rpm -q ncurses rpm -q ncurses-devel rpm -q zlib rpm -q zlib-devel rpm -q openssl rpm -q openssl-devel Page 8 of 23 Version 1.0

9 rpm -q gnutls-devel rpm -q gcc rpm -q gcc-c++ It means that you have not installed Asterisk auxiliary software package if the computer shows the information as following picture. Please input yum install xxx to install the Asterisk auxiliary software package. xxx mean the relation Asterisk auxiliary software package, for example, bison-devel as following picture. 4. Install Zaptel and Asterisk software package Download same version Zaptel and Asterisk software package, propose using version 1.4. A. Download way 1: Download it from website: Find the version of the Zaptel and Asterisk you need. As following picture showed. Page 9 of 23 Version 1.0

10 The package downloaded is as following: B. Download way 2: Input cd /usr/src in the command line to enter the src directory. Input wget + xxx xxx mean files address Page 10 of 23 Version 1.0

11 5. Compile Zaptel and Asterisk, follow is the step: A. Decompress the Zaptel and Asterisk software package: cd /usr/src tar xvzf zaptel-xxxx tar xvzf asterisk-xxxx xxxx means the version xxxx means the version For example: B. Compile Zaptel cd zaptel-xxxx./configure Page 11 of 23 Version 1.0

12 The following picture showes that./configure runs correctly. Input make as following picture The computer will show the information like following pictures if the make command run correctly. Input make install as following picture: Page 12 of 23 Version 1.0

13 The computer will show the information like following pictures if the make install command run correctly. Input make config as following picture: The computer will show the information like following pictures if the make config command run correctly. C. Compile Asterisk cd /usr/src/asterisk-xxxx xxxx means version./configure Page 13 of 23 Version 1.0

14 The computer will show the information like following pictures if the./configure command run correctly. Page 14 of 23 Version 1.0

15 Input make The computer will show the information like following pictures if the make command run correctly. Input make install The computer will show the information like following pictures if the make install command run correctly. Page 15 of 23 Version 1.0

16 Input make samples The computer will show the information like following pictures if the make samples command run correctly. D. Run two commands to produce automatically two files: cd /usr/src/zaptel-xxxx/kernel/xpps/utils xxxx means version./genzaptelconf sdvm Runs the command as above will produce two files: /etc/zaptel.conf and /etc/asterisk/zapata-channels.conf. zaptel.conf detail information as following: # Span 1: WCTDM/0 "Wildcard S400P Prototype Board 1" (MASTER) fxsks=1 //FXO 口 fxsks=2 //FXO 口 fxoks=3 //FXS 口 fxoks=4 //FXS 口 # Global data loadzone = us defaultzone = us /etc/asterisk/zapata-channels.conf detail information as following: ; Span 1: WCTDM/0 "Wildcard S400P Prototype Board 1" (MASTER) ;;; line="1 WCTDM/0/0" signalling=fxs_ks callerid=asreceived group=0 context=from-pstn channel => 1 context=default ;;; line="2 WCTDM/0/1" signalling=fxs_ks callerid=asreceived group=0 context=from-pstn channel => 2 context=default Page 16 of 23 Version 1.0

17 ;;; line="3 WCTDM/0/2" signalling=fxo_ks callerid="channel 3" <6003> mailbox=6003 group=5 context=from-internal channel => 3 callerid= mailbox= group= context=default ;;; line="4 WCTDM/0/3" signalling=fxo_ks callerid="channel 4" <6004> mailbox=6004 group=5 context=from-internal channel => 4 callerid= mailbox= group= context=default E. Check whether the two files produced automatically is disposed identically with your Etross-400E. If not identical, please adapt it. Attention: FXS uses FXO signalling, FXO uses FXS signalling. Page 17 of 23 Version 1.0

18 The software version this manual used will have a problem, but other version will not have. The problem is that /etc/asterisk/zapata-channels.conf doesn t include in /etc/asterisk/zapata.conf. Our solution is to add #include zapata-channels.conf to the last line of zapata.conf F. Run following command: modprobe zaptel modprobe wctdm G. Start Asterisk, and run following command: asterisk vvvvvvvgc zap show channels Channel 1 and channel 2 are FXO, channel 3 and channel 4 are FXS. Page 18 of 23 Version 1.0

19 1. Test FXS module Chapter 4 Example of texting A. Connect two analog phones to the card by RJ11 slot point out in red in following picture. B. In the command line, run two commands: cd /etc/asterisk vi /extensions.conf Then turn to the last line of extensions.conf, add codes as following: [from-internal] exten => 6005,1,Dial(zap/1) exten => 6005,2,Hangup() exten => 6000,1,Dial(zap/2) exten => 6000,2,Hangup() Page 19 of 23 Version 1.0

20 The codes above define the dialing rules: Dial 6005 from FXS channel in addition to channel 1 can make the phone which connected to channel 1 ringing, dial 6000 from FXS channel in addition to channel 2 can make the phone which connected to channel 2 ringing. Right now run command asterisk r to enter CLI directory Run reload in CLI directory NOTED: Please reload the asterisk if you adapt the extensions.conf C. Check whether the dialing rules works by using phone dial the number 6005 and If the dialing is success, the system will show following informations in the CLI directory. And that s mean FXS works normally. *CLI> -- Starting simple switch on 'Zap/2-1' -- Executing [6005@from-internal:1] Dial("Zap/2-1", "zap/1") in new stack -- Called 1 -- Zap/1-1 is ringing -- Zap/1-1 is ringing -- Zap/1-1 is ringing -- Hungup 'Zap/1-1' == Spawn extension (from-internal, 6005, 1) exited non-zero on 'Zap/2-1' -- Hungup 'Zap/2-1' Page 20 of 23 Version 1.0

21 2. Test FXO module: A. Connect PSTN phone line to the card by RJ11 slot point out in red in following picture. Connect a phone to channel 2. B. Run some commands to define the dialing rules: #cd /etc/asterisk #vi extensions.conf Then turn to the last line of extensions.conf, add codes as following: [from-internal] exten => 6005,1,Dial(zap/1) exten => 6005,2,Hangup() exten => 6000,1,Dial(zap/2) exten => 6000,2,Hangup() [from-pstn] exten => s,1,answer() exten => s,2,dial(zap/2) exten => s,3,hangup() The codes above define the dialing rules: The incoming call from PSTN will make the phone connect to channel 1 ringing. Right now run command asterisk r to enter CLI directory Run reload in CLI directory Page 21 of 23 Version 1.0

22 NOTED: Please reload the asterisk if you adapt the extensions.conf C. Check whether the dialing rules works by using phone or cell phone dial the number of the PSTN which we connect to the Etross-400E. If dial successfully, the phone connect to channel 2 will ringing. -- Starting simple switch on 'Zap/3-1' -- Executing [s@from-pstn:1] Answer("Zap/3-1", "") in new stack -- Executing [s@from-pstn:2] Dial("Zap/3-1", "zap/2") in new stack -- Called 2 -- Zap/2-1 is ringing -- Zap/2-1 is ringing -- Zap/2-1 is ringing -- Zap/2-1 answered Zap/ Native bridging Zap/3-1 and Zap/ Hungup 'Zap/2-1' == Spawn extension (from-pstn, s, 2) exited non-zero on 'Zap/3-1' -- Hungup 'Zap/3-1' D. Same way to test other FXO module. Page 22 of 23 Version 1.0

23 Chapter 5 Reference Disclaimers: Digium is registered trademark of Digium, Inc Asterisk is registered trademark of Digium, Inc Page 23 of 23 Version 1.0

Etross-1200P User s Manual

Etross-1200P User s Manual Etross-1200P User s Manual Page 1 of 31 Version 1.0 Contents Chapter 1 Introduction... 3 Chapter 2 Hardware introduction... 7 Chapter 3 Intallation and configuration... 9 Chapter 4 Test example... 26 Chapter

More information

OpenVox A400P/A400E User Manual

OpenVox A400P/A400E User Manual 深圳开源通信有限公司 OpenVox-Best Cost Effective Asterisk Cards OpenVox A400P/A400E User Manual Written by: James.zhu Email:james.zhu@openvox.cn,zhulizhong@gmail.com Date: 30/12/2008 Version: 0.03 1 深圳开源通信有限公司 OpenVox-Best

More information

OpenVox DE210E/DE210P DE410E/DE410P User Manual

OpenVox DE210E/DE210P DE410E/DE410P User Manual OpenVox-Best Cost Effective Asterisk Cards OpenVox DE210E/DE210P DE410E/DE410P User Manual Version: 0.01 1 OpenVox-Best Cost Effective Asterisk Cards Thank You for Choosing OpenVox s Products! 2 Table

More information

OpenVox A400P/A400E User Manual

OpenVox A400P/A400E User Manual 深圳开源通信有限公司 OpenVox-Best Cost Effective Asterisk Cards OpenVox A400P/A400E User Manual Written by: James.zhu Email:james.zhu@openvox.cn,zhulizhong@gmail.com Date: 30/12/2008 Version: 0.03 OpenVox Communication

More information

800P Product Guide Version: 1.1

800P Product Guide Version: 1.1 ATCOM Analog Card AXE-800 800P Product Guide Version: 1.1 The Installation of AXE-800P with Centos 6.0 Content CONTACT ATCOM......2 CHAPTER 1 THE INTRODUCTION OF AXE-800P... 3 CHAPTER 2 HARDWARE INTRODUCTION...

More information

OpenVox Communication Co. LTD.

OpenVox Communication Co. LTD. OpenVox Communication Co.Ltd A400P on DAHDI User Manual Version: 2.2 OpenVox Communication Co. LTD. URL: www.openvox.cn OpenVox Communication Co.Ltd OpenVox-Best Cost Effective Asterisk Cards Address:

More information

A1610E/A1610P. OpenVox A1610E/A1610P/AE1610E/AE1610P User Manual. Date:05/26/2011. Version: 1.3. OpenVox-Best Cost Effective Asterisk Cards 深圳开源通信有限公司

A1610E/A1610P. OpenVox A1610E/A1610P/AE1610E/AE1610P User Manual. Date:05/26/2011. Version: 1.3. OpenVox-Best Cost Effective Asterisk Cards 深圳开源通信有限公司 深圳开源通信有限公司 OpenVox-Best Cost Effective Asterisk Cards OpenVox A1610E/A1610P/AE1610E/AE1610P User Manual A1610E/A1610P Date:05/26/2011 Version: 1.3 1 深圳开源通信有限公司 OpenVox-Best Cost Effective Asterisk Cards

More information

OpenVox Communication Co. LTD.

OpenVox Communication Co. LTD. OpenVox Communication Co.Ltd A800E on DAHDI User Manual Version: 2.2 OpenVox Communication Co. LTD. URL: www.openvox.cn OpenVox Communication Co.Ltd OpenVox-Best Cost Effective Asterisk Cards Address:

More information

OpenVox A400P User Manual

OpenVox A400P User Manual 深圳开源通信有限公司 OpenVox-Best Cost Effective Asterisk Cards OpenVox A400P User Manual Written by: James.zhu Email:james.zhu@openvox.cn,zhulizhong@gmail.com Date:18/09/2007 Version: 0.01 深圳开源通信有限公司 OpenVox-Best

More information

OpenVox Communication Co.Ltd. OpenVox-Best Cost Effective Asterisk Cards

OpenVox Communication Co.Ltd. OpenVox-Best Cost Effective Asterisk Cards OpenVox Communication Co.Ltd OpenVox-Best Cost Effective Asterisk Cards Address:10/F, Building 6-A, Baoneng Science and Technology Industrial Park, Longhua New District, Shenzhen, Guangdong, China, 518109

More information

OpenVox Communication Co. LTD.

OpenVox Communication Co. LTD. OpenVox Communication Co.Ltd A810E/AE810E on DAHDI User Manual Version: 2.2 OpenVox Communication Co. LTD. URL: www.openvox.cn OpenVox Communication Co.Ltd OpenVox-Best Cost Effective Asterisk Cards Address:

More information

Product Guide Version: 1.0

Product Guide Version: 1.0 ATCOM Analog Card AX-1600P Product Guide Version: 1.0 The Installation of AX-1600P with Ubuntu 8.10 Content CONTACT ATCOM...2 CHAPTER 1 THE INTRODUCTION OF AX-1600P...3 CHAPTER 2 HARDWARE INTRODUCTION...4

More information

OpenVox Communication Co. LTD.

OpenVox Communication Co. LTD. OpenVox Communication Co.Ltd A2410P/AE2410P on DAHDI User Manual Version: 2.2 OpenVox Communication Co. LTD. URL: www.openvox.cn OpenVox Communication Co.Ltd Most Advanced Asterisk Cards Address: F/3,

More information

OpenVox A810E/AE810E Base on Elastix User Manual

OpenVox A810E/AE810E Base on Elastix User Manual 深圳开源通信有限公司 OpenVox A810E/AE810E Base on Elastix User Manual AE810E Date: 19/07/2011 Version: 1.2 OpenVox Communication Co. LTD. URL: www.openvox.cn 1 深圳开源通信有限公司 OpenVox-Best Cost Effective Asterisk Cards

More information

OpenVox Communication Co. LTD.

OpenVox Communication Co. LTD. OpenVox Communication Co.Ltd A1610P/AE1610P on DAHDI User Manual Version: 2.2 OpenVox Communication Co. LTD. URL: www.openvox.cn OpenVox Communication Co.Ltd Most Advanced Asterisk Cards Address: F/3,

More information

How to Install AX2G4A/AX4G with Elastix2.0.3/Trixbox

How to Install AX2G4A/AX4G with Elastix2.0.3/Trixbox How to Install AX2G4A/AX4G with Elastix2.0.3/Trixbox2.8.0.4 1. Install ax2g4a/ax4g driver...1 Install the driver with Elastix2.0.3... 2 1) Log into Elastix OS... 2 2) Download the driver...2 3) Untar and

More information

Product Guide Version: 1.0

Product Guide Version: 1.0 ATCOM Analog Card AX-1600P Product Guide Version: 1.0 The Installation of AX-1600P with Trixbox 2.8.0.3 Content CONTACT ATCOM... 2 CHAPTER 1 THE INTRODUCTION OF AX-1600P... 3 CHAPTER 2 HARDWARE INTRODUCTION...3

More information

OpenVox A2410P/AE2410P on Trixbox User Manual

OpenVox A2410P/AE2410P on Trixbox User Manual 深圳开源通信有限公司 OpenVox-Best Cost Effective Asterisk Cards OpenVox A2410P/AE2410P on Trixbox2.8.0.3 User Manual A2410P AE2410P Date:30/09/2010 Version: 1.1 OpenVox Communication Co. Limited. URL: www.openvox.cn

More information

OpenVox A2410P/AE2410P on Elastix 1.6 User Manual

OpenVox A2410P/AE2410P on Elastix 1.6 User Manual 深圳开源通信有限公司 OpenVox-Best Cost Effective Asterisk Cards OpenVox A2410P/AE2410P on Elastix 1.6 User Manual A2410P AE2410P Date:26/09/2010 Version: 1.1 OpenVox Communication Co. Limited. URL: www.openvox.cn

More information

OpenVox B200P B400P B400E User Manual

OpenVox B200P B400P B400E User Manual OpenVox-Best Cost Effective Asterisk Cards OpenVox B200P B400P B400E User Manual Written by: James.zhu Email:james.zhu@openvox.cn,zhulizhong@gmail.com OpenVox-Best Cost Effective Asterisk Cards OpenVox

More information

Hx8 Series. User Manual HA8 / HB Rev. A5

Hx8 Series. User Manual HA8 / HB Rev. A5 Hx8 Series HA8 / HB8 User Manual 601-00016 Rev. A5 Digium, Inc. 445 Jan Davis Drive Huntsville, AL 35806 United States Main Number: 1.256.428.6000 Tech Support: 1.256.428.6161 U.S. Toll Free: 1.877.344.4861

More information

Step by Step Guide. BRI Card Installation. (with Asterisk) Version 1.0

Step by Step Guide. BRI Card Installation. (with Asterisk) Version 1.0 Step by Step Guide BRI Card Installation (with Asterisk) Version 1.0 Table of Contents Hardware Setup... 1 Software Installation... 2 Installation of Pre-requisite packages... 2 Installation of Libpri

More information

OpenVox B100P Install Manual for dahdi on opensuse

OpenVox B100P Install Manual for dahdi on opensuse OpenVox B100P Install Manual for dahdi on opensuse Thanks sipi very much! Written By: sipi Notice: The DAHDI version above 2.5.0.1 from OpenVox official website has included driver module of B100P, so

More information

MC100 Series User Manual

MC100 Series User Manual MC100 Series User Manual Address: 10/F, Building 6-A, Baoneng Science and Technology Industrial Park, Longhua New District, Shenzhen, Guangdong,China 518109 Tel:+86-755-66630978,82535461, 82535362, Fax:+86-755-83823074

More information

AX4B. ATCOM Digital Card AX4B/AX2B Product Guide 25/10/2011 Written by Robert.Ao

AX4B. ATCOM Digital Card AX4B/AX2B Product Guide 25/10/2011 Written by Robert.Ao AX4B ATCOM Digital Card AX4B/AX2B Product Guide 25/10/2011 Written by Robert.Ao Content CONTACT ATCOM... 2 CHAPTER 1 THE INTRODUCTION OF AX4B... 3 CHAPTER 2 HARDWARE INTRODUCTION... 4 CHAPTER 3 SOFTWARE

More information

AXE4GN User Manual. ATCOM GSM Card AXE4GN User Manual Version:

AXE4GN User Manual. ATCOM GSM Card AXE4GN User Manual Version: AXE4GN User Manual ATCOM GSM Card AXE4GN User Manual Version: 2.0 2013-12-31 Release note Version Changed note Editor Date 1.0 First Release Robert 2.0 Release the User manual v2.0 Deniel 2013-06-03 www.atcom.cn

More information

Product Guide Version: 1.0

Product Guide Version: 1.0 ATCOM Analog Card AX-400P Product Guide Version: 1.0 The Installation of AX-400P with AsteriskNow 1.5.0 Content CONTACT ATCOM...2 CHAPTER 1 THE INTRODUCTION OF AX-400P... 3 CHAPTER 2 HARDWARE INTRODUCTION...4

More information

Transcoding Card CT200E - User Manual

Transcoding Card CT200E - User Manual No part of this publication may be copied, distributed, transmitted, transcribed, stored in a retrieval system, or translated into any human or computer language without the prior written permission of

More information

ATCOM Digital Card AX-1E Product Guide

ATCOM Digital Card AX-1E Product Guide Figure: AX-1E ATCOM Digital Card AX-1E Product Guide Version: 1.0 Written by Robert.Ao 09-02-2010 Content CONTACT ATCOM... 2 CHAPTER 1 THE INTRODUCTION OF AX-1E... 3 CHAPTER 2 HARDWARE SETTING... 4 CHAPTER

More information

Hx8 Series HA8 / HB8. User Manual Rev. A.4

Hx8 Series HA8 / HB8. User Manual Rev. A.4 Hx8 Series HA8 / HB8 User Manual 601-00016 Rev. A.4 Digium, Inc. 445 Jan Davis Drive Huntsville, AL 35806 United States Main Number: 1.256.428.6000 Tech Support: 1.256.428.6161 U.S. Toll Free: 1.877.344.4861

More information

TDM2400P. User Manual. Release 1.0 VoIPon Tel: +44 (0) Fax: +44 (0)

TDM2400P. User Manual. Release 1.0 VoIPon   Tel: +44 (0) Fax: +44 (0) TDM2400P User Manual Release 1.0 Digium, Inc. 2007 All rights reserved. No part of this publication may be copied, distributed, transmitted, transcribed, stored in a retrieval system, or translated into

More information

TC400 Series TCE400 / TC400B

TC400 Series TCE400 / TC400B TC400 Series TCE400 / TC400B User Manual 601-00007 Rev. B3 Digium, Inc. 445 Jan Davis Drive NW Huntsville, AL 35806 United States Main Number: 1.256.428.6000 Tech Support: 1.256.428.6161 U.S. Toll Free:

More information

OpenVox Communication Co. LTD.

OpenVox Communication Co. LTD. OpenVox Communication Co.Ltd D430P/DE430P on DAHDI User Manual Version: 2.2 OpenVox Communication Co. LTD. URL: www.openvox.cn OpenVox Communication Co.Ltd Most Advanced Asterisk Cards Address: F/3, Building

More information

Upgradable PRI Card Installation Guide

Upgradable PRI Card Installation Guide www.allo.com Version 2.0 1 Copyright Copyright 2015 Allo. All rights reserved. No part of this publication may be copied, distributed, transmitted, transcribed, stored in a retrieval system, or translated

More information

Astribank 8, 16, 24 and 32 Getting Started

Astribank 8, 16, 24 and 32 Getting Started Astribank 8, 16, 24 and 32 Getting Started Contents Next Page Astribank Getting Started Document Information This document YD3430-02 is current with Astribank-8, Astribank-16, Astribank-24, and Astribank-32

More information

2400 Series AEX2400/TDM2400P

2400 Series AEX2400/TDM2400P 2400 Series AEX2400/TDM2400P User Manual 601-00013 Rev. C.1 Digium, Inc. 445 Jan Davis Drive Huntsville, AL 35806 United States Main Number: 1.256.428.6000 Tech Support: 1.256.428.6161 U.S. Toll Free:

More information

FXM-8A/PCI FXM-16A/PCIe

FXM-8A/PCI FXM-16A/PCIe Synway FXM Series FXM-8A/PCI FXM-16A/PCIe Version 1.0 www.synway.net Contents Contents...i Copyright Declaration...ii Software License Agreement...iii Revision History...iv Preface...v Chapter 1 Overview...1

More information

Quad Analog Series A4A / A4B

Quad Analog Series A4A / A4B Quad Analog Series A4A / A4B User Manual 601-00023 Rev. A Digium, Inc. 445 Jan Davis Drive Huntsville, AL 35806 United States Main Number: 1.256.428.6000 Tech Support: 1.256.428.6161 U.S. Toll Free: 1.877.344.4861

More information

interfaces. If you are configuring FXO or FXS interfaces, you may skip this part and move down to section. If you are configuring T1/E1 interfaces, yo

interfaces. If you are configuring FXO or FXS interfaces, you may skip this part and move down to section. If you are configuring T1/E1 interfaces, yo Zaptel.conf How to configure the low-level Zapata Interface Library for your hardware. About this document Most devices sold by Digium are members of the zaptel family of hardware devices. These devices

More information

800 Series AEX800 / TDM800P

800 Series AEX800 / TDM800P 800 Series AEX800 / TDM800P User Manual 601-00008 Rev. C3 Digium, Inc. 445 Jan Davis Drive Huntsville, AL 35806 United States Main Number: 1.256.428.6000 Tech Support: 1.256.428.6161 U.S. Toll Free: 1.877.344.4861

More information

Analog 410 Series TDM410/AEX410

Analog 410 Series TDM410/AEX410 Analog 410 Series TDM410/AEX410 User Manual 601-00006 Rev. C4 Digium, Inc. 445 Jan Davis Drive Huntsville, AL 35806 United States Main Number: 1.256.428.6000 Tech Support: 1.256.428.6161 U.S. Toll Free:

More information

TDM400P. User s Manual. June 28, Release 1.0

TDM400P. User s Manual. June 28, Release 1.0 TDM400P User s Manual June 28, 2005 Release 1.0 Digium, Inc. 150 West Park Loop, Suite 100 Huntsville, AL 35806 Phone: 877.546.8963 877.linux.me! www.digium.com www.asterisk.com Digium, Inc. 2005 All rights

More information

How to install elastix_1.5.2_openvox_a1200p.pdf

How to install elastix_1.5.2_openvox_a1200p.pdf How to install elastix_1.5.2_openvox_a1200p.pdf Test Tools: elastix : 1.5.2-i386 A1200P (2FXO+2FXS) Step 1: Insert the OpenVox A1200P into the PCI slot, then install the elastix 1.5.2-i386 After installing,

More information

Installing Dialogic Diva Software Driver as an Asterisk Channel. A Technical Overview

Installing Dialogic Diva Software Driver as an Asterisk Channel. A Technical Overview Installing Dialogic Diva Software Driver as an Asterisk Channel A Technical Overview Agenda History What is Asterisk? Who is Dialogic? Installation and Configuration Installing Dialogic Diva Software Driver

More information

How to install AsteriskNOW1.5.0_OpenVox_A400P

How to install AsteriskNOW1.5.0_OpenVox_A400P How to install AsteriskNOW1.5.0_OpenVox_A400P Test tools: asterisknow-1.5.0 A400P (2FXO + 2FXS) Step1: 1. Insert the OpenVox A400P into the PCI slot, then install the AsterikNOW 2.8.0 2.After installing,

More information

B410P. User Manual. Release 1.3

B410P. User Manual. Release 1.3 B410P User Manual Release 1.3 Digium, Inc. 445 Jan Davis Drive Huntsville, AL 35806 United States Main Number: 1.256.428.6000 Tech Support: 1.256.428.6161 U.S. Toll Free: 1.877.344.4861 Sales: 1.256.428.6262

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

Trixbox High-Availability with fonebridge Tutorial

Trixbox High-Availability with fonebridge Tutorial Trixbox High-Availability with fonebridge Tutorial REDFONE Communications Table of Contents i Table of Contents 1 Introduction 1.1 Overview... 1 1.1.1 Core components & requirements... 1 1.1.2 Operational

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

Running MFC/R2 with Sangoma Wanpipe using OpenR2 (libopenr2) December 2, 2008

Running MFC/R2 with Sangoma Wanpipe using OpenR2 (libopenr2) December 2, 2008 Running MFC/R2 with Sangoma Wanpipe using OpenR2 (libopenr2) December 2, 2008 Prepared By Jim Van Meggelen Core Telecom Innovations Inc. EXECUTIVE SUMMARY... 3 MFC/R2... 3 OPENR2... 3 GETTING STARTED WITH

More information

TDM800P. User Manual. Release 1.01

TDM800P. User Manual. Release 1.01 TDM800P User Manual Release 1.01 Digium, Inc. 150 West Park Loop, Suite 100 Huntsville, AL 35806 United States Main Number: 1.256.428.6000 Tech Support: 1.877.546.8963 Sales: 1.256.428.6262 www.digium.com

More information

B410P User Manual Rev. B3

B410P User Manual Rev. B3 B410P User Manual 601-00001 Rev. B3 Digium, Inc. 445 Jan Davis Drive Huntsville, AL 35806 United States Main Number: 1.256.428.6000 Tech Support: 1.256.428.6161 U.S. Toll Free: 1.877.344.4861 Sales: 1.256.428.6262

More information

Connect the serial cable from the Adit to the serial port on your laptop (Or desktop for that matter)

Connect the serial cable from the Adit to the serial port on your laptop (Or desktop for that matter) Adit 600 setup I found this on one of the forums and used it to configure the ADIT 600. I cleaned up a few typos but can t attribute it back to the original owner as the web site mentioned at the end is

More information

TE400 Series TE420B / TE420 / 412P 410P / 407P / 405P

TE400 Series TE420B / TE420 / 412P 410P / 407P / 405P TE400 Series TE420B / TE420 / 412P 410P / 407P / 405P User Manual 601-00009 Rev. B3 Digium, Inc. 445 Jan Davis Drive NW Huntsville, AL 35806 United States Main Number: 1.256.428.6000 Tech Support: 1.256.428.6161

More information

TE130 Series TE133 / TE134

TE130 Series TE133 / TE134 TE130 Series TE133 / TE134 User Manual 601-00022 Rev. A Digium, Inc. 445 Jan Davis Drive NW Huntsville, AL 35806 United States Main Number: 1.256.428.6000 Tech Support: 1.256.428.6161 U.S. Toll Free: 1.877.344.4861

More information

TE800 Series. User Manual TE820B / TE Rev. A3

TE800 Series. User Manual TE820B / TE Rev. A3 TE800 Series TE820B / TE820 User Manual 601-00019 Rev. A3 Digium, Inc. 445 Jan Davis Drive NW Huntsville, AL 35806 United States Main Number: 1.256.428.6000 Tech Support: 1.256.428.6161 U.S. Toll Free:

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

B410P. User Manual Rev. B1

B410P. User Manual Rev. B1 B410P User Manual 601-00001 Rev. B1 Digium, Inc. 445 Jan Davis Drive Huntsville, AL 35806 United States Main Number: 1.256.428.6000 Tech Support: 1.256.428.6161 U.S. Toll Free: 1.877.344.4861 Sales: 1.256.428.6262

More information

Mediatrix FXO Unit with Asterisk

Mediatrix FXO Unit with Asterisk Mediatrix 3000 series, Mediatrix C7 series, and Mediatrix Sentinel Revision 296 2015-06-29 Table of Contents Table of Contents Mediatrix FXO unit with Asterisk 4 Requirements 5 Configuration of the PBX

More information

IP-XX User Manual

IP-XX User Manual IP-XX User Manual 1/ 1 Introduce... 4 2 Configure the device via GUI... 5 2.1 Access the GUI... 5 2.2 System Status... 5 2.3 Configure Hardware... 6 2.4 Trunks... 6 2.5 Outgoing Calling Rules... 7 2.6

More information

TE430 Series TE435B/TE435/TE436B/TE436

TE430 Series TE435B/TE435/TE436B/TE436 TE430 Series TE435B/TE435/TE436B/TE436 User Manual 601-00026 Rev. B Digium, Inc. 445 Jan Davis Drive NW Huntsville, AL 35806 United States Main Number: 1.256.428.6000 Tech Support: 1.256.428.6161 U.S.

More information

Asterisk Business Edition Version C Digium Partner Certification

Asterisk Business Edition Version C Digium Partner Certification Asterisk Business Edition Version C.2.3.2 Digium Partner Certification Interoperability Report Aastra 51i Firmware Version 2.4.1 Rev. B Digium, Inc. 445 Jan Davis Drive NW Huntsville, AL 35806 United States

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

SpiderMux by Unix Research Labs

SpiderMux by Unix Research Labs SpiderMux by Unix Research Labs TDMoE Multiplexer Product manual rev. 1.3b 1 English Declaration of Conformity We, Manufacturer Unix Research Labs Ltd. Parchevitch 44 str., Sofia, Bulgaria declare that

More information

OpenVox Communication Co. LTD.

OpenVox Communication Co. LTD. OpenVox Communication Co.Ltd B200P/BE200P on DAHDI User Manual Version: 2.2 OpenVox Communication Co. LTD. URL: www.openvox.cn OpenVox Communication Co.Ltd Most Advanced Asterisk Cards Address: F/3, Block

More information

Asterisk Business Edition Version C Digium Partner Certification

Asterisk Business Edition Version C Digium Partner Certification Asterisk Business Edition Version C.2.3.2 Digium Partner Certification Interoperability Report Polycom KIRK Wireless Server 300 (KWS300) Firmware Version 03a Rev. A Digium, Inc. 445 Jan Davis Drive NW

More information

A Sample Configuration for Computer Instruments e-ivr Automated Attendant and Voic 3.0 with Avaya IP Office System Issue 1.

A Sample Configuration for Computer Instruments e-ivr Automated Attendant and Voic 3.0 with Avaya IP Office System Issue 1. Avaya Solution & Interoperability Test Lab A Sample Configuration for Computer Instruments e-ivr Automated Attendant and Voicemail 3.0 with Avaya IP Office System 1.4 - Issue 1.0 Abstract These Application

More information

Note: Careless use of contexts can allow open access to billable services and internal features.

Note: Careless use of contexts can allow open access to billable services and internal features. Zapata.conf Synopsis The /etc/asterisk/zapata.conf file contains parameters relating to channels provided by the zaptel interface layer. Channels must be defined in this file before they can be used by

More information

What you need today is Essence IPBX for tomorrow s productivity

What you need today is Essence IPBX for tomorrow s productivity What you need today is Essence IPBX for tomorrow s productivity Energize your business with effective Essence IPBX system which comes with easy setup and administrator-friendly designs. Essence IPBX system

More information

Asterisk - The Basics

Asterisk - The Basics Asterisk - The Basics SANOG10 NOC Workshop 29 Aug - 2 Sep 2007, New Delhi, India Jonny Martin jonny@jonnynet.net What is Asterisk Asterisk, The Open Source PBX. www.asterisk.org A complete PBX in software

More information

PCI BASED ISDN INTERFACE CARD

PCI BASED ISDN INTERFACE CARD PCI BASED ISDN INTERFACE CARD User's Guide WARNING: This equipment will be inoperable when main power fails INDEX Introduction Before You Begin Task Summary Task 1 - Configure the Jumper Settings Task

More information

Extend and Connect. Extend and Connect. Overview of Extend and Connect

Extend and Connect. Extend and Connect. Overview of Extend and Connect This chapter provides information about the feature. This chapter contains the following information:, page 1 System Requirements, page 6 Interactions and Restrictions, page 7 Availability Information,

More information

B410P. User Manual. August 26, Release 1.1. VoIPon Tel: +44 (0) Fax: +44 (0)

B410P. User Manual. August 26, Release 1.1. VoIPon   Tel: +44 (0) Fax: +44 (0) B410P User Manual August 26, 2006 Release 1.1 Digium, Inc. 2006 All rights reserved. No part of this publication may be copied, distributed, transmitted, transcribed, stored in a retrieval system, or translated

More information

Virtual PBX Product Guide MODEL: SP-250 SP-500 SP-1000 SP-1500 SP-3000

Virtual PBX Product Guide MODEL: SP-250 SP-500 SP-1000 SP-1500 SP-3000 Virtual PBX Product Guide MODEL: SP-250 SP-500 SP-1000 SP-1500 SP-3000 Welcome to SimplifiCloud EXPAND, IMPROVE & REDUCE COSTS OF YOUR TELEPHONE SYSTEM SimplifiCloud presents unified communication systems

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

OpenVox Communication Co. LTD.

OpenVox Communication Co. LTD. OpenVox Communication Co.Ltd B400P/BE400P on DAHDI User Manual Version: 2.2 OpenVox Communication Co. LTD. URL: www.openvox.cn OpenVox Communication Co.Ltd Most Advanced Asterisk Cards Address: F/3, Building

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

IP-XX User Manual VoIPon Tel: +44 (0) Fax: +44 (0)

IP-XX User Manual VoIPon   Tel: +44 (0) Fax: +44 (0) IP-XX User Manual 1/ 1 Introduce... 3 2 Configure the device via GUI... 4 2.1 Access the GUI... 4 2.2 System Status... 4 2.3 Configure Hardware... 5 2.4 Trunks... 5 2.5 Outgoing Calling Rules... 6 2.6

More information

T3main. Powering comprehensive unified communications solutions.

T3main. Powering comprehensive unified communications solutions. T3main Powering comprehensive unified communications solutions. MANAGE COMMUNICATIONS THE SMART WAY T3 Telecom Software designs innovative voice messaging, unified messaging and call routing environments

More information

TE800 Series TE820B/TE820

TE800 Series TE820B/TE820 TE800 Series TE820B/TE820 User Manual 601-00019 Rev. A1 Digium, Inc. 445 Jan Davis Drive NW Huntsville, AL 35806 United States Main Number: 1.256.428.6000 Tech Support: 1.256.428.6161 U.S. Toll Free: 1.877.344.4861

More information

TE400 Series TE420B/TE420/412P/410P/407P/405P

TE400 Series TE420B/TE420/412P/410P/407P/405P TE400 Series TE420B/TE420/412P/410P/407P/405P User Manual Release 1.0 Digium, Inc. 150 West Park Loop, Suite 100 Huntsville, AL 35806 United States Main Number: 1.256.428.6000 Tech Support: 1.256.428.6161

More information

OpenVox Communication Co.Ltd. OpenVox-Best Cost Effective Asterisk Cards

OpenVox Communication Co.Ltd. OpenVox-Best Cost Effective Asterisk Cards OpenVox Communication Co.Ltd OpenVox-Best Cost Effective Asterisk Cards Address: F/3, Block No.127, Jindi Industrial Zone, Shazui Road, Futian District, Shenzhen, Guangdong 518048, China Tel:+86-755-82535461,

More information

Hangzhou Synway Information Engineering Co., Ltd

Hangzhou Synway Information Engineering Co., Ltd 1 2 1. Abstract Elastix is an Open Source Software to establish Unified Communications. About this concept, Elastix goal is to incorporate all the communication alternatives, available at an enterprise

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

LocaPhone VoIP PBX System. Enterprise Business Telephony Solution. LocaNet ohg Tel Fax

LocaPhone VoIP PBX System. Enterprise Business Telephony Solution. LocaNet ohg Tel Fax PBX System Copyright 2017. All Rights Reserved. LocaNet, the LocaNet logo and LocaPhone are trademarks of within the EU. Any other trademarks mentioned in the document are the property of their respective

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

ScopTEL TM IP PBX Software. Basic Installation Hierarchy for Telephony Server

ScopTEL TM IP PBX Software. Basic Installation Hierarchy for Telephony Server ScopTEL TM IP PBX Software Basic Installation Hierarchy for Telephony Server Basic Installation Hierarchy for Telephony Server Therefore the purpose of this document is to provide a visual walkthrough

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

Application Notes for MultiTech CallFinder CF220 with Avaya IP Office - Issue 1.0

Application Notes for MultiTech CallFinder CF220 with Avaya IP Office - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for MultiTech CallFinder CF220 with Avaya IP Office - Issue 1.0 Abstract These Application Notes describe the configuration steps required for

More information

TE406P/411P. User s Manual. April 16, Release 1.0

TE406P/411P. User s Manual. April 16, Release 1.0 TE406P/411P User s Manual April 16, 2006 Release 1.0 Digium, Inc. 150 West Park Loop, Suite 100 Huntsville, AL 35806 Main Number: 256.428.6000 Tech Support: 256.428.6161 Sales: 256.428.6262 www.digium.com

More information

CDC-1522A/PCI CDC-2522A/PCI CDC-3522A/PCI. Version 1.0

CDC-1522A/PCI CDC-2522A/PCI CDC-3522A/PCI. Version 1.0 Synway CDC Series CDC-1522A/PCI CDC-2522A/PCI CDC-3522A/PCI Version 1.0 www.synway.net Contents Contents...i Copyright Declaration...ii Software License Agreement...iii Revision History...iv Preface...v

More information

Step by Step Guide. BRI Card Installation. (with Trixbox ) Version 1.0

Step by Step Guide. BRI Card Installation. (with Trixbox ) Version 1.0 Step by Step Guide BRI Card Installation (with Trixbox-2.8.0.4) Version 1.0 Table of Contents Hardware Setup... 1 Software Installation... 2 Software Configuration... 3 Hardware Setup 1. Insert the BRI

More information

User Manual NANO 2. Version 2.5

User Manual NANO 2. Version 2.5 Version 2.0 User Manual NANO 2 Version 2.5 Table of Contents 1. Introduction... 1 1.1. Typical setup of NanoPBX... 2 2. Getting Started With the NanoPBX... 3 2.1. Installation... 3 2.2. Accessing the GUI

More information

Installation Guide. 1. Operating System. 2. Zaptel. 3. Asterisk. Asterisk-addons. Asterisk-gui. Asterisk permission. 4. Database. Mysql. 5.

Installation Guide. 1. Operating System. 2. Zaptel. 3. Asterisk. Asterisk-addons. Asterisk-gui. Asterisk permission. 4. Database. Mysql. 5. Installation Guide 1. Operating System 2. Zaptel 3. Asterisk Asterisk-addons Asterisk-gui Asterisk permission 4. Database Mysql 5. A2Billing [Operating System] 1. Linux Fedora Core 5 Web server, Mysql

More information

Product Guide Version: 1.0

Product Guide Version: 1.0 ATCOM Digital Card AX-1E Product Guide Version: 1.0 The Installation of AX-1E with Trixbox 2.6.2.3 Content CONTACT ATCOM... 2 CHAPTER 1 THE INTRODUCTION OF AX-1E...3 CHAPTER 2 HARDWARE INTRODUCTION...

More information

An investigation into the provision of extended video capabilities in ilanga

An investigation into the provision of extended video capabilities in ilanga An investigation into the provision of extended video capabilities in ilanga Fred Otten, Alfredo Terzoli and Peter Clayton Department of Computer Science Rhodes University, Grahamstown, South Africa g05o5894@campus.ru.ac.za,

More information

TE120P. User Manual. Release 1.0

TE120P. User Manual. Release 1.0 TE120P User Manual Release 1.0 Digium, Inc. 150 West Park Loop, Suite 100 Huntsville, AL 35806 United States Main Number: 1.256.428.6000 Tech Support: 1.877.546.8963 Sales: 1.256.428.6262 www.digium.com

More information

MICROCOMPUTER APPLICATIONS. Elastix. VOIP Voice Over Internet Protocol. A High Efficient Unified Communications System Based on Elastix

MICROCOMPUTER APPLICATIONS. Elastix. VOIP Voice Over Internet Protocol. A High Efficient Unified Communications System Based on Elastix 32 7 2011 7 MICROCOMPUTER APPLICATIONS Vol. 32 No. 7 Jul. 2011 * Elastix 100190 Elastix Asterisk PBX Private Branch exchange Elastix Elastix Duckling VOIP Voice Over Internet Protocol Elastix A High Efficient

More information

TE120 Series TE120P/TE121/TE122

TE120 Series TE120P/TE121/TE122 TE120 Series TE120P/TE121/TE122 User Manual 601-00010 Rev. C.1 Digium, Inc. 445 Jan Davis Drive NW Huntsville, AL 35806 United States Main Number: 1.256.428.6000 Tech Support: 1.256.428.6161 U.S. Toll

More information

Asterisk Business Edition Version B Digium Partner Certification

Asterisk Business Edition Version B Digium Partner Certification Asterisk Business Edition Version B.2.5.8 Digium Partner Certification Interoperability Report Snom M3 Firmware Version 2.02 Rev. A Digium, Inc. 445 Jan Davis Drive NW Huntsville, AL 35806 United States

More information