The telephony/asterisk-g729 port
asterisk-g729-1.4.4 – G.729a voice codec for Asterisk (cvsweb github mirror)
Description
asterisk-g729 is a G.729a voice codec for Asterisk.WWW: http://asterisk.hosting.lv/
Readme
G.729 codec for the Asterisk open source PBX. After installing this package, you will need to either restart Asterisk or manually load the module: # rcctl restart asterisk -or- $ asterisk -rx 'module load codec_g729.so' You can verify the module has been loaded using the following command: $ asterisk -rx 'core show codecs' |grep g729 You may also need to add 'allow=g729' to configuration files to completely enable it. Review these files: ${SYSCONFDIR}/asterisk/sip.conf ${SYSCONFDIR}/asterisk/iax.conf If you have problems with the codec, increase the Asterisk verbosity level to 3 and use the following command to enable debugging: $ asterisk -rx 'g729 debug'
Maintainer
The OpenBSD ports mailing-list
Only for arches
aarch64 alpha amd64 arm hppa i386 mips64 mips64el powerpc powerpc64 riscv64 sparc64
Categories
Library dependencies
Build dependencies
Run dependencies
Files
- /usr/local/lib/asterisk/modules/codec_g729.so
- /usr/local/share/doc/pkg-readmes/asterisk-g729