Skip to content

Releases: mconf/SIP.js

v0.7.5.14

06 Sep 00:48
Compare
Choose a tag to compare

v0.7.5.13

08 Feb 13:47
10f0841
Compare
Choose a tag to compare
  • build(deps): remove grunt-related deps

v0.7.5.12

21 May 14:11
ae6c71b
Compare
Choose a tag to compare

build(deps): make pegjs a mandatory dep so that prepublish works in npm@7

v0.7.5.11

26 Mar 13:47
d9eb1f5
Compare
Choose a tag to compare

Patch release v0.7.5.11

CHANGELOG:

  • Registrar: fix bindings cleanup on transport disconnections c4b7cd1
    • Correctly read the timers from values instead of keys. This fixes a REGISTER re-connection issue in mcs-sip.

v0.7.5.10

14 Jan 21:23
587a1fc
Compare
Choose a tag to compare

Patch release v0.7.5.10

CHANGELOG

  • Refactor UDP transport session indexing and uri assembling 982033e
    • Fixes to address URI assembling hiccups and take Route headers into account
    • Address the implementation of the disconnect method to actually close the UDP server and stop the wretched exceptions when shutting an app down
  • Also account for the 1XX_RECEIVED state for nisct-info transactions 0ca8ed1

v0.7.5.9

17 Dec 19:00
b5e1923
Compare
Choose a tag to compare

Patch release v0.7.5.9

CHANGELOG

  • Correctly clear custom register contexts on unregister.

v0.7.5.8

10 Oct 16:06
29db9c7
Compare
Choose a tag to compare

Patch release v0.7.5.8.

CHANGELOG

  • [tcp] Handle CRLF.CRLF keep alive with a pong/CRLF and avoid passing it to the parser, which would make calls fail due to garbage accumulation in the segments buffer.

v0.7.5.7

13 Sep 17:48
8071576
Compare
Choose a tag to compare

Patch release v0.7.5.7.

  • [tcp] Fix some garbage accumulation and mis-parsing with TCP fragmentation handling (#15).
  • [tcp] Properly watch for session terminations to close TCP sockets (#13).

v0.7.5.6

02 Jul 15:48
fbd0f19
Compare
Choose a tag to compare

Disabled F timer.

v0.7.5.5

12 Jun 13:09
70ced7f
Compare
Choose a tag to compare

Patch release v0.7.5.5.

CHANGELOG:

  • Add new sessionTransportDisconnected event to TransportTCP