Releases: VoIPGRID/VialerSIPLib
Releases · VoIPGRID/VialerSIPLib
Release 2.8.0
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
Release 2.7.0
Released on Friday, August 18, 2017.
Added
- Callback for missed calls (#96)
Release 2.6.0
Released on Thursday, March 9, 2017.
Added
- Video support (#54)
- Make vibration toggable (#64
Fixed
- Sipproxy can be set to nil (#60)
- Check if completion block are present before calling (#63)
- When destroying pjsip, app doesn't crash (#68, #70)
- When call is declined, proper SIP response is sent. (#75)
Release 2.0.0
2.0.0 (12/08/2016)
Released on Thursday, December 8, 2016.
Added
- Integration for CallKit
- add support media and sip stun (#15)[https://github.com//pull/15]
Fixed
- Fixed networkmonitoring (0085628)[https://github.com/VoIPGRID/VialerSIPLib/commit/0085628e0c7737fee7cf80cba587261a966e944e]
- Better control over tcp connection (14e3eb7)[https://github.com/VoIPGRID/VialerSIPLib/commit/14e3eb75a9f2f3cfe3ea16cd7590a14214b6ef9e]
Release 2.4.0
Released on Wednesday, January 18, 2017.
Added
- Added custom ringtone if file is present (#49)
Fixed
- Remove if check on error pointer when creating VSLCall (#49)
Release 2.3.0
Released on Wednesday, January 18, 2017.
Added
- Show stats after call in example app (#46)
- Added log callback so that implementing app can get logs (#47)
Release 2.2.0
Released on Friday, January 13, 2017.
Added
- Enable TCP or UDP switch in the Example app (#42)
Fixed
- VSLAudiocontroller forward declaration is replaced by importing header. (#37)
- Start monitoring network changes after the call started. (#38)
- Update VIA headers when sending reINVITES. (#38)
- When transport is on UDP, transport isn't shutdown on network change. (#38)
- Proximity sensor is activated when the call is active (#41)
Release 2.1.0
2.1.0 (01/09/2017)
Released on Monday, January 9, 2017.
Added
- Bluetooth routes can be changed (#26)
Fixed
- Updated documentation (#24)
- Start network monitoring only when there is a call active (#34)
- Network changes are delayed a little to prevent multiple register attempts (8c4c96a)