OpenVox DE115P User Manual

Trixbox 2.6 & elastix 1.3 with zaptel
Hide thumbs Also See for DE115P:

Advertisement

Quick Links

DE115P/DE115E User Manual

OpenVox Communication Co Ltd

OpenVox DE115P/DE115E Installation
(Trixbox 2.6 & Elastix 1.3 with zaptel)
1
OpenVox
www.openvox.cn
Aug, 2009
|

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for OpenVox DE115P

  • Page 1: Openvox Communication Co Ltd

    DE115P/DE115E User Manual OpenVox Communication Co Ltd OpenVox DE115P/DE115E Installation (Trixbox 2.6 & Elastix 1.3 with zaptel) OpenVox www.openvox.cn Aug, 2009...
  • Page 2 Address: F/2,Building No.14,Shangsha Science & Technology Park, No.9283,Binhe Road, Futian District,ShenZhen ,Guangdong 518048,China TEL:0755-82535461 0755-82535095 0755-82535362 FAX:0755-82535174 : sales@openvox.com.cn Sales support@openvox.com.cn : Technical Support James.zhu@openvox.cn Denins.den@openvox.cn Business Hours: 9:30AM-18:00PM from Monday-Friday, except for holidays. (GMT+8 Beijing) Thank You for Choosing OpenVox Products! OpenVox www.openvox.cn Aug, 2009...
  • Page 3: Table Of Contents

    Table of Contents Chapter 1 Installing Compiling Environment ................... 4 Chapter 2 Installing Driver ....................... 5 Installing Openvox DE115P/DE115E driver for trixbox-2.6.2.3 ..........5 Installing Openvox DE115P/DE115E driver for trixbox-2.6.2.1 ..........8 Installing Openvox DE115P/DE115E driver for elastix-1.3-stable-29sep2008 ...... 10 Chapter 3 Edit Configuration file ....................
  • Page 4: Chapter 1 Installing Compiling Environment

    DE115P/DE115E User Manual Chapter 1 Installing Compiling Environment Installing trixbox 2.6 or elastix 1.3 Installing DE115P/DE115E iii. Starting trixbox or elastix Checking the system recognition of DE115P/DE115E # lspci OpenVox www.openvox.cn Aug, 2009...
  • Page 5: Chapter 2 Installing Driver

    DE115P/DE115E User Manual Chapter 2 Installing Driver Installing Openvox DE115P/DE115E driver for trixbox-2.6.2.3 Installing compiling environment # yum install gcc # yum install kernel-devel Checking the version of the driver # modinfo /lib/modules/`uname -r`/extra/zaptel/zaptel.ko # rpm –qa | grep zap Downloading driver Downloading zaptel-1.4.12.9-1_trixbox.src.rpm...
  • Page 6 DE115P/DE115E User Manual Compiling driver # mkdir –p redhat/SOURCES # rpm -ivh zaptel-1.4.12.9-1_trixbox.src.rpm # tar -xzvf opvxd115-for-zaptel-1.4.12.1.tar.gz # cd /usr/src/redhat/SOURCES # tar –xzvf zaptel-1.4.12.9.tar.gz # cd zaptel-1.4.12.9 # cp –a /usr/src/opvxd115 kernel/ Editing Makefile file # vi Makefile Editing zaptel.sysconfig file # vi zaptel.sysconfig...
  • Page 7 DE115P/DE115E User Manual # ./configure # make Installing driver # mkdir -p /lib/modules/`uname -r` /extra/zaptel/opvxd115 # cp kernel/opvxd115/opvxd115.ko /lib/modules/`uname –r `/extra/zaptel/opvxd115/ # depmod -a Downloading Firmware # cd /usr/src # wget http://downloads.openvox.cn/pub/firmwares/opvx-zaptel-fw-oct6114-032-1.07.01.tar.gz Downloading Firmware # tar -xzvf opvx-zaptel-fw-oct6114-032-1.07.01.tar.gz # cp zaptel-fw-oct6114-032.bin /lib/firmware/ # mkdir -p /usr/lib/hotplug/firmware/ # mv zaptel-fw-oct6114-032.bin /usr/lib/hotplug/firmware/...
  • Page 8: Installing Openvox De115P/De115E Driver For Trixbox-2.6.2.1

    DE115P/DE115E User Manual Installing Openvox DE115P/DE115E driver for trixbox-2.6.2.1 Installing gcc compiling environment # yum install gcc Installing Kernel source code # cd /usr/src # wget http://ftp.scientificlinux.org/linux/scientific/52/i386/updates/security/kernel-devel-2.6.18 -92.1.18.el5.i686.rpm # wget http://vault.centos.org/5.2/updates/i386/RPMS/kernel-devel-2.6.18-92.1.18.el5.i686.rpm # rpm –ivh kernel-devel-2.6.18-92.1.18.el5.i686.rpm Checking the version of the driver # modinfo /lib/modules/`uname -r`/extra/zaptel/zaptel.ko...
  • Page 9 DE115P/DE115E User Manual Installing driver # mkdir -p /lib/modules/`uname -r`/extra/zaptel/opvxd115 # cp /usr/src/zaptel-1.4.12.1/kernel/opvxd115/opvxd115.ko /lib/modules/`uname -r`/extra/zaptel/opvxd115 # depmod –a Downloading Firmware # cd /usr/src # wget http://downloads.openvox.cn/pub/firmwares/opvx-zaptel-fw-oct6114-032-1.07.01.tar.gz Installing Firmware # tar -xzvf opvx-zaptel-fw-oct6114-032-1.07.01.tar.gz # cp zaptel-fw-oct6114-032.bin /lib/firmware/ # mkdir -p /usr/lib/hotplug/firmware/ # mv zaptel-fw-oct6114-032.bin /usr/lib/hotplug/firmware/...
  • Page 10: Installing Openvox De115P/De115E Driver For Elastix-1.3-Stable-29Sep2008

    DE115P/DE115E User Manual Installing Openvox DE115P/DE115E driver for elastix-1.3-stable-29sep2008 Installing gcc compiling environment # yum install gcc Checking the version of the driver # modinfo /lib/modules/`uname -r`/misc/zaptel.ko Downloading driver # wget http://downloads.openvox.cn/pub/drivers/zaptel/openvox_zaptel/openvox_zaptel-1.4.11. tar.gz Compiling driver # tar -xzvf openvox_zaptel-1.4.11.tar.gz # cd zaptel-1.4.11 # ./configure...
  • Page 11 DE115P/DE115E User Manual Installing Firmware # tar -xzvf opvx-zaptel-fw-oct6114-032-1.07.01.tar.gz # cp zaptel-fw-oct6114-032.bin /lib/firmware/ # mkdir -p /usr/lib/hotplug/firmware/ # mv zaptel-fw-oct6114-032.bin /usr/lib/hotplug/firmware/ OpenVox www.openvox.cn Aug, 2009...
  • Page 12: Chapter 3 Edit Configuration File

    DE115P/DE115E User Manual Chapter 3 Edit Configuration file Editing /usr/sbin/genzaptelconf # cd /usr/sbin/ # vi genzaptelconf OpenVox www.openvox.cn Aug, 2009...
  • Page 13: Editing /Usr/Lib/Perl5/Site_Perl/5.8.8/Zaptel/Hardware/Pci.pm

    DE115P/DE115E User Manual Editing /usr/lib/perl5/site_perl/5.8.8/Zaptel/Hardware/PCI.pm # cd /usr/lib/perl5/site_perl/5.8.8/Zaptel/Hardware # vi PCI.pm OpenVox www.openvox.cn Aug, 2009...
  • Page 14: Chapter 4 Loading Driver

    DE115P/DE115E User Manual Chapter 4 Loading Driver # genzaptelconf –sdvM # service zaptel restart # dmesg The picture above shows the successful loading of EC-32 module. OpenVox www.openvox.cn Aug, 2009...
  • Page 15: Chapter 5 Technical Support

    DE115P/DE115E User Manual Chapter 5 Technical Support If you have any technical problems when using Openvox products, please access the related columns of the product in our website forum, and you can also contact us through the following methods: I. Submit your technical problem to our Forum.

This manual is also suitable for:

De115e

Table of Contents