Add changelog entries for PR #4047

This commit is contained in:
Aleix Conchillo Flaqué
2026-03-16 17:58:12 -07:00
parent 5cb6aecc9f
commit 59486d5abf
2 changed files with 2 additions and 0 deletions

1
changelog/4047.added.md Normal file
View File

@@ -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.

View File

@@ -0,0 +1 @@
- Updated `daily-python` dependency to 0.25.0.