summaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-voice.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-07-02 12:20:51 +0200
committerAleksander Morgado <aleksander@aleksander.es>2019-07-11 23:21:00 +0200
commitee2f3fb904688f07593122ad1e798166735f253f (patch)
treea053583b8969d6c032d9ad560a2fb80ec392de5d /src/mm-iface-modem-voice.h
parentfca8955721e6c8c535c120c7483e86d332093b4f (diff)
iface-modem-voice: allow reporting received DTMF by call index
If the URC reporting the DTMF does not specify the call index, mark it as received in all active ones.
Diffstat (limited to 'src/mm-iface-modem-voice.h')
-rw-r--r--src/mm-iface-modem-voice.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mm-iface-modem-voice.h b/src/mm-iface-modem-voice.h
index 0e91d7c7..1f28ea36 100644
--- a/src/mm-iface-modem-voice.h
+++ b/src/mm-iface-modem-voice.h
@@ -202,4 +202,9 @@ void mm_iface_modem_voice_report_call (MMIfaceModemVoice *self,
void mm_iface_modem_voice_report_all_calls (MMIfaceModemVoice *self,
GList *call_info_list);
+/* Report an incoming DTMF received */
+void mm_iface_modem_voice_received_dtmf (MMIfaceModemVoice *self,
+ guint index,
+ const gchar *dtmf);
+
#endif /* MM_IFACE_MODEM_VOICE_H */