Skip to content

Instantly share code, notes, and snippets.

@tzuryby
Created December 16, 2009 05:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tzuryby/257617 to your computer and use it in GitHub Desktop.
Save tzuryby/257617 to your computer and use it in GitHub Desktop.
## Get the wanpipe's source
$ wget ftp://ftp.sangoma.com/linux/current_wanpipe/wanpipe-3.5.8.tgz
$ tar xzvf wanpipe-3.5.8.tgz
$ cd wanpipe-3.5.8
### Install Sangoma Wanpipe drivers with TDM API support.
$ ./Setup install --protocol=AFT_TE1 –silent
### Get the latest LibPRI release and build it
$ cd ..
$ wget http://downloads.asterisk.org/pub/telephony/libpri/releases/libpri-1.4.10.tar.gz
$ tar xvzf libpri-1.4.10.tar.gz
$ cd libpri-1.4.10
$ make && make install
### Get the latest FreeSwitch release and build it
$ cd ..
$ svn checkout http://svn.freeswitch.org/svn/freeswitch/trunk freeswitch-svn
$ cd freeswitch-svn
$ ./bootstrap
### Uncomment the openzap module line (../../libs/openzap/mod_openzap)
$ vim modules.conf
$ ./configure --with-libpri
$ make
$ make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment