PBX in a Flash with DAHDI
- Insert the USB Wanpipe VoiceTime Device into the Server USB Port
- Make sure dahdi has already been installed on your system
*Note: PBX in a Flash contains the dahdi sources and will not have to be downloaded. The dahdi sources are located in /usr/src/
-> If your dahdi sources cannot be found, then you must download them. Proceed to STEP 3 if this is the case.
-> If you have verified that your dahdi sources are in /usr/src/ AND that you have a working dahdi start script /etc/init.d/dahdi {start|stop} then skip to STEP 6
- Find the version of dahdi installed on your system
Type the following command in your Linux CLI:
-> dahdi_cfg -vvv
The output of the above command will indicate the version of dahdi installed
- Proceed to the following website to download your currently installed dahdi version
-> http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/releases/
- Untar and install dahdi in the location of your choice (typically /usr/src/):
-> 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 dahdi 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/dahdi
- 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