DAHDI Support Installation

    1. Insert the USB Wanpipe VoiceTime Device into the Server USB Port
      - 
    2. 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/
      - 
    3. Untar and install dahdi:
      -> cd /usr/src
      -> tar xfz dahdi-<ver>.tgz
      -> cd dahdi-<ver>
      -> make
      -> make install
      -> make config
       
    4.  Download the Wanpipe Voicetime Driver
       
    5. Untar and change directory
      -> tar xfz wanpipe-voicetime-<ver>.tgz
      -> cd wanpipe-voicetime-<ver>
       
    6.  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
      - 
    7. Install VoiceTime module
      -> make install
      - 
    8.  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
      - 
    9. Start Wanpipe VoiceTime using dahdi Startup Script
      -> /etc/init.d/dahdi start
       
    10.  Confirm that VoiceTime Sync Tool is working
      -> Click Here