Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download the following System requirements
-> Prerequisites

  • Note: if you do not install the above requirements the installation will fail

...

Code Block
tar xfz dahdi-linux-complete-2.5.0.2+2.5.0.2.tar.gz
cd dahdi-linux-complete-2.5.0.2+2.5.0.2
make && make install

make config

Code Block
 

 

 

...

Wanpipe Installation

Installation

...

 

LibWAT Installation

  1. Download the latest LibWAT:

Code Block
wget ftp://ftp.sangoma.com/linux/libwat/libwat-2.1-current.tgz

 

  1. Untar & Compile & Install

Code Block
tar xfz libwat-2.1-current.tgz
cd libwat-X.X.X/build
cmake ..
make
make install

...

Use the wancfg_dahdi script to generate your configuration files

Code Block
wancfg_dahdi

 

Asterisk GSM Advanced Configuration options

...

v

  1. Sending/Receiving SMS using Asterisk CLI

  2. Sending/Receiving SMS using Asterisk Management Interface

...

It is recommended to enable Asterisk full debugging while the LibWAT library is still in beta phase to facilitate debugging.

Instructions on how to enable Asterisk Full Debug Logging

 

Enable debug configuration in chan_dahdi.conf

...