OpenVox D210P User Manual

On dahdi openvox-best cost effective asterisk cards

Advertisement

Quick Links

D210P/DE210P on DAHDI User Manual
OpenVox Communication Co.Ltd
D210P/DE210P on DAHDI User Manual
Version: 2.2
OpenVox Communication Co. LTD.
URL: www.openvox.cn

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the D210P and is the answer not in the manual?

Questions and answers

Summary of Contents for OpenVox D210P

  • Page 1 D210P/DE210P on DAHDI User Manual OpenVox Communication Co.Ltd D210P/DE210P on DAHDI User Manual Version: 2.2 OpenVox Communication Co. LTD. URL: www.openvox.cn...
  • Page 2 D210P/DE210P on DAHDI User Manual OpenVox Communication Co.Ltd OpenVox-Best Cost Effective Asterisk Cards Address: F/3, Building No.127, Jindi Industrial Zone, Shazui Road, Futian District, Shenzhen, Guangdong 518048, China Tel:+86-755-82535461, 82535095, 82535362, Fax:+86-755-83823074 Business Contact: sales@openvox.com.cn Technical Support: support@openvox.com.cn Business Hours: 09:00-18:00(GMT+8) from Monday to Friday URL: www.openvox.cn...
  • Page 3: Url: Www.openvox.cn

    D210P/DE210P on DAHDI User Manual Copyright © Copyright 2011 OpenVox Inc. All rights reserved. No part of this document may be reproduced without prior written permission. Confidentiality Information contained herein is of a highly sensitive nature and is confidential and proprietary to OpenVox Inc.
  • Page 4: Table Of Contents

    D210P/DE210P on DAHDI User Manual Contents General Safety Instructions ..................4 Test Environme nts ....................... 5 Chapter 1 Ove rvie w ..................... 6 1.1 What is Asterisk ....................6 1.2 What is D210P/DE210P..................7 Chapter 2 Hardware Setup ..................8 2.1 Span type setup ....................
  • Page 5: General Safety Instructions

    D210P/DE210P on DAHDI User Manual General Safety Instructions CAUTION 1. The computers that have card installed must comply D210P/DE210P with the country’s specific safety regulations. 2. Only service personnel should go to install card. D210P/DE210P 3. Before installing card, please unplug the power cord...
  • Page 6: Test Environments

    D210P/DE210P on DAHDI User Manual Test Environments CentOS-5.5 Kernel version: 2.6.18-194. el5 DAHDI: dahdi-linux-complete-current Asterisk: asterisk-1.8.5.0 Libpri: libpri-1.4.11.5 Hardware: OpenVox D210P/DE210P OpenVox Communication Co. LTD. URL: www.openvox.cn...
  • Page 7: Chapter 1 Overview

    D210P/DE210P on DAHDI User Manual Chapter 1 Overview 1.1 What is Asterisk The Definition of Asterisk is described as follows: Asterisk is a complete PBX in software. It runs on Linux, BSD, Windows (emulated) and provides all of the features you would expect from a PBX and more.
  • Page 8: What Is D210P/De210P

    D210P/DE210P on DAHDI User Manual 1.2 What is D210P/DE210P The DE210P is a D210P with an EC module and they support E1, T1 and J1 mode. It is selectable on a per-card or per-port basis. This feature enables signaling translation between E1 and T1 equipments and allows inexpensive T1 channel banks to connect with E1 circuits.
  • Page 9: Chapter 2 Hardware Setup

    SPAN1 will be T1. 2.2 CardID switch setup If want to install more than one card of D210P/DE210P in a PC, you should take care of the card ID switch. There are two pieces of rules you must obey: ...
  • Page 10: Slot Compatibility

    2.3 Slot compatibility D210P/DE210P is compatible with 32-bit 5.0V PCI slot, 64-bit 3.3V PCI slot or 64-bit 5.0V PCI slot except PCI-E slots; you should confirm your slot type and insert D210P/DE210P into any type of PCI slot as previously described. ×...
  • Page 11 D210P/DE210P on DAHDI User Manual big problems. Data loss will cause communication broken or fax broken. Timing cable will force all cards to work at the same clock source, send data at the same speed, as a result no data will lost.
  • Page 12: Chapter 3 Software Installation And Configuration

    D210P/DE210P on DAHDI User Manual Chapter 3 Software Installation and Configuration D210P/DE210P supports DAHDI software driver on Linux. To make full use of D210P/DE210P, you should download, compile, install and configure Libpri, DAHDI and Asterisk. 3.1 Download DAHDI software packages are available on OpenVox official website or Digium.
  • Page 13: Installation

    D210P/DE210P on DAHDI User Manual generally, the former three below are used for downloading these three packages and the later three are for unzipping them. #_wget_http://downloads.openvox.cn/pub/drivers/da hdi-linux-complete/openvox_dahdi-linux-complete-c urrent.tar.gz #_wget_http://downloads.asterisk.org/pub/telephon y/asterisk/releases/asterisk-1.8.5.0.tar.gz #_wget_http://downloads.asterisk.org/pub/telephon y/libpri/releases/libpri-1.4.11.5.tar.gztibpri-1. 4.12.tar.gz #_tar_-xvzf_openvox_dahdi-linux-complete-current. tar.gz # tar –xvzf asterisk-1.8.5.0.tar.gz # tar –xzvf libpri-1.4.11.5tar.gz 3.2 Installation...
  • Page 14: Software Installation

    Region 0: Memory at dcdffc00 (32-bit, non-prefetchable) [size=128] Figure 3 Hardware detection If D210P/DE210P is not recognized by the system, you have to power off and take out the card, then try to insert it into other PCI slot. 2. Software installation Some dependencies are crucial.
  • Page 15 D210P/DE210P on DAHDI User Manual # yum install zlib # yum install zlib-devel # yum install openssl # yum install openssl-devel # yum install gnutls-devel # yum install gcc # yum install gcc-c++ # yum install libxml2 # yum install libxml2-devel...
  • Page 16 D210P/DE210P on DAHDI User Manual Among Libpri, DAHDI and Asterisk, let’s install Libpri firstly. Please execute those commands under the directory of /usr/src/ in generally: # cd libpri-XX # make # make install Change to the directory of dahdi-linux-complete-XX (XX represents DAHDI version), then perform commands one by one to install DAHDI.
  • Page 17: Configuration

    D210P/DE210P on DAHDI User Manual # cd asterisk-XX # ./configure # make # make install # make samples "make samples" will install the standard sample configuration file in the directory /etc/asterisk. As a freshman, you should perform make samples, that is to say, it is unnecessary to perform make samples every time.
  • Page 18 D210P/DE210P on DAHDI User Manual If there is any error, please trace the cause. Until all errors are clear up, you could execute "dahdi_genconf" again, and then go to the next step. By running "dahdi_genconf", it will generate /etc/dahdi/system.conf and etc/asterisk/dahdi-channels.conf automatically.
  • Page 19 D210P/DE210P on DAHDI User Manual 2. Country mode modification In order to match your country pattern, you need to change parameters loadzone and defaultzone to your country. For example, your system is in CHINA, you would like them change to:...
  • Page 20 D210P/DE210P on DAHDI User Manual After modifying the country mode, please execute the following command: # dahdi_cfg –vvvvvv The command is used for reading and loading parameters in the configuration file system.conf and writing to the hardware. A part of outputs are showed in the following figure.
  • Page 21 D210P/DE210P on DAHDI User Manual 3. Asterisk initiation # asterisk –vvvvvvvgc If Asterisk is already activate, run "asterisk –r" instead. In the CLI, please run the following command: localhost*CLI> dahdi show channels from-pstn default In Service from-pstn default In Service...
  • Page 22 Additional function Users should run command "cat /proc/interrupts" to check D210P/DE210P has independent interrupt. If it shares interrupt with other device, it may cause some problems even cannot work normally. Or you can see if the EC module is working as follows:...
  • Page 23: Chapter 4 Reference

    D210P/DE210P on DAHDI User Manual Chapter 4 Reference www.openvox.cn www.digium.com www.asterisk.org www.voip-info.org www.asteriskguru.com Tips Any questions during installation, please consult in our forum or look up for answers from the following websites: Forum wiki OpenVox Communication Co. LTD. URL: www.openvox.cn...
  • Page 24: Appendix A Specifications

    D210P/DE210P on DAHDI User Manual Appendix A Specifications • Weight and size Weight: D210P EC100 Size: DE210P 12.9*10.3*2(cm) EC100 7.6*4.2*1.1(cm) • Interfaces RJ48 connector PCI Bus: 3.3V or 5V bus slot, PCI 2.2 or above Two T1/E1/J1 ports with PCI interface for high performance voice and data applications •...
  • Page 25: Hardware And Software Requirements

    D210P/DE210P on DAHDI User Manual • Hardware and software requirements RAM 128 + MB Linux kernel 2.4.X or 2.6.X CPU 800+ MHZ OpenVox Communication Co. LTD. URL: www.openvox.cn...
  • Page 26: Appendix B Hardware Settings

    D210P/DE210P on DAHDI User Manual Appendix B Hardware settings If there is only one card in PCI slot,CardID switch should be set to 0,And adding a card the switch value should be add “1”. For example, there are two cards, it is need to set the first card’s...

This manual is also suitable for:

De210p

Table of Contents