update to Asterisk 10.10.0 - various fixes including with confbridge,
dtmf and chan_local.
This commit is contained in:
parent
855a394db9
commit
c406b7ed93
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.162 2012/10/08 21:28:06 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.163 2012/11/08 09:34:31 sthen Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
COMMENT-main= open source multi-protocol PBX and telephony toolkit
|
||||
|
||||
VER= 10.9.0
|
||||
VER= 10.10.0
|
||||
DISTNAME= asterisk-${VER:S/beta/-beta/:S/rc/-rc/}
|
||||
PKGNAME-main= asterisk-${VER}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (asterisk-10.9.0.tar.gz) = +1unxOnBl4Q7fM7+cy7GmSp/bRYGXW5xKNN7EEnvbuo=
|
||||
SIZE (asterisk-10.9.0.tar.gz) = 25060275
|
||||
SHA256 (asterisk-10.10.0.tar.gz) = nuG7bfDEcvGcIQJCBFtvxs0JG5HFpvydtHJtNkfyazw=
|
||||
SIZE (asterisk-10.10.0.tar.gz) = 25077705
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-configs_res_odbc_conf_sample,v 1.1 2012/09/28 00:03:57 sthen Exp $
|
||||
--- configs/res_odbc.conf.sample.orig Thu Sep 20 13:29:33 2012
|
||||
+++ configs/res_odbc.conf.sample Thu Sep 20 13:30:00 2012
|
||||
$OpenBSD: patch-configs_res_odbc_conf_sample,v 1.2 2012/11/08 09:34:31 sthen Exp $
|
||||
--- configs/res_odbc.conf.sample.orig Tue Sep 25 14:28:20 2012
|
||||
+++ configs/res_odbc.conf.sample Tue Nov 6 23:29:02 2012
|
||||
@@ -19,8 +19,7 @@
|
||||
; If not specified, it is assumed the section is enabled.
|
||||
enabled => no
|
||||
@ -10,4 +10,4 @@ $OpenBSD: patch-configs_res_odbc_conf_sample,v 1.1 2012/09/28 00:03:57 sthen Exp
|
||||
+; This value should match an entry in /etc/iodbc/odbc.ini
|
||||
dsn => asterisk
|
||||
;
|
||||
; Username for connecting to the database. The default user is "root".
|
||||
; Username for connecting to the database. The user defaults to the context name if unspecified.
|
||||
|
Loading…
Reference in New Issue
Block a user