Skip to content

Latest commit

 

History

History
851 lines (522 loc) · 35.3 KB

CHANGELOG.md

File metadata and controls

851 lines (522 loc) · 35.3 KB

CHANGELOG

Version 3.2.11 (released in 2018-06-03)

  • Close #519. Parser: Do not overwrite unknwon header fields. Thanks @rprinz08.

Version 3.2.10 (released in 2018-04-24)

  • Include the NPM events dependency for those who don't use browserify but webpack.

Version 3.2.9 (released in 2018-04-20)

  • RTCSession: Add Contact header to REFER request. Thanks Julien Royer for reporting.

Version 3.2.8 (released in 2018-04-05)

  • Fix #511. Add missing payload on 'UA:disconnected' event.

Version 3.2.7 (released in 2018-03-23)

  • Fix regression (#509): ua.call() not working if stream is given.

Version 3.2.6 (released in 2018-03-22)

  • RTCSession: custom local description trigger support

Version 3.2.5 (released in 2018-03-06)

  • RTCSession: prefer promises over callbacks for readability.

Version 3.2.4 (released in 2018-01-19)

  • Config: #494. Switch Socket check order. Thanks 'Igor Kolosov'.

Version 3.2.3 (released in 2018-01-15)

  • RTCSession: Fix #492. Add missing log line for RTCPeerConnection error.

Version 3.2.2 (released in 2018-01-15)

  • Remove wrong NPM dependencies.

Version 3.2.1 (released in 2018-01-15)

  • Fix parsing of NOTIFY bodies during a REFER transaction (fixes #493).

Version 3.2.0 (released in 2018-01-15)

  • Config: new configuration parameter 'user_agent'
  • RTCSession/Info: Fix. Call session.sendRequest() with the correct parameters
  • Config: Fix #491. Implement all documented flavours of 'sockets' parameter

Version 3.1.4 (released in 2017-12-18)

  • Fix #482 and cleanup Registrator.js

Version 3.1.3 (released in 2017-11-28)

  • Produce ES5 tree and expose it as main in package.json (related to #472)
  • Fix #481. ReferSubscriber: properly access RTCSession non-public attributes

Version 3.1.2 (released in 2017-11-21)

  • RTCSession: emit 'sdp' event before creating offer/answer

Version 3.1.1 (released in 2017-11-11)

  • DigestAuthentication: fix 'auth-int' qop authentication
  • DigestAuthentication: add tests

Version 3.1.0 (released in 2017-11-10)

  • New UA configuration parameter 'session_timers_refresh_method'. Thanks @michelepra

Version 3.0.28 (released in 2017-11-9)

  • Fix improper call to userMediaSucceeded. Thanks @iclems

Version 3.0.27 (released in 2017-11-9)

  • Registrator: add missing getter. Thanks Martin Ekblom.

Version 3.0.26 (released in 2017-11-8)

  • Fix #473. Typo. Thanks @ikq.

Version 3.0.25 (released in 2017-11-6)

  • Use promise chaining to prevent PeerConnection state race conditions. Thanks @davies147

Version 3.0.24 (released in 2017-11-5)

  • Fix #421. Fire RTCSession 'peerconnection' event as soon as its created

Version 3.0.23 (released in 2017-10-31)

  • Fix typo. Thanks @michelepra.

Version 3.0.22 (released in 2017-10-27)

  • Tests: enable test-UA-no-WebRTC tests.
  • WebSocketInterface: uppercase the via_transport attribute.
  • Fix #469. new method InitialOutgoingInviteRequest::clone().

Version 3.0.21 (released in 2017-10-26)

  • WebSocketInterface: Add 'via_transport' setter.

Version 3.0.20 (released in 2017-10-24)

  • Fix typo on ES6 transpiling.

Version 3.0.19 (released in 2017-10-21)

  • ES6 transpiling. Modernize full JsSIP code.

Version 3.0.18 (released in 2017-10-13)

  • Dialog: ACK to initial INVITE could have lower CSeq than current remote_cseq.

Version 3.0.17 (released in 2017-10-12)

  • RTCSession: process INFO in early state.

Version 3.0.16 (released in 2017-10-12)

  • Fix #457. Properly retrieve ReferSubscriber. Thanks @btaens.

Version 3.0.15 (released in 2017-08-31)

  • Fix #457. Support NOTIFY requests to REFER subscriptions without Event id parameter.

Version 3.0.14 (released in 2017-08-31)

  • Update dependencies.

Version 3.0.13 (released in 2017-06-10)

  • Registrator: Don't send a Register request if another is on progress. Thanks to Paul Grebenc.

Version 3.0.12 (released in 2017-05-23)

  • UA: Add registrationExpiring event (#442). Credits to @danjenkins.

Version 3.0.11 (released in 2017-05-21)

  • RTCSession: Emit "peerconnection" also for incoming calls.

Version 3.0.10 (released in 2017-05-17)

  • Emit SDP before new RTCSessionDescription. Thanks to @StarLeafRob.

Version 3.0.8 (released in 2017-05-03)

  • Generic SIP INFO support.

Version 3.0.7 (released in 2017-03-24)

  • Fix #431. Fix UA's disconnect event by properly providing an object with all the documente fields (thanks @nicketson for reporting it).

Version 3.0.6 (released in 2017-03-22)

  • Fix #428. Don't use pranswer for early media. Instead create an answer and do a workaround when the 200 arrives.

Version 3.0.5 (released in 2017-03-21)

  • Update deps.
  • Add more debug logs into RTCSession class.

Version 3.0.4 (released in 2017-03-13)

  • Update deps.
  • If ICE fails, terminate the session with status code 408.

Version 3.0.3 (released in 2017-02-22)

  • Fix #426. Properly emit DTMF events.

Version 3.0.2 (released in 2017-02-17)

  • Fix #418. Incorrect socket status on failure.

Version 3.0.1 (released in 2017-01-19)

  • Close #419. Allow sending the DTMF 'R' key. Used to report a hook flash.

Version 3.0.0 (released in 2016-11-19)

  • Remove rtcninja dependency. Instead use webrtc-adapter.
  • RTCSession:: Remove RTCPeerConnection event wrappers. The app can access them via session.connection.
  • RTCSession:: Emit WebRTC related events when internal calls to getUserMedia(), createOffer(), etc. fail.
  • Use debug NPM fixed "2.0.0" version (until a pending bug in such a library is fixed).
  • UA: Remove ws_servers option.
  • UA: Allow immediate restart

Version 2.0.6 (released in 2016-09-30)

  • Improve library logs.

Version 2.0.5 (released in 2016-09-28)

  • Update dependencies.

Version 2.0.4 (released in 2016-09-15)

  • Fix #400. Corrupt NPM packege.

Version 2.0.3 (released in 2016-08-23)

  • Fix #385. No CANCEL request sent for authenticated requests.

Version 2.0.2 (released in 2016-06-17)

  • Fix gulp-header dependency version.

Version 2.0.1 (released in 2016-06-09)

  • Export JsSIP.WebSocketInterface.

Version 2.0.0 (released in 2016-06-07)

  • New 'contact_uri' configuration parameter.
  • Remove Node websocket dependency.
  • Fix #196. Improve 'hostname' parsing.
  • Fix #370. Outgoing request instance being shared by two transactions.
  • Fix #296. Abrupt transport disconnection on UA.stop().
  • Socket interface. Make JsSIP socket agnostic.

Version 1.0.1 (released in 2016-05-17)

  • Update dependencies.

Version 1.0.0 (released in 2016-05-11)

  • RTCSession: new event on('sdp') to allow SDP modifications.

Version 0.7.23 (released in 2016-04-12)

  • RTCSession: Allow multiple calls to refer() at the same time.

Version 0.7.22 (released in 2016-04-06)

  • UA: set() allows changing user's display name.
  • Ignore SDP answer in received ACK retransmissions (fix 367).

Version 0.7.21 (released in 2016-04-05)

  • RTCSession: Also emit peerconnection event for incoming INVITE without SDP.

Version 0.7.20 (released in 2016-04-05)

  • RTCSession/ReferSubscriber: Fix typo that breaks exposed API.

Version 0.7.19 (released in 2016-04-05)

  • RTCSession: Make refer() method to return the corresponding instance of ReferSubscriber so the app can set and manage as many events as desired on it.

Version 0.7.18 (released in 2016-03-23)

  • Add INFO method to allowed methods list
  • Add SIP Code 424 RFC 6442

Version 0.7.17 (released in 2016-02-25)

  • Apply changes of 0.7.16 also to browserified files under dist/ folder.

Version 0.7.16 (released in 2016-02-24)

  • Fix 337. Consistenly indicate registration status through events.

Version 0.7.15 (released in 2016-02-24)

  • Emit UA 'connected' event before sending REGISTER on transport connection
  • Fix 355. call to non existent parsed.error function. Thanks Stéphane Alnet @shimaore

Version 0.7.14 (released in 2016-02-17)

  • Fix sips URI scheme parsing rule.

Version 0.7.13 (released in 2016-02-10)

  • Fix. Don't lowercase URI parameter values. Thanks to Alexandr Dubovikov @adubovikov

Version 0.7.12 (released in 2016-02-05)

  • Accept new UA configuration parameters ha1 and realm to avoid plain SIP password handling (issue 353).
  • New UA.set() and UA.get() methods to set and retrieve computed configuration parameters in runtime.

Version 0.7.11 (released in 2015-12-17)

  • Fix typo ("iceconnetionstatechange" => "iceconnectionstatechange"). Thanks to Vertika Srivastava.

Version 0.7.10 (released in 2015-12-01)

  • Make gulp run on Node 4.0.X and 5.0.X.

Version 0.7.9 (released in 2015-10-16)

  • UA: Add set(parameter, value) method to change a configuration setting in runtime (currently just "password" is implemented).

Version 0.7.8 (released in 2015-10-13)

  • RTCSession: Add resetLocalMedia() method to reset the session local MediaStream by enabling both its audio and video tracks (unless the remote peer is on hold).

Version 0.7.7 (released in 2015-10-05)

  • RTCSession: Add "sending" event to outgoing, a good chance for the app to mangle the INVITE or its SDP offer.

Version 0.7.6 (released in 2015-09-29)

  • Update dependencies.
  • Improve gulpfile.js.

Version 0.7.5 (released in 2015-09-15)

  • Don't ask for getUserMedia in RTCSession.answer() if no mediaConstraints are provided.

Version 0.7.4 (released in 2015-08-10)

  • Allow rejecting an in-dialog INVITE or UPDATE message.

Version 0.7.3 (released in 2015-07-29)

  • FIX properly restart UA if start() is called while closing.

Version 0.7.2 (released in 2015-07-27)

  • Update dependencies.

Version 0.7.1 (released in 2015-07-27)

  • Update dependencies.

Version 0.7.0 (released in 2015-07-23)

  • Add REFER support.

Version 0.6.33 (released in 2015-06-17)

  • Don't keep URI params&headers in the registrar server URI.
  • RTCSession emits peerconnection for outgoing calls once the RTCPeerConnection is created and before the SDP offer is generated (good chance to create a RTCDataChannel without requiring renegotiation).

Version 0.6.32 (released in 2015-06-16)

  • Add callback to update and reinvite events.

Version 0.6.31 (released in 2015-06-16)

  • Added a parser for Reason header.

Version 0.6.30 (released in 2015-06-09)

  • Fix array iteration in URI#toString() to avoid Array prototype mangling by devil libraries such as Ember.

Version 0.6.29 (released in 2015-06-06)

  • Auto-register on transport connection before emitting the event.

Version 0.6.28 (released in 2015-06-02)

  • Update "rtcninja" dependencie.

Version 0.6.27 (released in 2015-06-02)

  • Don't terminate SIP dialog if processing of 183 with SDP fails.
  • Update dependencies.

Version 0.6.26 (released in 2015-04-17)

  • Update "rtcninja" dependency.

Version 0.6.25 (released in 2015-04-16)

  • Update "rtcninja" dependency.

Version 0.6.24 (released in 2015-04-14)

  • RTCSession: Fix Invite Server transaction destruction.

Version 0.6.23 (released in 2015-04-14)

  • RTCSession: Handle session timers before emitting "accepted".
  • Fix issue with latest version of browserify.

Version 0.6.22 (released in 2015-04-13)

  • Fix double "disconnected" event in some cases.

Version 0.6.21 (released in 2015-03-11)

  • Don't iterate arrays with (for...in) to avoid problems with evil JS libraries that add stuff into the Array prototype.

Version 0.6.20 (released in 2015-03-09)

  • Be more flexible receiving DTMF INFO bodies.

Version 0.6.19 (released in 2015-03-05)

  • Update dependencies.

Version 0.6.18 (released in 2015-02-09)

  • Terminate the call with a proper BYE/CANCEL/408/500 if request timeout, transport error or dialog error happens.
  • Fix "rtcninja" dependency problem.

Version 0.6.17 (released in 2015-02-02)

  • RTCSession: Improve isReadyToReOffer().

Version 0.6.16 (released in 2015-02-02)

  • RTCSession: Avoid calling hold()/unhold/renegotiate() if an outgoing renegotiation is not yet finished (return false).
  • RTCSession: Add options and done arguments to hold()/unhold/renegotiate().
  • RTCSession: New public method isReadyToReOffer().

Version 0.6.15 (released in 2015-01-31)

  • RTCSession: Emit iceconnetionstatechange event.
  • Update "rtcninja" dependency to 0.4.0.

Version 0.6.14 (released in 2015-01-29)

  • RTCSession: Include initially given rtcOfferConstraints in sendReinvite() and sendUpdate().

Version 0.6.13 (released in 2015-01-29)

  • Properly keep mute local audio/video if remote is on hold, and keep it even if we re-offer. Also fix SDP direction attributes in re-offers according to current local and remote "hold" status.

Version 0.6.12 (released in 2015-01-28)

  • Update "rtcninja" dependency to 0.3.3 (fix "RTCOfferOptions").

Version 0.6.11 (released in 2015-01-27)

  • Fix "Session-Expires" default value to 90 seconds.

Version 0.6.10 (released in 2015-01-27)

  • Update "rtcninja" dependency to 0.3.2 (get the rtcninja.canRenegotiate attribute).

Version 0.6.9 (released in 2015-01-27)

  • Don't reply 405 "Method Not Supported" to re-INVITE even if the UA's "newRTCSession" event is not set.
  • RTCSession: Allow extraHeaders in renegotiate().

Version 0.6.8 (released in 2015-01-26)

  • RTCSession: Don't ask for getUserMedia() in outgoing calls if mediaConstraints is {audio:false, video:false}. It is user's responsability to, in that case, provide offerToReceiveAudio/Video in rtcOfferConstraints.

Version 0.6.7 (released in 2015-01-26)

  • ' UA.call()': Return the RTCSession instance.
  • ' UA.sendMessage()': Return the Message instance.

Version 0.6.6 (released in 2015-01-24)

  • RTCSession: Don't process SDPs in retranmissions of 200 OK during reINVITE/UDATE.
  • RTCSession: Emit 'reinvite' when a reINVITE is received.
  • RTCSession: Emit 'update' when an UPDATE is received.

Version 0.6.5 (released in 2015-01-20)

  • RTCSession: Don't override this.data on answer() (unless options.data is given).

Version 0.6.4 (released in 2015-01-19)

  • RTCSession#connect(): Add rtcAnswerContraints options for later incoming reINVITE or UPDATE with SDP offer.
  • RTCSession#answer(): Add rtcOfferConstraints options for later incoming reINVITE without SDP offer.
  • RTCSession#renegotiate(): Add rtcOfferConstraints options for the UPDATE or reINVITE.
  • RTCSession#answer(): Remove audio or video from the given getUserMedia mediaConstraints if the incoming SDP has no audio/video sections.

Version 0.6.3 (released in 2015-01-17)

  • Bug fix. Properly cancel when only '100 trying' has been received.

Version 0.6.2 (released in 2015-01-16)

  • Bug fix: Do not set "Content-Type: application/sdp" in body-less UPDATE requests.

Version 0.6.1 (released in 2015-01-16)

Version 0.6.0 (released in 2015-01-13)

  • debug module.
  • rtcninja module.
  • Can renegotiate an ongoing session by means of a re-INVITE or UPDATE method (useful if the local stream attached to the RTCPeerConnection has been modified).
  • Improved hold/unhold detection.
  • New API options for UA#call() and RTCSession#answer().

Version 0.5.0 (released in 2014-11-03)

  • JsSIP runs in Node!
  • The internal design of JsSIP has also been modified, becoming a real Node project in which the "browser version" (jssip-0.5.0.js or jssip-0.5.0.min.js) is generated with browserify. This also means that the browser version can be loaded with AMD or CommonJS loaders.

Version 0.4.3 (released in 2014-10-29)

Version 0.4.2 (released in 2014-10-24)

  • (ca7702e) Fix #257. RTCMediaHandler: fire onIceCompleted() on next tick to avoid events race conditions in Firefox 33.

Version 0.4.1 (released in 2014-10-21)

This version is included into the Bower registry which means $ bower install jssip.

Version 0.4.0 (released in 2014-10-21)

Version 0.3.0 (released in 2013-03-18)

  • (fea1326) Don't validate configuration.password against SIP URI password BNF grammar (fix #74).
  • (3f84b30) Make RTCSession local_identity and remote_identity NameAddrHeader instances
  • (622f46a) remove 'views' argument from UA.call()
  • (940fb34) Refactored Session
  • (71572f7) Rename causes.IN_DIALOG_408_OR_481 to causes.DIALOG_ERROR and add causes.RTP_TIMEOUT.
  • (c79037e) Added 'registrar_server' UA configuration parameter.
  • (2584140) Don't allow SIP URI without username in configuration.uri.
  • (87357de) Digest authentication refactorized.
  • (6867f51) Add 'cseq' and 'call_id' attributes to OutgoingRequest.
  • (cc97fee) Fix. Delete session from UA sessions collection when closing
  • (947b3f5) Remove RTCPeerConnection.onopen event handler
  • (6029e45) Enclose every JsSIP component with an inmediate function
  • (7f523cc) JsSIP.Utils.MD5() renamed to JsSIP.Utils.calculateMD5() (a more proper name for a function).
  • (1b1ab73) Fix. Reply '200' to a CANCEL 'before' replying 487 to the INVITE
  • (88fa9b6) New way to handle Streams
  • (38d4312) Add Travis CI support.
  • (50d7bf1) New grunt grammar task for automatically building customized Grammar.js and Grammar.min.js.
  • (f19842b) Fix #60, #61. Add optional parameters to ua.contact.toString(). Thanks @ibc
  • (8f5acb1) Enhance self contact handling
  • (5e7d815) Fix. ACK was being replied when not pointing to us. Thanks @saghul
  • (1ab6df3) New method JsSIP.NameAddrHeader.parse() which returns a JsSIP.NameAddrHeader instance.
  • (a7b69b8) Use a random user in the UA's contact.
  • (f67872b) Extend the use of the 'options' argument
  • (360c946) Test units for URI and NameAddrHeader classes.
  • (826ce12) Improvements and some bug fixes in URI and NameAddrHeader classes.
  • (e385840) Make JsSIP.URI and JsSIP.NameAddrHeader more robust.
  • (b0603e3) Separate qunitjs tests with and without WebRTC. Make "grunt test" to run "grunt testNoWebRTC".
  • (659c331) New way to handle InvalidTargetErorr and WebRtcNotSupportedError
  • (d3bc91a) Don't run qunit task by default (instead require "grunt test").
  • (e593396) Added qunitjs based test unit (for now a parser test) and integrate it in grunt.js.
  • (da58bff) Enhance URI and NameAddrHeader
  • (df6dd98) Automate qunit tests into grunt process
  • (babc331) Fix. Accept multiple headers with same hader name in SIP URI.
  • (716d164) Pass full multi-header header fields to the grammar
  • (2e18a6b) Fix contact match in 200 response to REGISTER
  • (3f7b02f) Fix stun_host grammar rule.
  • (7867baf) Allow using a JsSIP.URI instance everywhere specting a destination.
  • (a370c78) Fix 'maddr' and 'method' URI parameters handling
  • (537d2f2) Give some love to "console.log|warn|info" messages missing the JsSIP class/module prefix.
  • (8cb6963) In case null, emptry string, undefined or NaN is passed as parameter value then its default value is applied. Also print to console the processed value of all the parameters after validating them.
  • (f306d3c) hack_ip_in_contact now generates a IP in the range of Test-Net as stated in RFC 5735 (192.0.2.0/24).
  • (528d989) Add DTMF feature
  • (777a48f) Change API methods to make use of generic 'options' argument
  • (3a6971d) Fix #26. Fire 'unregistered' event correctly.
  • (5616837) Rename 'outbound_proxy_set' parameter by 'ws_servers'
  • (37fe9f4) Fix #54. Allow configuration.uri username start with 'sip'
  • (a612987) Add 'stun_servers' and 'turn_servers' configuration parameters
  • (9fad09b) Add JsSIP.URI and JsSIP.NameAddrHeader classes
  • (f35376a) Add 'Content-Length' header to every SIP response
  • (3081a21) Enhance 'generic_param' grammar rule
  • (e589002) Fix. Allow case-insentivity in SIP grammar, when corresponds
  • (aec55a2) Enhance transport error handling
  • (d0dbde3) New stun_servers and turn_servers parameters
  • (47cdb66) Add 'extraHeaders' parameter to UA.register() and UA.unregister() methods
  • (69fbdbd) Enhance in-dialog request management
  • (da23790) Fix 'UTF8-NONASCII' grammar rule
  • (3f86b94) Require a single grunt task for packaging
  • (81595be) Add some log lines into sanity check code for clarity
  • (a8a7627) Enhance RTCPeerConnection SDP error handling. Thanks @ibc for reporting.
  • (3acc474) Add turn configuration parameters for RTCPeerConnection
  • (9fccaf5) Enhance 'boolean' comparison
  • (24fcdbb) Make preloaded Route header optional.
  • (defeabe) Automatic connection recovery.
  • (a45293b) Improve reply() method.
  • (f05795b) Fix. Prevent outgoing CANCEL messages from being authenticated
  • (5ed6122) Update credentials with the new authorization upon 401/407 reception
  • (2c9a310) Do not allow reject-ing a Message or Session with an incorrect status code
  • (35e5874) Make optional the reason phrase when reply-ing
  • (85ca354) Implement credential reuse
  • (351ca06) Fix Contact header aggregation for incoming messages
  • (d6428e7) Fire UA 'newMessage' event for incoming MESSAGE requests regardless they are out of dialog or in-dialog.
  • (1ab3423) Intelligent 'Allow' header field value. Do not set a method in the 'Allow' header field if its corresponding event is not defined or has zero listeners.
  • (4e70a25) Allow 'text/plain' and 'text/html' content types for incoming SIP MESSAGE Fixed incoming SIP MESSAGE processing when the Content-Type header contains parameters
  • (d5f3432) Fixed the message header split when a parsing error occurs. Parsing error log enhanced.

Version 0.2.1 (released in 2012-11-15)

  • (24e32c0) UA configuration password parameter is now optional.
  • (ffe7af6) Bug fix: UA configuration display_name parameter.
  • (aa51291) Bug fix: Allows multibyte symbols in UA configuration display_name parameter (and require not to write it between double quotes).
  • (aa48201) Bug fix: "cnonce" value value was not being quoted in Digest Authentication (reported by vf1).
  • (1ecabf5) Bug fix: Fixed authentication for in-dialog requests (reported by vf1).
  • (11c6bb6) Allow receiving WebSocket binary messages (code provided by vf1).
  • (0e8c5cf) Bug fix: Fixed Contact and Record-Route header split (reported by Davide Corda).
  • (99243e4) Fixed BYE and ACK error handling.
  • (0c91285) Fixed failure causes in 'registrationFailed' UA event.

Version 0.2.0 (released in 2012-11-01)

  • First stable release with full website and documentation.
  • Refactored sessions, message and events API.

Version 0.1.0 (released in 2012-09-27)

  • First release. No documentation.