diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2023-01-04 09:31:19 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2023-01-04 09:31:19 +0100 |
commit | 6792f5971d0d57b44aad5f28d8e561bdaf83dbca (patch) | |
tree | 47e30d81ffdb6d4deb99334e699d6194b38dddb1 | |
parent | 8ba4c3458895544a8156400d01ae98c84fe07d89 (diff) | |
download | aports-6792f5971d0d57b44aad5f28d8e561bdaf83dbca.zip |
main/freeswitch: enable mod_sidlookup
fixes https://gitlab.alpinelinux.org/alpine/aports/-/issues/14517
-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 8c21a3d78c7..3774317ec0f 100644 --- a/main/freeswitch/APKBUILD +++ b/main/freeswitch/APKBUILD @@ -4,7 +4,7 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> pkgname=freeswitch pkgver=1.10.8 -pkgrel=2 +pkgrel=3 pkgdesc="A communications platform written in C from the ground up" url="https://www.freeswitch.org/" arch="all" @@ -235,7 +235,7 @@ c1960f3c7acf729468b819f7f15d66a251c3967b2784bce18c7755b333156e687c55fdc1aceda588 b0cd37a3d7ed9bedb0b96bfc23ebaf293731da8d0b7b080d4df9eadcad103cea6fec708b62f86c0434d819b293469f6c28c1dc3c1d33e8d2a76399f9d27dff11 explicit-darwin-macro.patch 4739be0c1c6783ace2bd10f7573b1ca86be013d21a7f973b5fd348c98fb9ed1a548baacee6bb65b7501251106c8dbd7266997f8699d2d7070a2bd7efe145b866 python-3.10.patch 86449a842f12d4e1a09954e5086824ba40b60499517eab40fe3e1502349eb17d64429d747f6c80956f90287eca84cf8e9109abb7c13b169b2cb358e668ef2586 python-3.11.patch -e495f955bdfd89259d8c907a7159e15bf17bd5933b0a643fba08f022583b518758b2a6ff301b79a24c099352bb39d4724f779dfc76eb924c103d2cb160fc2aa9 modules.conf +4876dd74274e6947ecbbc06f35ecfe67b2020215bab2eecd2a767ad439a43e06c0f64445fe7aed68817477c9fa8d39db554162e3ffe46c5d13574bcf5f75c970 modules.conf a585f6411185a26206137a1ad97a06fd6c73e80c5439e9be45eabfa70e7a83120169ba882971fcd328436c8e0242cbd664170b80754ea2846021689baf1f1595 freeswitch.confd 643d0a2e43f5d3bf3b99fcb6f6422302cb4b74a95eccf844eafb100b15aa9856b4ff41f112d6637255c2e9e2bec9fedc9a9215dfff214dfb83b52eae16b71dca freeswitch.initd " diff --git a/main/freeswitch/modules.conf b/main/freeswitch/modules.conf index 03d0a8ebc87..dbc33318495 100644 --- a/main/freeswitch/modules.conf +++ b/main/freeswitch/modules.conf @@ -4,7 +4,7 @@ applications/mod_avmd #applications/mod_bert applications/mod_blacklist applications/mod_callcenter -#applications/mod_cidlookup +applications/mod_cidlookup applications/mod_cluechoo applications/mod_commands applications/mod_conference |