Skip to content
/ mod_g729 Public
forked from abaci64/mod_g729

这是一个 freeswitch 的 G729 编码模块,支持转码和录音

License

Notifications You must be signed in to change notification settings

xiezh/mod_g729

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

这是一个基于 linphone 开源项目 bcg729 开发的 FreeSWITCH 的 G.729 模块,支持转码和录音。参考了一些 mod_bcg729 项目代码,并且针对新版本的 bcg729 API 接口代码变更进行了更新

Install tutorial

$ git clone https://github.com/typefo/mod_g729.git
$ cd mod_g729
$ make
$ make install

freeswitch configuration

Edit /usr/local/freeswitch/conf/autoload_configs/modules.conf.xml

<!-- Codec Interfaces -->
<!-- <load module="mod_spandsp"/> -->
<!-- <load module="mod_g723_1"/> -->
<load module="mod_g729"/>
<!-- <load module="mod_amr"/> -->
......

Remove the <load module="mod_g729"/> annotation

About

这是一个 freeswitch 的 G729 编码模块,支持转码和录音

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.3%
  • CMake 2.7%
  • Perl 1.7%
  • Objective-C 1.3%
  • Makefile 1.3%
  • C++ 1.2%
  • Other 0.5%