Skip to content

Commit

Permalink
Merge pull request #12 from exotel/VST-881
Browse files Browse the repository at this point in the history
Checking if system state is idle or not in stop function
  • Loading branch information
vijaykumar-exotel authored Nov 25, 2024
2 parents 465e1be + 30bb234 commit 07b493b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Exotel-Voice-Sample/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [1.0.11] 25-11-2024
* [VST-881]
** Adding delay in stop function, and checking system state (Fatal message crash fix)

## [1.0.10] 30-09-2024
* [VST-842]
** pj_pool_release crash fix
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,10 @@ public class VoiceAppService {
}

extension VoiceAppService: ExotelVoiceClientEventListener {
public func onAlreadyIntialized() {
VoiceAppLogger.debug(TAG: TAG, message: "In onAlreadyIntialized")
}

public func onInitializationSuccess() {
VoiceAppLogger.debug(TAG: TAG, message: "Initialization Success")
NotificationCenter.default.post(name: NSNotification.Name(rawValue: initSuccessKey), object: nil, userInfo: ["payload": "success"])
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# exotel-voip-sdk-ios
Contains SDK, integration guide, sample app code and API documentation.

Latest SDK Version : [1.0.6](https://github.com/exotel/exotel-voip-sdk-ios/releases/latest)
Latest SDK Version : [1.0.11](https://github.com/exotel/exotel-voip-sdk-ios/releases/latest)

## Exotel Voice SDK
Download the ExotelVoice.framework.zip sdk file and unzip it, follow the instructions provided in [Exotel Voice Client IOS SDK Integration Guide.pdf](https://github.com/exotel/exotel-voip-sdk-ios/blob/main/Exotel%20Voice%20Client%20IOS%20SDK%20Integration%20Guide.pdf).
Expand Down
Binary file removed SDK/ExotelVoice-1.0.10.tar.gz
Binary file not shown.
Binary file added SDK/ExotelVoice-1.0.11.tar.gz
Binary file not shown.

0 comments on commit 07b493b

Please sign in to comment.