German language files for Freeswitch. Conference sound files only -primarily for use with BigBlueButton.
There are two options to use in BBB:
- Using freeswitch config (thanks to @sualko):
a. run mkdir -p /opt/freeswitch/share/freeswitch/sounds/de/de/callie/conference
and upload all folders to this path.
b. edit /opt/freeswitch/etc/freeswitch/autoload_configs/conference.conf.xml
--> replace all <param name="sound-prefix" value="$${sounds_dir}/en/us/callie"/>
with <param name="sound-prefix" value="$${sounds_dir}/de/de/callie"/>
c. restart BBB by using bbb-conf --restart
from shell
- Simply replacing all files
replace files in /opt/freeswitch/share/freeswitch/sounds/en/us/callie/conference
with the ones provided here.
- Docker Version by Alan Gecker (thanks to @nr23730):
If you use the docker version from alangecker/bigbluebutton-docker simply add a volume mapping to the following path inside your container:
`/usr/share/freeswitch/sounds/en/us/callie/conference`
I'm always open for other/better translation suggestions!