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

Releases: VoIPGRID/VialerSIPLib

Release 3.3.3

08 Nov 08:31
Compare
Choose a tag to compare

Released on Tuesday, August 21, 2018.

Fixed

  • Regex update for the Call-ID to prevent crash

Release 3.3.2

08 Nov 08:31
Compare
Choose a tag to compare

Released on Monday, August 13, 2018.

Added

  • Reinvite calls when there is a new transport created (#153)
  • Handle interruptions only during a call (#152)

Release 3.3.1

07 Aug 08:45
Compare
Choose a tag to compare

3.3.1 (07/17/2018)

Released on Tuesday, July 17, 2018.

Added

  • Post notification when there is an error after a register (#149)

Release 3.3.0

07 Aug 08:44
Compare
Choose a tag to compare

3.3.0 (06/28/2018)

Released on Thursday, June 28, 2018.

Added

  • Add a notification and state for audio during a call. (#145)
  • The call-ID is being set in the SIP message is now added to VSLCall. (#144)

Release 3.2.0

07 Aug 08:44
Compare
Choose a tag to compare

3.2.0 (06/15/2018)

Released on Friday, June 15, 2018.

Added

  • Configurable codecs through the new VSLCodecConfiguration class. (#133)
  • Ability to do a blind transfer of a call (#137)
  • Build in a check to see if there is audio for a call. When there is no audio in the first 10 seconds a notification is posted. (#138)

Fixed

  • The first pass of removing the call referencing from the VSLAccount class in favor of the VSLCallManager (#142)
  • Some memory management for the VSLCall and the VSLRingback classes (#142)

Release 3.1.3

28 Jun 10:13
Compare
Choose a tag to compare

Added

  • Updated Vialer-pjsip-iOS to the newest version.

Fixed

  • Fix issue when there were no calls possible from the background when video is disabled remove the video codec option from the INVITE (#131)
  • Incoming callername not showing #124 (#130)
  • Fixed issue that call was not being to release on hold status (#129)

Release 3.1.2

28 Jun 10:12
Compare
Choose a tag to compare

Added

  • Update Vialer-PJSIP-IOS pod to the newest version

Release 3.1.1

28 Jun 10:12
Compare
Choose a tag to compare

Added

  • Update Vialer-PJSIP-IOS pod to the newest version

Release 3.1.0

19 Feb 08:21
Compare
Choose a tag to compare

Released on Monday, February 19, 2018.

Added

  • Ability to use Stun servers.

Fixed

  • Fixes for the previous release secure calling. Extra file for the IP Change configuration for PJSIP.

Release 3.0.0

19 Feb 08:18
Compare
Choose a tag to compare

Released on Monday, January 22, 2018.

Added

  • Ability to use secure calling
  • Update Vialer-PJSIP-IOS pod to the newest version
  • Added possibility to support Stun and Ice through configuration

Fixed

  • Configurable whether the account needs to be unregistered after a call has been made