Zaptel Support Installation

    1. Insert the USB Wanpipe VoiceTime Device into the Server USB Port
      - 
    2. Make sure Zaptel has already been installed on your system
      * The following step assumes that you do not have zaptel on your system.  If you already have zaptel installed with accompanying sources AND can verify working /etc/init.d/zaptel scripts, then skip to STEP 4 
      -
      Go to the following website to download Zaptel:
      -> http://downloads.asterisk.org/pub/telephony/zaptel/releases/
      - 
    3. Untar and install Zaptel:
      -> cd /usr/src
      -> tar xfz zaptel-<ver>.tgz
      -> cd zaptel-<ver>
      -> ./configure
      -> 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 ZAPDIR=/usr/src/zaptel-<ver>

      ZAPDIR= location of zaptel source used to build and install zaptel
      By default ZAPDIR=/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/zaptel script. The zaptel startup script must be installed
      eg: cd /usr/src/zaptel-<version>
      make        #build zaptel
      make install    #install zaptel modules
      make config        #install zaptel boot script
      - 
    9. Start Wanpipe VoiceTime using Zaptel Startup Script
      -> /etc/init.d/zaptel start
       
    10.  Confirm that VoiceTime Sync Tool is working
      -> Click here