Twilio: send only one hangup command

This commit is contained in:
Mark Backman
2025-04-23 13:41:36 -04:00
parent 6bd821ac9a
commit 7b1cd3523d
2 changed files with 12 additions and 1 deletions

View File

@@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
the Telnyx call when an `EndFrame` or `CancelFrame` is received. It is
enabled by default and is configurable via the `auto_hang_up` `InputParam`.
### Fixed
- Fixed an issue where `TwilioFrameSerializer` would send two hang up commands:
one for the `EndFrame` and one for the `CancelFrame`.
## [0.0.64] - 2025-04-22
### Added