From baa61468a1848e4023b027b7fbbd277466a7876e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Wed, 11 Feb 2026 12:09:12 -0800 Subject: [PATCH] Add changelog entries for PR #3719 --- changelog/3719.added.2.md | 1 + changelog/3719.added.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog/3719.added.2.md create mode 100644 changelog/3719.added.md diff --git a/changelog/3719.added.2.md b/changelog/3719.added.2.md new file mode 100644 index 000000000..77d8956d7 --- /dev/null +++ b/changelog/3719.added.2.md @@ -0,0 +1 @@ +- Added `write_transport_frame()` hook to `BaseOutputTransport` allowing transport subclasses to handle custom frame types that flow through the audio queue. diff --git a/changelog/3719.added.md b/changelog/3719.added.md new file mode 100644 index 000000000..bc1c2d6b1 --- /dev/null +++ b/changelog/3719.added.md @@ -0,0 +1 @@ +- Added `DailySIPTransferFrame` and `DailySIPReferFrame` to the Daily transport. These frames queue SIP transfer and SIP REFER operations with audio, so the operation executes only after the bot finishes its current utterance.