aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk-audio-konf/APKBUILD
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2010-08-20 14:20:08 +0300
committerTimo Teräs <timo.teras@iki.fi>2010-08-20 14:21:13 +0300
commit1e33b7eab5f93075308e651c0be053bd3a572a3b (patch)
tree59317db56fe7fc48ae635c6af7bef0c5d65f4f17 /main/asterisk-audio-konf/APKBUILD
parent17c5dc11a5c75603a60ec814815508f5729a1e14 (diff)
downloadaports-1e33b7eab5f93075308e651c0be053bd3a572a3b.tar.bz2
aports-1e33b7eab5f93075308e651c0be053bd3a572a3b.tar.xz
main/asterisk-audio-konf: patch to fix handling of certain errors
Fixes conference application to return control to dialplan when non-fatal error happens.
Diffstat (limited to 'main/asterisk-audio-konf/APKBUILD')
-rw-r--r--main/asterisk-audio-konf/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/main/asterisk-audio-konf/APKBUILD b/main/asterisk-audio-konf/APKBUILD
index cd87e2780e..3025b873cd 100644
--- a/main/asterisk-audio-konf/APKBUILD
+++ b/main/asterisk-audio-konf/APKBUILD
@@ -4,7 +4,7 @@ pkgname=asterisk-audio-konf
_basever=0
_gitver=100607
pkgver=${_basever}_git${_gitver}
-pkgrel=0
+pkgrel=1
pkgdesc="A fork of AppKonference focused entirely on audio conferencing"
url="http://github.com/jthomerson/AsteriskAudioKonf/"
license="GPL"
@@ -15,6 +15,7 @@ subpackages=
_snapfile="$pkgname-$pkgver.tar.bz2"
source="http://build.alpinelinux.org:8010/distfiles/$_snapfile
0001-add-n-flag-to-prevent-dynamic-create-of-conference.patch
+ 0002-member-do-not-exit-with-error-if-join_conference-fai.patch
"
_gitver=100607
@@ -64,4 +65,5 @@ package() {
}
md5sums="8a716a2d1daa622f86a485804e403571 asterisk-audio-konf-0_git100607.tar.bz2
-937afbb9fa2ce57615f09919e15ab2d3 0001-add-n-flag-to-prevent-dynamic-create-of-conference.patch"
+937afbb9fa2ce57615f09919e15ab2d3 0001-add-n-flag-to-prevent-dynamic-create-of-conference.patch
+2d0d8bf20b2a22bd099f1461cfd1fe27 0002-member-do-not-exit-with-error-if-join_conference-fai.patch"