From ae3d37030a451eda2680af02cc63ba7bfbeeacbf Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Fri, 25 Apr 2025 07:24:38 -0500 Subject: base-call: handle multiple DTMF characters Send each character through the state machine one at a time. Some modems (various Quectel ones for example) can process multiple at the same time, and while that should be easily implemented using the new changes to send_dtmf() it's not done in any plugin yet. Signed-off-by: Dan Williams --- introspection/org.freedesktop.ModemManager1.Call.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'introspection') diff --git a/introspection/org.freedesktop.ModemManager1.Call.xml b/introspection/org.freedesktop.ModemManager1.Call.xml index 41dc40f3..6f1fdf44 100644 --- a/introspection/org.freedesktop.ModemManager1.Call.xml +++ b/introspection/org.freedesktop.ModemManager1.Call.xml @@ -103,10 +103,15 @@