@bitcall/webrtc-sip-gateway 0.3.9 → 0.3.10
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.
- package/README.md +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,6 +9,8 @@ Latest updates:
|
|
|
9
9
|
the gateway's own `:5060` listener does not trigger false port conflicts.
|
|
10
10
|
- `update` now syncs `BITCALL_GATEWAY_IMAGE` to the CLI target image tag,
|
|
11
11
|
pulls, and force-recreates containers so new image layers are applied.
|
|
12
|
+
- `up`/`restart`/`update` auto-migrate legacy compose files by removing stale
|
|
13
|
+
`/etc/kamailio` volume mounts that can override image-shipped config.
|
|
12
14
|
- Docker image includes `sngrep` and `tcpdump` for SIP troubleshooting.
|
|
13
15
|
- `sip-trace` opens a live SIP message viewer using `sngrep` in the container
|
|
14
16
|
via compose service execution.
|
|
@@ -16,8 +18,8 @@ Latest updates:
|
|
|
16
18
|
(nft-compatible port ranges and rule action order).
|
|
17
19
|
- Media firewall status now checks both nft and ip6tables marker rules so
|
|
18
20
|
legacy ip6tables protections are reported correctly.
|
|
19
|
-
- In-dialog
|
|
20
|
-
now attempt alias/usrloc fallback before 404.
|
|
21
|
+
- In-dialog non-ACK handling is hardened: in-dialog requests with broken/missing
|
|
22
|
+
route-set now attempt alias/usrloc fallback before 404.
|
|
21
23
|
- `TURN_MODE=coturn` now generates a compose stack with a dedicated coturn
|
|
22
24
|
container.
|
|
23
25
|
|