Zaptel Support Installation
- Insert the USB Wanpipe VoiceTime Device into the Server USB Port
-
- 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/
-
- Untar and install Zaptel:
-> cd /usr/src
-> tar xfz zaptel-<ver>.tgz
-> cd zaptel-<ver>
-> ./configure
-> 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 ZAPDIR=/usr/src/zaptel-<ver>
ZAPDIR= location of zaptel source used to build and install zaptel
By default ZAPDIR=/usr/src/zaptel
-
- Install VoiceTime module
-> make install
- 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
-
- Start Wanpipe VoiceTime using Zaptel Startup Script
-> /etc/init.d/zaptel start
- Confirm that VoiceTime Sync Tool is working
-> Click here