Created
December 16, 2009 05:33
-
-
Save zuriby/257617 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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