https://en.wikipedia.org/wiki/Saint_George%27s_Day_in_Catalonia
Added
-
Added automatic hangup logic to the Telnyx serializer. This feature hangs up the Telnyx call when an
EndFrameorCancelFrameis received. It is enabled by default and is configurable via theauto_hang_upInputParam. -
Added a keepalive task to
GladiaSTTServiceto prevent the websocket from disconnecting after 30 seconds of no audio input.
Changed
-
The
InputParamsforElevenLabsTTSServiceandElevenLabsHttpTTSServiceno longer require thatstabilityandsimilarity_boostbe set. You can individually set each param. -
In
TwilioFrameSerializer,call_sidis Optional so as to avoid a breaking changed.call_sidis required to automatically hang up.
Fixed
- Fixed an issue where
TwilioFrameSerializerwould send two hang up commands: one for theEndFrameand one for theCancelFrame.