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
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").
Mandatory packages - required for wanpipe drivers/modules:
- Kernel headers (or source) in /lib/modules/$(uname -r)/build
use "yum install kernel-devel" or apt-get kernel-devel" to install.
- C Development tools (gcc )
use "yum install gcc" or "apt-get install gcc" to install.
- Bash v2
- AWK
- Patch
use "yum install patch" or "apt-get install patch" to install.
- Perl Development tools.
use "yum install perl" or "apt-get install perl" to install.
- Bison
use "yum install bison".
Optional packages - required if you want to install Wanpipe utilities:
Note: Wanpipe utilities are required to create configuration files for Sangoma cards.
- C++ Development tools
use "yum install gcc-c++" or "apt-get install gcc-c++" to install.
- ncurses & ncurses-devel library
use "yum install ncurses" or "apt-get install ncurses" to install.
use "yum install ncurses-devel" or "apt-get install ncurses-devel" to install
- flex package
use "yum install flex" or "apt-get install flex" to install.
- libtermcap-devel
use "yum install libtermcap-devel" or "apt-get install libtermcap-devel" to install.
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
|