fix rcctl command

This commit is contained in:
sthen 2015-10-05 12:10:00 +00:00
parent a9ba8d02c2
commit 6acb7ccf14
2 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
# $OpenBSD: Makefile,v 1.10 2015/07/06 11:25:36 sthen Exp $
# $OpenBSD: Makefile,v 1.11 2015/10/05 12:10:00 sthen Exp $
SHARED_ONLY= Yes
COMMENT= G.729a voice codec for Asterisk
DISTNAME= asterisk-g72x-1.1
REVISION= 1
PKGNAME= ${DISTNAME:S/g72x/g729/}
EXTRACT_SUFX= .tar.bz2
CATEGORIES= telephony
MASTER_SITES= http://asterisk.hosting.lv/src/
REVISION= 0
HOMEPAGE= http://asterisk.hosting.lv/

View File

@ -1,11 +1,11 @@
$OpenBSD: README,v 1.3 2015/07/06 11:25:36 sthen Exp $
$OpenBSD: README,v 1.4 2015/10/05 12:10:00 sthen 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:
# rcctl asterisk restart
# rcctl restart asterisk
-or-
$ asterisk -rx 'module load codec_g729.so'