Download Print this page
ATCOM AX1600P User Manual

ATCOM AX1600P User Manual

Analog card
Hide thumbs Also See for AX1600P:

Advertisement

Quick Links

AX1600P User Manual
ATCOM
Analog card AX1600P
®
User Manual
Version: 2.0
2013-06-03

Advertisement

loading

Summary of Contents for ATCOM AX1600P

  • Page 1 AX1600P User Manual ATCOM Analog card AX1600P ® User Manual Version: 2.0 2013-06-03...
  • Page 2 AX1600P User Manual Release note Version Changed note Editor Date First Release Robert Release the User manual Deniel 2013-06-10 www.atcom.cn Email: support@atcomemail.com...
  • Page 3: Table Of Contents

    AX1600P User Manual Content Chapter 1 the Introduction of AX-1600P....................1 Chapter 2 Hardware Introduction......................2 Chapter 3 Test Environment........................4 Chapter 4 Software Installation......................5 Chapter 5 Software Configuration...................... 7 Chapter 6 Reference.......................... 11 www.atcom.cn Email: support@atcomemail.com...
  • Page 4: 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 5: Chapter 1 The Introduction Of Ax-1600P

    AX1600P User Manual Chapter 1 the Introduction of AX-1600P Overview of the AX-1600P The Asterisk card is the telephony PCI card that supports up to sixteen FXO and FXS ports. Using the analog card, open source Asterisk PBX and stand alone PC, users can create their SOHO telephony solution which include all the sophisticated features of traditional PBX, and extend features such as voicemail in IP PBX.
  • Page 6: Chapter 2 Hardware Introduction

    AX1600P User Manual Chapter 2 Hardware Introduction Hardware Configuration Motherboard: AX-1600P Dual ports FXS module: AX-210S Dual ports FXO module: AX-210X One FXS port and one FXO port module: AX-210XS Splitter: SP400 Customers can use the combination of AX-210S, AX-210X, AX-210XS modules according to their requirements.
  • Page 7 AX1600P User Manual Figure 2: AX-210S Figure 3: AX-210X Figure 4: AX-210XS Figure 5: SP400 www.atcom.cn Email: support@atcomemail.com...
  • Page 8: Chapter 3 Test Environment

    AX1600P User Manual Chapter 3 Test Environment Test Environment: dahdi-linux-complete-2.6.2+2.6.2 (download from ATCOM website) asterisk-1.8 (download from Digium website) Centos6.0 (kernel version: 2.6.32-279.22.1.el6.i686) AX1600P www.atcom.cn Email: support@atcomemail.com...
  • Page 9: Chapter 4 Software Installation

    User could download dahdi-linux-complete, and asterisk packages into the system. [root@localhost src]# wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-1.8-current.tar.gz Attention: Users need download dahdi package for axe1d card from ATCOM website. Users can get the latest driver from the download center: http://www.atcom.cn/download.html. For example: Users can download the dahdi as the following link: [root@localhost src]# wget http://www.atcom.cn/cn/download/cards/ax1d/dahdi-linux-complete-2.6.1+2.6.1-1.2.tar.gz...
  • Page 10 AX1600P User Manual Installation the dahdi and asterisk packages Install dahdi-linux-complete [root@localhost src]# tar -xvzf dahdi-linux-complete-xxx.tar.gz [root@localhost dahdi-linux-complete-xxx+xxx]# make [root@localhost dahdi-linux-complete-xxx+xxx]]# make install [root@localhost dahdi-linux-complete-xxx+xxx]]# make config Install asterisk 1) [root@localhost src]# tar -xvzf asterisk-xxx.tar.gz 2) [root@localhost asterisk-xxx]# ./configure 3) [root@localhost asterisk-xxx]# make...
  • Page 11: Chapter 5 Software Configuration

    AX1600P User Manual Chapter 5 Software Configuration 1. Create the configuration messages Please use the “dahdi_genconf” command to configure the “/etc/dahdi/system.conf” file and generate “/etc/asterisk/dahdi-channels.conf” file. It will not show any messages if the “dahdi_genconf ” command run successfully. [root@localhost ~]# dahdi_genconf After that, users will get the following configuration in the “/etc/asterisk/system.conf”...
  • Page 12 AX1600P User Manual context=from-pstn channel => 2 callerid= group= context=default .... ;;; line="15 WCTDM/16/14 FXSKS (SWEC: MG2)" signalling=fxs_ks callerid=asreceived group=0 context=from-pstn channel => 15 callerid= group= context=default ;;; line="16 WCTDM/16/15 FXSKS (SWEC: MG2)" signalling=fxs_ks callerid=asreceived group=0 context=from-pstn channel =>...
  • Page 13 AX1600P User Manual 2. Load the dahdi Users can run the command “dahdi_cfg -vv” to load the dahdi in the CLI. [root@localhost ~]# dahdi_cfg -vv The right output of running dahdi_cfg -vv will like the following: DAHDI Tools Version - 2.6.2 DAHDI Version: 2.6.2...
  • Page 14 AX1600P User Manual 3. Please add the following command line in the end of chan_dahdi.conf file. #include dahdi-channels.conf 4. Please run asterisk with the following command: [root@localhost ~]# asterisk –vvgc localhost *CLI> reload 5. Please run “dahdi show channels” command The right output should like the following: localhost *CLI>...
  • Page 15: Chapter 6 Reference

    AX1600P User Manual Chapter 6 Reference http://www.asteriskguru.com/ http://www.asterisk.org/downloads http://www.atcom.cn/ www.atcom.cn Email: support@atcomemail.com...