Install mod_bcg729

Status
Not open for further replies.

Alfa

New Member
Mar 1, 2017
9
0
1
38
I get mod_bcg729 working with fusionpbx, debian 8, install script:

Install following packages:
Code:
apt-get install build-essential automake gcc git libtool pkg-config libfreeswitch-dev

Checkout FS srouces
Code:
mkdir /usr/src/freeswitch-debs
git clone https://freeswitch.org/stash/scm/fs/freeswitch.git /usr/src/freeswitch-debs/freeswitch

Download and extract https://codeload.github.com/romonzaman/mod_bcg729/zip/master in /usr/src/freeswitch-debs/freeswitch/src/mod/codecs. Rename it mod_bcg729.

Edit makefile and be sure FS_INCLUDES and FS_MODULES and correct values:
Code:
FS_INCLUDES=/usr/include/freeswitch
FS_MODULES=/usr/lib/freeswitch/mod

Then go in /usr/src/freeswitch-debs/freeswitch/src/mod/mod_bcg729 and run make.

Copy mod_bcg729 in /usr/lib/freeswitch/mod then go on webui, disable mod_g729 and add and enable mod_bcg729
 
Status
Not open for further replies.