CcaAPI 5.4.10
Version 5.4.10.3 (18/12/2018)
- When subscribing to quota events for one survey, notifications were sent for all surveys
- Possible crash if a WCF connection closes while a quota event is being sent
- Improved restriction check on delete object
- Fix possible crash when download of survey feedback file fails
- Possible thread safety problems when objects are updated by CCA while they are being retrieved from cache
Version 5.4.10.2 (09/10/2018)
- Added extra objects to memory cache, so they can be requested faster, and with less load on CCA. Additional cached types: Route, InboundNumber, GeneralSetting, IVRProject, Module, Pause, Report, Restriction, Skill
- Retrieving the report parameters from a report without parameters caused an error
Version 5.4.10.1 (28/06/2018)
- BREAKING CHANGE: Find call / call details: ExternalCallID changed from long to string
- BREAKING CHANGE: Removed deprecated event subscribe/unsubscribe functions
- Added find call condition for external call ID
- Comma was incorrectly replaced with semicolon in report parameters
- Fixed run report progress value
- Added functions/events to read survey interview data to CcaService endpoint:
- Find interviews
- FindSurveyInterviewIds: start find request
- GetFindSurveyInterviewIdsStatus: get status of running request
- GetFindSurveyInterviewIdsResult: Get results for completed request
- Get interview dat/xml
- GetSurveyInterviewData
- New events: InterviewEnded, InterviewCompleted, InterviewUpdated, TaskContentUpdated
- Find interviews