From 59486d5abfbb2b70ff1748612b3e31898c4d8c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Mon, 16 Mar 2026 17:58:12 -0700 Subject: [PATCH] Add changelog entries for PR #4047 --- changelog/4047.added.md | 1 + changelog/4047.changed.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog/4047.added.md create mode 100644 changelog/4047.changed.md diff --git a/changelog/4047.added.md b/changelog/4047.added.md new file mode 100644 index 000000000..b0bda2ed4 --- /dev/null +++ b/changelog/4047.added.md @@ -0,0 +1 @@ +- Added DTMF input event support to the Daily transport. Incoming DTMF tones are now received via Daily's `on_dtmf_event` callback and pushed into the pipeline as `InputDTMFFrame`, enabling bots to react to keypad presses from phone callers. diff --git a/changelog/4047.changed.md b/changelog/4047.changed.md new file mode 100644 index 000000000..c93e95f76 --- /dev/null +++ b/changelog/4047.changed.md @@ -0,0 +1 @@ +- Updated `daily-python` dependency to 0.25.0.