@bitcall/webrtc-sip-gateway 0.3.11 → 0.3.12

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,8 +20,8 @@ Latest updates:
20
20
  (nft-compatible port ranges and rule action order).
21
21
  - Media firewall status now checks both nft and ip6tables marker rules so
22
22
  legacy ip6tables protections are reported correctly.
23
- - In-dialog non-ACK handling is hardened: in-dialog requests with broken/missing
24
- route-set now attempt alias/usrloc fallback before 404.
23
+ - In-dialog handling is hardened: in-dialog requests (including 2xx ACK) with
24
+ broken/missing route-set now attempt alias/usrloc fallback before 404.
25
25
  - `TURN_MODE=coturn` now generates a compose stack with a dedicated coturn
26
26
  container.
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitcall/webrtc-sip-gateway",
3
- "version": "0.3.11",
3
+ "version": "0.3.12",
4
4
  "description": "Linux CLI for bootstrapping and managing the Bitcall WebRTC-to-SIP Gateway",
5
5
  "repository": {
6
6
  "type": "git",