Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unzip is missing on bbb-docker-freeswitch #324

Open
FamilieRo opened this issue Mar 18, 2024 · 0 comments
Open

unzip is missing on bbb-docker-freeswitch #324

FamilieRo opened this issue Mar 18, 2024 · 0 comments

Comments

@FamilieRo
Copy link

I have defined the German language package in the .env file.
But in conference no sound can be heard. In the logfiles there is not really a clue so I investigated by myself and found the error.
In the freeswitch container you can see this in the entrypoint.sh script:

elif [ "$SOUNDS_LANGUAGE" == "de-de-daedalus3" ]; then
if [ ! -d "$SOUNDS_DIR/de/de/daedalus3" ]; then
echo "sounds package for de-de-daedalus3 not installed yet"
wget -O /tmp/freeswitch-german-soundfiles.zip https://github.com/Daedalus3/freeswitch-german-soundfiles/archive/master.zip
mkdir -p $SOUNDS_DIR/de/de/daedalus3
unzip /tmp/freeswitch-german-soundfiles.zip -d /tmp/
mv /tmp/freeswitch-german-soundfiles-master $SOUNDS_DIR/de/de/daedalus3/conference

But on the command line of the container this error appears:

bash: unzip: command not found

So unzip is missing and the script cannot unzip the downloaded soundfile.

Please add unzip to the container image.

I am using alangecker/bbb-docker-freeswitch:v1.10.10-v2.7.3

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant