Skip to content

Latest commit

 

History

History
240 lines (134 loc) · 7.74 KB

CHANGELOG.md

File metadata and controls

240 lines (134 loc) · 7.74 KB

Changelog

All notable changes to this project will be documented in this file.


3.3.4 (07/17/2018)

Released on Firday, August 31, 2018.

Added

  • Added check to see if STUN servers are being used

3.3.3 (07/17/2018)

Released on Tuesday, August 21, 2018.

Fixed

  • Regex update for the Call-ID to prevent crash

3.3.2 (07/17/2018)

Released on Monday, August 13, 2018.

Added

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

3.3.1 (07/17/2018)

Released on Tuesday, July 17, 2018.

Added

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

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)

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 call. When there is no audio in the first 10 seconds a notification is posted. (#138)

Fixed

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

3.1.3 (04/06/2018)

Released on Friday, April 6, 2018.

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)

3.1.2 (03/16/2018)

Released on Tuesday, March 16, 2018.

Added

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

3.1.1 (03/06/2018)

Released on Tuesday, March 06, 2018.

Added

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

3.1.0 (02/19/2018)

Released on Monday, February 19, 2018.

Added

  • Ability to use Stun servers.

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

3.0.0 (01/22/2018)

Released on Monday, Januari 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 wheter the account needs to be unregistered after a call has been made

2.8.0 (10/25/2017)

Released on Wednesday, October 25, 2017.

Added

  • Vialer-PJSIP-iOS pod update to the newest version

Fixed

  • Some cleanup in a call when this has finished
  • Some documentation warnings have been fixed
  • Updated the project to XCode 9

2.7.0 (18/09/2017)

Released on

Added

  • Callback for when for missed calls (#96)[VoIPGRID#96]

2.6.0 (03/09/2017)

Released on Thursday, March 9, 2017.

Added

Fixed

  • Sipproxy can be set to nil (#60)[VoIPGRID#60]
  • Check if completion block are present before calling (#63)[VoIPGRID#63]
  • When destroying pjsip, app doesn't crash (#68, #70)[VoIPGRID#70]
  • When call is declined, proper SIP response is sent. (#75)[VoIPGRID#75]

2.5.0 (01/24/2017)

Released on Tuesday, January 24, 2017.

Added

2.4.0 (01/18/2017)

Released on Wednesday, January 18, 2017.

Added

  • Added custom ringtone if file is present (#49)[VoIPGRID#49]

Fixed

  • Remove if check on error pointer when creating VSLCall (#49)[VoIPGRID#49]

2.3.0 (01/18/2017)

Released on Wednesday, January 18, 2017.

Added

  • Show stats after call in example app (#46)[VoIPGRID#46]
  • Added log callback so that implementing app can get logs (#47)[VoIPGRID#47]

2.2.0 (01/13/2017)

Released on Friday, January 13, 2017.

Added

  • Enable TCP or UDP switch in the Example app (#42)[VoIPGRID#42]

Fixed

  • VSLAudiocontroller forward declaration is replaced by importing header. (#37)[VoIPGRID#37]
  • Start monitoring network changes after the call started. (#38)[VoIPGRID#38]
  • Update VIA headers when sending reINVITES. (#38)[VoIPGRID#38]
  • When transport is on UDP, transport isn't shutdown on network change. (#38)[VoIPGRID#38]
  • Proximity sensor is activated when the call is active (#41)[VoIPGRID#41]

2.1.0 (01/09/2017)

Released on Monday, January 9, 2017.

Added

Fixed

2.0.1 (12/09/2016)

Released on Friday, December 9, 2016.

Fixed

2.0.0 (12/08/2016)

Released on Thursday, December 8, 2016.

Added

  • Integration for CallKit
  • add support media and sip stun (#15)[VoIPGRID#15]

Fixed