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

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Redmer Loen committed Jun 15, 2018
1 parent 8feba25 commit c0d0470
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.

---

## [3.2.0](https://github.com/VoIPGRID/VialerSIPLib/tree/3.1.2) (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](https://github.com/VoIPGRID/VialerSIPLib/tree/3.1.2) (04/06/2018)
Released on Friday, April 6, 2018.

Expand Down
12 changes: 6 additions & 6 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ PODS:
- Reachability (3.2)
- SPLumberjackLogFormatter (0.0.1):
- CocoaLumberjack
- Vialer-pjsip-iOS (3.3.6)
- VialerSIPLib (3.1.3):
- Vialer-pjsip-iOS (3.3.7)
- VialerSIPLib (3.2.0):
- CocoaLumberjack
- Reachability
- Vialer-pjsip-iOS
Expand All @@ -21,7 +21,7 @@ DEPENDENCIES:
- VialerSIPLib (from `../`)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
https://github.com/cocoapods/specs.git:
- CocoaLumberjack
- OCMock
- Reachability
Expand All @@ -43,9 +43,9 @@ SPEC CHECKSUMS:
OCMock: 2cd0716969bab32a2283ff3a46fd26a8c8b4c5e3
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
SPLumberjackLogFormatter: a2290c9b880f3166b2d1bace45dc1fc1302b28ab
Vialer-pjsip-iOS: 34ba5d7f2a756be28f5a2c8d72e5f68b08003844
VialerSIPLib: dfcf0f28bc9e77f9f763a7562bc8db7b6b82477d
Vialer-pjsip-iOS: 3b8bac1bf7e6831379cd0b4763dce1842db0abb4
VialerSIPLib: 2664f71bc819a86399a6ee33877619c15ec1ef4c

PODFILE CHECKSUM: d5d9deca56ac68b69c70ab9a6d89a30c6d4fef32

COCOAPODS: 1.5.0
COCOAPODS: 1.5.3
2 changes: 1 addition & 1 deletion VialerSIPLib.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "VialerSIPLib"
s.version = "3.1.3"
s.version = "3.2.0"
s.summary = "Vialer SIP Library for iOS"
s.description = "Objective-C wrapper around PJSIP."
s.homepage = "https://github.com/VoIPGRID/VialerSIPLib"
Expand Down

0 comments on commit c0d0470

Please sign in to comment.