# mod_g729 **Repository Path**: phpgoer/mod_g729 ## Basic Information - **Project Name**: mod_g729 - **Description**: freeswitch g729 module based on itu g729 source code. - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2023-05-26 - **Last Updated**: 2023-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Freeswitch的mod_g729模块,仅用于G729编码测试,不用于商业目的。 1. 进入freeswitch 源码根目录 cd /usr/local/src/freeswitch 2. 删除默认g729模块 rm -rf src/mod/codecs/mod_g729 3. 解压并移动当前代码到codecs目录 (解压到当前用户目录 ~) mv ~/mod_g729 /src/mod/codecs/ 4. 编译安装 vi modules.conf 取消此行的注释: codecs/mod_g729 make mod_g729-install