openbsd-ports/telephony/asterisk-g729/pkg
ajacoutot 0691c69586 Use RCDIR instead of /etc/rc.d when refering to packages rc scripts.
discussed with espie and sthen
ok sthen@
2012-04-22 11:41:55 +00:00
..
DESCR
PLIST
README

$OpenBSD: README,v 1.2 2012/04/22 11:41:55 ajacoutot Exp $

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:

$ sudo ${RCDIR}/asterisk restart
$ 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'