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.