Asterisk SS7 OptionsThe purpose of this page is provide information on how to install/configure/use the various SS7 stacks available for Asterisk.
First...for some basic information about SS7 please see the following links:
Wikipedia entry for SS7 Konrad's Intro to SS7 (PPTX)
If you find any errors in the information on this page or would like to make a comment, please send an email to konrad@sangoma.com
Sangoma's SMG-SS7
Digium's LibSS7
Dicea's Chan_SS7
Sangoma's SMG-SS7
Architecture Installation Configuration Debugging Load Test Results
Digium's LibSS7
Architecture Installation Configuration Debugging Load Test Results
Architecture - LibSS7

Installation - LibSS7
- Install Dahdi-Linux
- Download the latest stable version of Dahdi-linux from www.asterisk.org/downloads to /usr/src/
- cd /usr/src/
- wget http://downloads.asterisk.org/pub/telephony/dahdi-linux/dahdi-linux-current.tar.gz
- Untar the archived file
- tar xfz dahdi-linux-current.tar.gz
- Compile the sources
- Install the compiled sources
- Install Dahdi-Tools
- Download the latest stable version of Dahdi-tools from www.asterisk.org/downloads to /usr/src/
- cd /usr/src
- wget http://downloads.asterisk.org/pub/telephony/dahdi-tools/dahdi-tools-current.tar.gz
- Untar the archived file
- tar xfz dahdi-tools-current.tar.gz
- Create the Makefile for your system
- cd dahdi-tools<tab>
- ./configure
- Compile the sources
- Install the compiled sources
- Install the sample configuration files and startup scripts
- Install LibSS7
- Download the latest stable version of LibSS7 from http://downloads.asterisk.org/pub/telephony/libss7/ to /usr/src
- cd /usr/src/
- wget http://downloads.asterisk.org/pub/telephony/libss7/libss7-<version>.tar.gz
- Untar the archived file
- Compile the sources
- Install the sources
- Install Asterisk
- Download the latest stable version of Asterisk from www.asterisk.org/downloads to /usr/src
- cd /usr/src/
- wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-<version>-current.tar.gz
- Untar the archived file
- Create the Makefile for your system
- cd asterisk<tab>
- ./configure
- Compile the sources
- Install the sources
- Install the sample configs
- Install Wanpipe
- Download the latest stable version of Wanpipe from ftp://ftp.sangoma.com/linux/current_wanpipe/ to /usr/src
- wget ftp://ftp.sangoma.com/linux/current_wanpipe/current-stable.tgz
- Untar the archived file
- tar xfz current-stable.tgz
- Run the installer
- cd wanpipe<tab>
- ./Setup install
- Choose the default options
- Compile for "TDM Zaptel/Dahdi" support (option #2)
- Do not configure install the start-up scripts
- Do not configure for Dahdi
- Confirm the proper installation of Dahdi and Wanpipe by running the Wanpipe hardware probe
- wanrouter hwprobe
- Confirm that the Wanpipe drivers are able to communicate with your card(s)
Dicea's Chan_SS7
Architecture Installation Configuration Debugging Load Test Results
|