install chan_h323.so and put h323 fragment after confdir is created.
remove extraunexec and bump. sthen@ ok.
This commit is contained in:
parent
243bd58e14
commit
056c7fbd6d
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.66 2009/12/13 12:23:57 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.67 2009/12/14 04:49:24 fgsch Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
COMMENT-main= open source multi-protocol PBX and telephony toolkit
|
||||
@ -6,7 +6,7 @@ COMMENT-main= open source multi-protocol PBX and telephony toolkit
|
||||
VER= 1.6.0.19
|
||||
# you can set PATCHVER=p0, p1 etc to bump everything,
|
||||
# this takes care of the subpackage/flavor maze
|
||||
PATCHVER= p0
|
||||
PATCHVER= p1
|
||||
CORESOUNDS= 1.4.16
|
||||
DISTNAME= asterisk-${VER:S/rc/-rc/}
|
||||
FULLPKGNAME-main= asterisk-${VER}${PATCHVER}
|
||||
|
@ -1,3 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.h323-main,v 1.2 2009/12/13 12:11:29 sthen Exp $
|
||||
@comment $OpenBSD: PFRAG.h323-main,v 1.3 2009/12/14 04:49:24 fgsch Exp $
|
||||
lib/asterisk/modules/chan_h323.so
|
||||
share/examples/asterisk/default/h323.conf
|
||||
@sample ${SYSCONFDIR}/asterisk/h323.conf
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.20 2009/12/13 12:23:57 sthen Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.21 2009/12/14 04:49:24 fgsch Exp $
|
||||
@conflict asterisk-sounds-<=1.2.1p2
|
||||
@conflict asterisk-ogg-*
|
||||
@conflict app_conference-20070809
|
||||
@ -10,7 +10,6 @@
|
||||
@pkgpath telephony/chan_unistim
|
||||
@newgroup _asterisk:545
|
||||
@newuser _asterisk:545:_asterisk:daemon:asterisk user:/nonexistent:/sbin/nologin
|
||||
%%h323%%
|
||||
include/asterisk/
|
||||
include/asterisk.h
|
||||
include/asterisk/_private.h
|
||||
@ -1507,6 +1506,7 @@ share/examples/asterisk/default/usbradio.conf
|
||||
share/examples/asterisk/default/users.conf
|
||||
share/examples/asterisk/default/voicemail.conf
|
||||
@comment share/examples/asterisk/default/vpb.conf
|
||||
%%h323%%
|
||||
share/examples/asterisk/openbsd/
|
||||
share/examples/asterisk/openbsd/extensions.ael.sample
|
||||
@mode 640
|
||||
@ -1572,4 +1572,3 @@ share/examples/asterisk/voicemail/default/1234/en/busy.gsm
|
||||
share/examples/asterisk/voicemail/default/1234/en/unavail.gsm
|
||||
@owner _asterisk
|
||||
@sample /var/spool/asterisk/voicemail/default/1234/en/unavail.gsm
|
||||
@extraunexec rm -rf /var/run/asterisk
|
||||
|
Loading…
Reference in New Issue
Block a user