Announcements
Sangoma Hardware
HW Installation Manuals
Wanpipe Drivers Download Linux | Windows
Wanpipe for Asterisk
Install
Configure
Operation
Debugging
Tutorials
Appendix
Trixbox
Faxing
FAQ
Tapping(*New)
BRI: B700 / A500
Wanpipe for FreeSwitch
Install
Configure
Operation
FAQ
Appendix
Netborder VoIP Gateway
Linux
Windows
Release Notes
FAQ
Config Options
Routing Rules *NEW*
SMG-SS7
Install/Upgrade
Asterisk-SS7 Install
FreeSwitch-SS7 Install
Configure
Operation
Debugging
FAQ
Wanpipe TDM API
LibSangoma
Install/Config
FreeTDM
Wanpipe MTP2 API
Wanpipe for Wan/API
Install
Configure
RPMs
Operation
ADSL - S518
ADSL2+ - S519
Multi-Link PPP
Appendix
FAQ
Wanpipe for Yate
Wanpipe for Callweaver
Install
Configure
Wanpipe Case Studies
Troubleshooting
Tech Support
Glossary
| Wanpipe for Windows |
Requirements
Wanpipe requires a list of packages on your system prior to installed. The Setup script will check for those packages prior to installation.
Confirm that you have all the packages installed:
Wanpipe Driver Minimum Requirements
C developement tools ...(gcc)
C++ developement tools
Make utility
Ncurses library
Perl developement tools
AWK
FLEX
Patch
libtermcap-devel
bison
libtools
autoconf
automake
For BRI/SGM
sctp utilities
asterisk source
Note: The following assumes your linux distribution uses "yum" or "apt" package managers, adjust to your distros package manager (for example Suse uses "yast").
YUM packages - required for wanpipe drivers/modules:
yum install make
yum install ncurses
yum install ncurses-devel
yum install gcc*
yum install AWK
yum install FLEX
yum install Patch
yum install libtermcap-devel
yum install bison
yum install libtools
yum install autoconf
yum install kernel-devel-$(uname -r)
yum install automake
APT-GET packages - required for wanpipe drivers/modules
apt-get -y install build-essential
apt-get -y install gcc
apt-get -y install g++
apt-get -y install make
apt-get -y install libncurses5-dev
apt-get -y install flex
apt-get -y install bison
apt-get -y install patch
apt-get -y install linux-source-$(uname -r)
apt-get -y install linux-headers-$(uname -r)
SMG required packages - required if you want to install Sangoma Media Gateway:
Note: SMG is required when using BRI (AFT-A500) and Wanpipe SS7.
1. SCTP development tools
use "yum install lksctp-tools-devel