freeswitch: SIP dial in support

This commit is contained in:
chandi
2024-11-28 13:16:32 +01:00
parent 4afa12bcf2
commit 329b6bfae6
8 changed files with 239 additions and 19 deletions

View File

@ -54,6 +54,7 @@ docker run \
-e DEV_MODE=${DEV_MODE:-false} \
-e IGNORE_TLS_CERT_ERRORS=${IGNORE_TLS_CERT_ERRORS:-} \
-e EXTERNAL_IPv6=${EXTERNAL_IPv6:-} \
-e SIP_IP_ALLOWLIST=${SIP_IP_ALLOWLIST:-} \
-e ENABLE_RECORDING=${ENABLE_RECORDING:-false} \
-e ENABLE_HTTPS_PROXY=${ENABLE_HTTPS_PROXY:-false} \
-e ENABLE_WEBHOOKS=${ENABLE_WEBHOOKS:-false} \