diff --git a/docker-compose.yml b/docker-compose.yml
index d95620e..98ea71e 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -41,6 +41,7 @@ services:
SIP_IP_ALLOWLIST: ${SIP_IP_ALLOWLIST:-}
DISABLE_SOUND_MUTED: ${DISABLE_SOUND_MUTED:-false}
DISABLE_SOUND_ALONE: ${DISABLE_SOUND_ALONE:-false}
+ SOUNDS_LANGUAGE: ${SOUNDS_LANGUAGE:-en-us-callie}
volumes:
- ./conf/sip_profiles:/etc/freeswitch/sip_profiles/external
- ./conf/dialplan_public:/etc/freeswitch/dialplan/public_docker
diff --git a/mod/etherpad/Dockerfile b/mod/etherpad/Dockerfile
index a56835e..f5e69bd 100644
--- a/mod/etherpad/Dockerfile
+++ b/mod/etherpad/Dockerfile
@@ -1,4 +1,4 @@
-FROM etherpad/etherpad:1.8.6
+FROM etherpad/etherpad:1.8.7
USER root
diff --git a/mod/etherpad/bbb-etherpad-plugin b/mod/etherpad/bbb-etherpad-plugin
index 6c28508..8f1ab56 160000
--- a/mod/etherpad/bbb-etherpad-plugin
+++ b/mod/etherpad/bbb-etherpad-plugin
@@ -1 +1 @@
-Subproject commit 6c28508afde7c10aeec64403c43bf909cae60c74
+Subproject commit 8f1ab5687904c765afc21944c11356057ab22521
diff --git a/mod/etherpad/bbb-etherpad-skin b/mod/etherpad/bbb-etherpad-skin
index 05ad435..eee0062 160000
--- a/mod/etherpad/bbb-etherpad-skin
+++ b/mod/etherpad/bbb-etherpad-skin
@@ -1 +1 @@
-Subproject commit 05ad435b3e935c2563b69bc5b937d1f3fd50fe5a
+Subproject commit eee0062af8849d4ef031cadc688aa70afa7a11b1
diff --git a/mod/freeswitch/Dockerfile b/mod/freeswitch/Dockerfile
index 927c940..b5c8522 100644
--- a/mod/freeswitch/Dockerfile
+++ b/mod/freeswitch/Dockerfile
@@ -2,7 +2,7 @@ FROM debian:buster-slim
# add freeswitch repo
RUN apt-get update && \
-apt-get install -y --no-install-recommends subversion curl wget ca-certificates gnupg gnupg2 lsb-release && \
+apt-get install -y --no-install-recommends subversion curl wget ca-certificates gnupg gnupg2 lsb-release unzip && \
curl -k https://files.freeswitch.org/repo/deb/debian-release/fsstretch-archive-keyring.asc | apt-key add - && \
echo 'deb http://files.freeswitch.org/repo/deb/debian-release/ buster main' > /etc/apt/sources.list.d/freeswitch.list
diff --git a/mod/freeswitch/conf/vars.xml.tmpl b/mod/freeswitch/conf/vars.xml.tmpl
index e8a070f..f917171 100644
--- a/mod/freeswitch/conf/vars.xml.tmpl
+++ b/mod/freeswitch/conf/vars.xml.tmpl
@@ -49,7 +49,7 @@
-->
-
+