zl程序教程

您现在的位置是:首页 >  其它

当前栏目

FreeSWITCH G.729 module using the opensource bcg729 implementation by Belledonne Communications

The by Using module implementation freeswitch Communications
2023-09-14 09:01:32 时间

FreeSWITCH G.729 module using the opensource bcg729 implementation by Belledonne Communications

程序之美

在这里插入图片描述

FreeSWITCH G.729 module using the opensource bcg729 implementation by Belledonne Communications.
Simple G.729 codec for FreeSWITCH using the Belledone Communications G.729 GPLv2 implementation.
https://github.com/xadhoom/mod_bcg729

How to compile and use:

cd /u sr/src/freeswitch/src/mod/codecs/
git clone https://github.com/romonzaman/mod_bcg729.git
cd mod_bcg729
2)
modify Makefile

### FreeSwitch headers files ###
FS_INCLUDES=/usr/local/freeswitch/include
FS_MODULES=/usr/local/freeswitch/mod
################################
  1. make
  2. make install
    fs_cli> unload mod_g729
    fs_cli> oad mod_bcg729