ATCOM AXE2DL + EC64L User Manual

Digital card

Advertisement

Quick Links

AXE2DL + EC64L
ATCOM
Digital Card AXE2DL
®

User Manual

Version: 1.0
2013-07-03

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the AXE2DL + EC64L and is the answer not in the manual?

Questions and answers

Summary of Contents for ATCOM AXE2DL + EC64L

  • Page 1: User Manual

    AXE2DL + EC64L ATCOM Digital Card AXE2DL ® User Manual Version: 1.0 2013-07-03...
  • Page 2: Table Of Contents

    AXE2DL User Manual with DAHDI Content CHAPTER 1 THE INTRODUCTION OF AXE2DL....................3 CHAPTER 2 HARDWARE INTRODUCTION....................5 CHAPTER 2 TEST ENVIRONMENT.......................8 CHAPTER 3 SOFTWARE INSTALLATION......................9 CHAPTER 4 SOFTWARE CONFIGURATION....................11 CHAPTER 5 TEST............................15 CHAPTER 6 REFERENCE..........................17 www.atcom.cn...
  • Page 3: Contact Atcom

    Contact ATCOM The Introduction of ATCOM ATCOM is the leading VoIP hardware manufacturer in global market. We have been keeping innovating with customer’s needs oriented , working with partners to establish a total solution for SMB VoIP with IP phone , IP PBX and Asterisk cards.
  • Page 4: Chapter 1 The Introduction Of Axe2Dl

    1024 taps/128 ms tail per channel on all channel densities DTMF decoding and tone recognition Voice quality enhancement: music protection, acoustic echo control, and adaptive noise reduction Does not increase the physical size of the card, and no additional slot is required www.atcom.cn...
  • Page 5: Hardware Requirement

    AXE2DL User Manual with DAHDI Voice Modes PRI CPE and PRI NET: EuroISDN 4ESS(AT&T) 5ESS(Lucent) DMS100 Hardware Requirement 1.6-Ghz Pentium IV 512 MB RAM PCI-E slot AXE4DL Dimension 120mm (Length)*64mm (height) Operating System Linux (all versions, releases and distributions from 1.0 up) www.atcom.cn...
  • Page 6: Chapter 2 Hardware Introduction

    AXE2DL User Manual with DAHDI Chapter 2 Hardware Introduction AXE2DL The Front View of EC64L www.atcom.cn...
  • Page 7 For example: if users have two cards in the server, then turn it to 0 in the one card, and turn it to 1 in the other card; If users have four cards in the server simultaneously, then turn it to 0,1,2,3 respectively. www.atcom.cn...
  • Page 8 Delete the echo for the local side Delete the echo for the far end side C3: It is not available. Notice: The daughterboard is very similar between the AXE2DL and AXE1DL card. Users can get the difference from the following illustration. AXE2DL daughterboard AXE1DL daughterboard www.atcom.cn...
  • Page 9: Chapter 2 Test Environment

    AXE2DL User Manual with DAHDI Chapter 2 Test Environment Test Environment: Libpri-1.4.7 dahdi-linux-complete-2.6.2+2.6.2 asterisk-1.8.7.0 Centos6.0 (kernel version: 2.6.32-279.22.1.el6.i686) AXE2DL+EC64L www.atcom.cn...
  • Page 10: Chapter 3 Software Installation

    -y bison bison-devel zlib zlib-devel openssl openssl-devel gnutls-devel gcc gcc-c++ ncurses ncurses-devel Download libpri, dahdi, and asterisk packages Notice: If uses need use the latest version, please check them on asterisk download center. [root@localhost src]# wget http://downloads.asterisk.org/pub/telephony/libpri/libpri-1.4.14.tar.gz [root@localhost src]# wget http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/dahdi-linux-complete-2.6. 2+2.6.2.tar.gz [root@localhost src]# wget http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-1.8.7.0.tar.gz www.atcom.cn...
  • Page 11 1) [root@localhost src]# tar -xvzf asterisk-1.8.7.0.tar.gz 2) [root@localhost asterisk-1.8.7.0]# ./configure 3) [root@localhost asterisk-1.8.7.0]# make 4) [root@localhost asterisk-1.8.7.0]# make install 5) [root@localhost asterisk-1.8.7.0]# make samples Notice: if uses run the command: “make samples”, all the asterisk configuration files will be set as the samples. www.atcom.cn...
  • Page 12: Chapter 4 Software Configuration

    # This file is parsed by the Dahdi Configurator, dahdi_cfg # Span 1: TE2/0/1 "T2XXP (PCI) Card 0 Span 1" (MASTER) span=1,1,0,ccs,hdb3,crc4 # termtype: te bchan=1-15,17-31 dchan=16 echocanceller=mg2,1-15,17-31 # Span 2: TE2/0/2 "T2XXP (PCI) Card 0 Span 2" span=2,2,0,ccs,hdb3,crc4 # termtype: te bchan=32-46,48-62 dchan=47 echocanceller=mg2,32-46,48-62 www.atcom.cn...
  • Page 13 [root@localhost ~]# echo #include dahdi-channels.conf >> /etc/asterisk/chan_dahdi.conf 3. Please run asterisk with the following command: [root@localhost ~]# asterisk [root@localhost ~]# asterisk -vvgr [root@localhost ~]# reload 4. Please run the “dahdi show channels” command in the CLI. Users will get 64 channels. www.atcom.cn...
  • Page 14 Calling TON: 33 Caller ID name: 900 Mailbox: none Destroy: 0 InAlarm: 0 Signalling Type: ISDN PRI Radio: 0 Owner: DAHDI/1-1 Real: DAHDI/1-1 Callwait: <None> Threeway: <None> Confno: -1 Propagated Conference: -1 Real in conference: 0 DSP: yes Busy Detection: no www.atcom.cn...
  • Page 15 AXE2DL User Manual with DAHDI TDD: no Relax DTMF: no Dialing/CallwaitCAS: 0/0 Default law: alaw Fax Handled: no Pulse phone: no DND: no Echo Cancellation: 128 taps currently ON Wait for dialtone: 0ms PRI Flags: Call PRI Logical Span: Implicit www.atcom.cn...
  • Page 16: Chapter 5 Test

    PRI span 1/0: Up, Active PRI span 2/0: Up, Active Add the dial plan for the PBX Please edit the dial-plan in the “extensions.conf” file, users can refer to the following example. [from-internal] exten=>_1.,1,Dial(dahdi/i1/${EXTEN:1}) exten=>_1.,2,Hangup() exten=>_2.,1,Dial(dahdi/i2/${EXTEN:1}) exten=>_2.,2,Hangup() [from-pstn] exten=>s,1,Answer() exten=>s,2,Dial(sip/500) exten=>s,3,hangup() www.atcom.cn...
  • Page 17 -- Executing [s@from-pstn:1] Answer("DAHDI/1-1", "") in new stack -- Executing [s@from-pstn:2] Dial("DAHDI/1-1", "sip/500") in new stack == Using SIP RTP CoS mark 5 -- Called 500 -- SIP/500-00000004 is ringing -- SIP/500-00000004 answered DAHDI/1-1 ---------------------------------------------------------------------------------------------------------------- Users can test other three ports in the same way. www.atcom.cn...
  • Page 18: Chapter 6 Reference

    AXE2DL User Manual with DAHDI Chapter 6 Reference http://www.asteriskguru.com/ http://www.asterisk.org/downloads http://www.atcom.cn/ www.atcom.cn...

Table of Contents