Telephony Cards for Asterisk
Server and Operating system Selection
Selecting your server
Sangoma cards are compatible with most commercially available servers and motherboards on the market.
Our cards are available in both PCI and PCI express versions and are backwards compatible (i.e. 16x, 8x, 4x, 2x)
Also available are different size brackets for 1U and 2U server form factors.
For Sangoma analog card installations using FXS modules and/or remora expansion boards, please verify that your server has available molex power connection from internal power supply
Â
Selecting your Linux Operating system
Sangoma cards are compatible with most official Linux distributions and kernels (i.e. CentOS, Debian, Ubuntu) 32 and 64bit.
Sangoma recommends the use of CentOS as our R&D and QA departments use this distribution on a frequent basis.
Virtual environments are not supported
Â
Below are instructions for CentOS Installation. Â If you would like use a different Linux Distro, please visit the appropriate online resources.
Download latest CentOS distribution:
32-bit:Â http://isoredirect.centos.org/centos/6/isos/i386/
64-bit:Â http://isoredirect.centos.org/centos/6/isos/x86_64/After downloading the CentOS ISO, simply burn the image on CD/DVD using your choice of burning utility
Boot your server with the CD/DVD containing your CentOS ISO. Â Verify your BIOS settings allow for Boot from CD/DVD ROM drive
Follow the on-screen prompts to Install your new operating system. You may wish to visit some online step-by-step tutorials (google:))
Once completed, remove the CD/DVD from your server and reboot your server and log in to your freshly installed operating system
Â
Preparing your Operating system for software packages
After installing your Linux operating system, you must prepare your server with the following software requirements before continuing.Â
To Install required system dependencies simply copy and paste the below string directly into your Linux command line. The string will automatically download and install missing dependencies on your server. Â
You must have internet connection for this step
Â
Select only the option that applies to your environment:
CentOS (RedHat distros)
yum -y install kernel-devel-$(uname -r) libtool* make gcc patch perl bison flex-devel gcc-c++ ncurses-devel flex libtermcap-devel autoconf* automake* autoconf libxml2-devel cmake
Â
Ubuntu/Debian
apt-get -y install gcc g++ automake autoconf libtool make libncurses5-dev flex bison patch libtool autoconf linux-headers-$(uname -r) libxml2-dev cmake
Â
Download Software Packages
The sources for the following three packages are required:
Asterisk  (pbx software)
DAHDI Â Â (signaling stack)
libPRI Â Â Â (required only for PRI/BRI cards)Â
Â
Navigate to the /usr/src/ directory which will be used to store the downloaded packages. To do this type the following in your Linux command line, then press <enter>:
-> cd /usr/src
Download Asterisk, DAHDI and LibPRI by copy & pasting the following (without the quotes ""), then press <enter>:
asterisk: " wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-13-current.tar.gz "
DAHDI:   " wget http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/dahdi-linux-complete-current.tar.gz "
LibPRI:   " wget http://downloads.asterisk.org/pub/telephony/libpri/libpri-1.4-current.tar.gz "
Install Software Packages
The following instructions will guide you to un-compress the downloaded '.tgz' files and install using make command.
Â
DAHDI Installation
-> Untar the download DAHDI software package, and then install. Type the following in the /usr/src/ directory:tar xvzf dahdi-linux-complete-<version>.tgz
cd dahdi-linux-complete-<version>
make
make install
make config
Â
LibPRI Installation (required for PRI/BRI only)
-> Untar the download DAHDI software package, and then install. Type the following in the /usr/src/ directory:Âtar xvfz libpri-<version>.tgz
cd libpri-<version>
make
make install
Asterisk Installation
-> Untar the download Asterisk software package, and then install. Type the following in the /usr/src/ directory:tar xvfz asterisk-<version>.tgz
cd asterisk-<version>
./configure
make
make install
make samples (will create new configure files and erase any previous configuration)
Â
Installing Sangoma Driver (called 'Wanpipe')
The following instructions will guide you through the Installation of the Sangoma Wanpipe driver on your server that contains all required software pacakges already installed(i.e. Asterisk, DAHDI, Libpri).
Download the latest official release of the Sangoma Wanpipe Driver
Copy & Paste the line,without the quotes, into your Linux command line in the /usr/src/ directory.This will automatically download from the internet.
-> "  wget https://ftp.sangoma.com/linux/current_wanpipe/wanpipe-current.tgz "
Un-compress the download Wanpipe driver (.tgz file) located in /usr/src
tar xvfz wanpipe-current.tgz
cd wanpipe-<version>/
Â
Install the Sangoma Wanpipe driver by typing the following in the newly created wanpipe-<version> directory:
->Â ./Setup install
Â
You will be guided through a series of prompts through the rest of the installation process.
You will notice the Wanpipe driver installation splash screen next.Â
Press 'y' to continue
You will be presented with a dependency check with pass/fail results. Â If there are any failures, you must exist and install missing dependency manually.
Press [enter] to continue
Press [enter] on the following screen for default kernel source location. Â
If there are any error messages that result, that means you are missing your Linux kernel development packages.
This also means that during the 'Preparing your Operating system for software packages' step above has failed to download your kernel-devel packages. If this happens you must search online for the kernel-devel packages for your kernel, then download and install using (rpm -i...)
Â
Press [enter] to continue
Next you will be presented with 7 different options on how to install the Wanpipe driver.
Select option 2 to install the Wanpipe driver for Asterisk
Â
Â
You will be asked to provide the location of your DAHDI software package.Â
If you have downloaded and installed DAHDI in /usr/src/, simply press the number pertaining to the location.
In the example below, Press 1.
Â
In this example, the user has dahdi version 2.7.0 installed on their system
If your DAHDI installation lives in another directory, press 'm' then manually enter the full path
If you have multiple DAHDI versions on your system, select the correct one.
(to find out which version of dahdi is installed on your system simply type dahdi_cfg -vvv command in another Linux window)
Â
The Wanpipe driver will now start to compile on your Linux operating system.
Press 'y' to proceed
Â
Press [enter] to continue
Â
Press [enter] to continue
the example above is for an a108 8 port E1/T1 cardÂ
Â
continue to press [enter] as seen below
Â
press [enter] to continue
You should end up with the following screen. If you see error messages, then you are missing system dependencies. Go to your Linux header/src build directory, and do make menuconfig, then go back to the Setup script and hit enter
Â
Â
continue to press [enter] when asked.
Press 'y' to install Wanpipe start scripts
Â
Â
The following screen indicates that the Wanpipe driver has completed installation on your server and is now ready to start Configuring your Sangoma hardware on your system
Â
Press 'y' to configure all Sangoma hardware installed on server.Â
If you have installed Wanpipe to upgrade from a previous version, you must exit installation now because if you continue you will overwrite all previous configurationÂ
If you have not installed your Sangoma hardware yet, you can exit the installation, install hardware and continue by typing wancfg_dahdi command to start configuration script.
The on-screen prompts that present next will be unique to your Sangoma hardware and specific to your telco settings.
We will not show these screens here, but if you wish to see more details on what screens would show next, please visit the specific wancfg_dahdi pages for details
After you have completed the configuration section of your Sangoma hardware, the following summary screen will be presented.
Example from configuration of 1 analog card
Select option 3 below to save and stop Asterisk & Wanpipe (if already running). Any new configuration will apply only after restarting
Â
Â
Â
Select option 1 to start Wanpipe on system boot. If your server ever reboots unintentionally, you will want the driver to automatically start in order to have your server back in production without manual intervention
Select option 1 (YES) to have 'dahdi_cfg' run after the Wanpipe driver starts. This step configures on Wanpipe ports for dahdi
Â
You have now fully installed and configured your Sangoma Hardware for your Asterisk server!
To verify that you have successfully installed the Sangoma Wanpipe driver by typing the following command in your Linux command line:
-> wanrouter hwprobe
Â
You should see details of your Sangoma hardware auto-detected in your system. Â
If you see an error message, this means the Wanpipe driver was NOT installed correctly. Â
Please open /var/log/messages file for error detailsÂ
Configuration
The Installation process of the Sangoma Wanpipe driver also takes care of configuring your card, which is the last part of the above.
For whatever reason, if you wish to configure/re-configuration your Sangoma Card(s), run the following command in your Linux command line:
-> wancfg_dahdi
This command will configure all your Sangoma cards in your system.
Simply follow the prompts and answer all the questions.Â
 After running the wancfg_dahdi configuraiton tool, the following files will have been created:
Physical layerÂ
/etc/wanpipe/wanpipeX.conf  (x represents each port of your card. For analog cards, you will only see 1 for the entire card)
/etc/wanpipe/wanrouter.rc  (The Sangoma driver looks into this file to begin loading each port for your card(s)
DAHDI Signaling layerÂ
/etc/dahdi/system.confÂ
Asterisk related files
/etc/asterisk/chan_dahdi.conf  (channel details for your Sangoma card)
used to tell asterisk where inbound calls should go, using 'contexts'
used to tell asterisk where outbound calls should go, using 'groups'
Â
OperationÂ
To start the Sangoma driver, which also starts your Sangoma card(s) run the following command on your Linux command line:
->Â wanrouter startÂ
Immediately after running this command, you will see on-screen output of all the ports (i.e. wanpipe1, wanpipe2..etc) starting on your card.
You will also see your ports plugging into the DAHDI signaling layer.
 If you see errors occurring, investigate the /var/log/messages file.
Â
Configuring the DAHDI Module
After your Sangoma card has started and is plugged into DAHDI, you will need to configure DAHDI by typing the following command on your Linux command line:
-> dahdi_cfgÂ
Â
Start Asterisk by typing the following command in your Linux command line
-> asteriskLog into your Asterisk CLI and run some basic commands to verify your system is functioning properly.
Type the following in your Linux command Line:
-> asterisk -rvvvvvvvvvv    (each 'v' adds verbosity to what you see when logged in to the CLI)Type the following CLI command to verify all your channels (dahdi channels) are loaded into asterisk:
-> dahdi show channels
For PRI/BRI cards only, run the following command to check the status of your pri/bri spans:
-> pri show spansÂ