diff options
author | Dan Williams <dan@ioncontrol.co> | 2025-04-24 20:17:47 -0500 |
---|---|---|
committer | Dan Williams <dan@ioncontrol.co> | 2025-05-30 07:59:59 -0500 |
commit | 957a141e57e622a9d7eeac160d67be5b0b4cdf7c (patch) | |
tree | 142356c083c5304b31d3d2f1c45b12459eee2121 /introspection/org.freedesktop.ModemManager1.Call.xml | |
parent | 2726f8e8a28a802a880bdbf974f522ef02c27bea (diff) |
base-call: interpret DTMF character ',' as two-second pause
Do what other dialers do and interpret ',' as a short pause, which
helps handle automated menus.
Signed-off-by: Dan Williams <dan@ioncontrol.co>
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Call.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Call.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Call.xml b/introspection/org.freedesktop.ModemManager1.Call.xml index 85db4ad2..41dc40f3 100644 --- a/introspection/org.freedesktop.ModemManager1.Call.xml +++ b/introspection/org.freedesktop.ModemManager1.Call.xml @@ -103,9 +103,10 @@ <!-- SendDtmf: - @dtmf: DTMF tone identifier [0-9A-D*#]. + @dtmf: DTMF tone identifier [0-9A-D*#] or pause character [,]. Send a DTMF tone (Dual Tone Multi-Frequency) (only on supported modems). + Since 1.26 the comma [,] is interpreted as a two-second pause. Applicable only if state is <link linkend="MM-CALL-STATE-ACTIVE:CAPS"><constant>MM_CALL_STATE_ACTIVE</constant></link>. |