Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Releases: VoIPGRID/VialerSIPLib

3.7.3

06 Aug 12:16
Compare
Choose a tag to compare

Properly responding to the server with ringing.

3.7.1

06 Apr 12:52
Compare
Choose a tag to compare

Released on Monday, Apr 4, 2020

Fixed

  • Fixed various threading issues which were causing crashes

3.7.0

21 Feb 07:47
Compare
Choose a tag to compare

Improved debug information and using updated versions of

  • PJSIP 2.10
  • h264 2.0.0
  • opus 1.3.1
  • OpenSSL 1.1.1d

3.5.6

20 Jan 14:12
Compare
Choose a tag to compare
3.5.6

3.5.3

03 Apr 12:32
Compare
Choose a tag to compare

Fixed

  • Resolved a crash that would sometimes happen when muting a call
  • Network changes will no longer reset the mute status of a call

3.5.2

03 Apr 12:32
Compare
Choose a tag to compare

Fixed

  • Resolved a crash when trying to make an outgoing call after loading the library for the first time

3.5.1

27 Dec 13:30
Compare
Choose a tag to compare

3.5.0 (27/12/2018)

Released on Thursday, December 27, 2018

Added

  • The caller name and number will now be taken from the P-Asserted-Identity or Remote-Party-ID headers if they are present.

3.4.1

08 Nov 08:33
Compare
Choose a tag to compare

Released on Thursday, November 8, 2018.

Fixed

  • When account registration returns a Forbidden or Unauthorized remove the account from the endpoint (#163)
  • Updated the prioritization that the caller info coming from the PBX has higher priority then the phonebook (#164)

Release 3.4.0

08 Nov 08:32
Compare
Choose a tag to compare

Released on Thursday, October 11, 2018.

Removed some old deprecated functions for configuring the codecs.
See the Example project on how to configure the codecs for the endpoint.

Added

  • Ability to add a configuration for the OPUS codec. (#156)

Release 3.3.4

08 Nov 08:32
Compare
Choose a tag to compare

Released on Friday, August 31, 2018.

Added

  • Added check to see if STUN servers are being used