diff options
-rw-r--r-- | main/freeswitch/APKBUILD | 4 | ||||
-rw-r--r-- | main/freeswitch/modules.conf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD index 23241389b..b3a3d85e6 100644 --- a/main/freeswitch/APKBUILD +++ b/main/freeswitch/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=freeswitch pkgver=1.0.7 -pkgrel=0 +pkgrel=1 pkgdesc="A communications platform written in C from the ground up" url="http://www.freeswitch.org" arch="all" @@ -105,6 +105,6 @@ conf() { } md5sums="0a685b4cdd2466da28695fc09b8fc11e freeswitch-1.0.7.tar.gz -f2549767e058ec57b159b80b54446421 modules.conf +a3383f46dc62ec1fa00eab584d7ee472 modules.conf c608cca8ad773acebf201f581438c7e7 freeswitch.confd aa358c9ca0d8b93fabb6a36a5ed4c469 freeswitch.initd" diff --git a/main/freeswitch/modules.conf b/main/freeswitch/modules.conf index 1afbc6ee0..9324502d7 100644 --- a/main/freeswitch/modules.conf +++ b/main/freeswitch/modules.conf @@ -50,7 +50,7 @@ event_handlers/mod_cdr_csv #event_handlers/mod_radius_cdr formats/mod_native_file formats/mod_sndfile -#formats/mod_shout +formats/mod_shout formats/mod_local_stream formats/mod_tone_stream #languages/mod_python |