mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-04-05 22:58:28 +02:00
quite some features (recording, SIP, transcription, etc.) are not working yet, but a milestone where it should finally take a commit
11 lines
183 B
Bash
Executable File
11 lines
183 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
# load .env
|
|
. ./scripts/functions.sh
|
|
load_env
|
|
|
|
docker compose exec freeswitch /opt/freeswitch/bin/fs_cli -H 10.7.7.10 -p "$FSESL_PASSWORD" $@
|