docker/scripts/fs_cli
chandi c740f55e5a v3.0.0-beta.5: basic working functionality
quite some features (recording, SIP, transcription, etc.) are not working yet, but a milestone where it should finally take a commit
2024-11-24 16:30:49 +01:00

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" $@