docker/scripts/fs_cli

11 lines
169 B
Plaintext
Raw Permalink Normal View History

2020-09-16 00:24:38 +02:00
#!/bin/bash
set -e
cd $(dirname $0)/..
2022-01-27 09:53:45 +01:00
# load .env
. functions.sh
load_env
2022-01-27 09:53:45 +01:00
2023-05-07 11:07:09 +02:00
docker compose exec freeswitch /opt/freeswitch/bin/fs_cli -H 10.7.7.1 -p "$FSESL_PASSWORD"