Voice Time installation instructions   print

DAHDI Support Installation
  • Insert the USB Wanpipe VoiceTime Device into the Server USB Port
    -
  • Make sure dahdi has already been installed on your system
    * The following step assumes that you do not have dahdi on your system. If you already have dahdi installed with accompanying sources AND can verify working /etc/init.d/dahdi scripts, then skip to STEP 4

    Go to the following website to download Zaptel:
    -> http://downloads.asterisk.org/pub/telephony/dahdi-linux/releases/
    -
  • Untar and install dahdi:
    -> cd /usr/src
    -> tar xfz dahdi-<ver>.tgz
    -> cd dahdi-<ver>
    -> make
    -> make install
    -> make config
  • Download the Wanpipe Voicetime Driver
  • Untar and change directory
    -> tar xfz wanpipe-voicetime-<ver>.tgz
    -> cd wanpipe-voicetime-<ver>
  • Build Wanpipe VoiceTime for Currently Running Zaptel Module
    -> make DAHDI_DIR=/usr/src/dahdi-<ver>/linux

    DAHDI_DIR= location of dahdi source used to build and install dahdi
    By default DAHDI_DIR=/usr/src/zaptel
    -
  • Install VoiceTime module
    -> make install
    -
  • Install bootup startup script for VoiceTime
    -> make boot

    The wanpipe_voicetime uses /etc/init.d/dahdi script. The dahdi startup script must be installed
    eg: cd /usr/src/dahdi-<version>
    make #build dahdi
    make install #install dahdi modules
    make config #install dahdi boot script
    -
  • Start Wanpipe VoiceTime using dahdi Startup Script
    -> /etc/init.d/dahdi start
  • Confirm that VoiceTime Sync Tool is working
    -> Click Here