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