Versions Compared

Key

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

...

  1. Please download Wanpipe release (Wanpipe-3.5.28.2 or later)

#>wget https://ftp.sangoma.com/linux/custom/3.5/wanpipe-3.5.28.2.tgz

  1. Untar wanpipe release in arbitrary directory (/usr/src/ is recommended).

#> tar xvfz wanpipe-latest.tgz
#> cd wanpipe-<version> 

  1. Compile and install Wanpipe drivers.

#> make freetdm         (To compile Wanpipe drivers and utils)       
#> make install              (To install Wanpipe drivers and utils)   

...

  1. Confirm successful Wanpipe Installation

#> wanrouter hwprobe

This command will load the wanpipe modules and will print out list of all Sangoma hardware installed on the system.

...

Download the lastest libsng_ss7 MTP2API Release

32-bit: 
#>wget https://ftp.sangoma.com/linux/libsng_ss7/bkup/libsng_ss7-4.2.0.i686.tgz
64-bit: 
#>wget https://ftp.sangoma.com/linux/libsng_ss7/bkup/libsng_ss7-4.2.0.x86_64.tgz

  1. Untar the package

#>tar xfz libsng_ss7-mtp2api-X.X.X.<arch>tgz

...

  1. Install libsng_ss7

#>cd libsng_ss7-X.X.X 
#>make install 

Install FreeTDM

  1. Download the latest FreeTDM MTP2API Release.

#>wget https://ftp.sangoma.com/linux/custom/mtp2api/freetdm_2.0.0.tgz

  1. Untar the package

#>tar xfz freetdm-mtp2api-X.X.X.tgz

...

  1. Compile and install FreeTDM

#>cd freetdm-mtp2api-X.X.X
#>./configure --prefix=/usr/local/freetdm
#>make
#>make install