@bitcall/webrtc-sip-gateway 0.2.5 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +1,11 @@
1
1
  # Generated by bitcall-gateway init
2
2
  GATEWAY_VERSION=__GATEWAY_VERSION__
3
3
  BITCALL_GATEWAY_IMAGE=__BITCALL_GATEWAY_IMAGE__
4
+ BITCALL_ENV=__BITCALL_ENV__
4
5
  DOMAIN=__DOMAIN__
5
6
  PUBLIC_IP=__PUBLIC_IP__
6
7
  DEPLOY_MODE=__DEPLOY_MODE__
8
+ ROUTING_MODE=__ROUTING_MODE__
7
9
  SIP_PROVIDER_URI=__SIP_PROVIDER_URI__
8
10
  SIP_UPSTREAM_TRANSPORT=__SIP_UPSTREAM_TRANSPORT__
9
11
  SIP_UPSTREAM_PORT=__SIP_UPSTREAM_PORT__
@@ -23,5 +25,8 @@ ACME_LISTEN_PORT=__ACME_LISTEN_PORT__
23
25
  WSS_LISTEN_PORT=__WSS_LISTEN_PORT__
24
26
  INTERNAL_WSS_PORT=__INTERNAL_WSS_PORT__
25
27
  INTERNAL_WS_PORT=__INTERNAL_WS_PORT__
26
- MEDIA_IPV6=__MEDIA_IPV6__
27
- MEDIA_FORCE_IPV4=__MEDIA_FORCE_IPV4__
28
+ MEDIA_IPV4_ONLY=__MEDIA_IPV4_ONLY__
29
+ TURN_UDP_PORT=__TURN_UDP_PORT__
30
+ TURNS_TCP_PORT=__TURNS_TCP_PORT__
31
+ TURN_RELAY_MIN_PORT=__TURN_RELAY_MIN_PORT__
32
+ TURN_RELAY_MAX_PORT=__TURN_RELAY_MAX_PORT__
@@ -10,9 +10,6 @@ services:
10
10
  security_opt:
11
11
  - no-new-privileges:true
12
12
  env_file: .env
13
- environment:
14
- - MEDIA_IPV6=${MEDIA_IPV6:-0}
15
- - MEDIA_FORCE_IPV4=${MEDIA_FORCE_IPV4:-1}
16
13
  volumes:
17
14
  - ${TLS_CERT}:/etc/ssl/cert.pem:ro
18
15
  - ${TLS_KEY}:/etc/ssl/key.pem:ro