mod_csta_socket: Code migrated to Visual Studio 2022 and C++20. Start service and Recognized event implemented to support speech functions (TTS/ASR/voicebot/...) via CSTA interface. Built with FreeSWITCH v1.10.12.
core: Code migrated to Visual Studio 2022 and C++20. Start service and Recognized event added.
CSTA Inside v2.x with uaCSTA support released.
mod_csta_socket: Clear Connection request on conference host finishes the conference regardless of endpoint control mode used. Removed a potential deadlock when Snapsot Device and Reconnect Call requests issued simultanously. Event cause in Held and Retrieved event is set to "alternate" if Alternate Call CSTA service used or user toggles with phone button during a consultation.
mod_csta_socket: Soft held party release no longer reported as 2 pty conference. Snapshot Device request before phone register no longer stops B2BUA uaCSTA session to get initiated properly. Snapshot Device request will be sent via B2BUA uaCSTA to phone if enabled. core: Order of fields in requests no longer to be expected to be in the same order as in the standard
Garbage collection implemented in CUSTOM FreeSWITCH event interface for unhandled responses.
mod_csta_socket: uaCSTA B2BUA mode implemented for ConsultCall, ReconnectCall, AlternateCall, ConferenceCall, TransferCall, SingleStepTransferCall, DeflectCall services with mod_uacsta interworking.
mod_uacsta: ConsultCall, ReconnectCall, AlternateCall, ConferenceCall, TransferCall, SingleStepTransferCall, DeflectCall services supported via event interface. Trace enhancements to distinguish the events of modules.