diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-06-15 00:04:15 +0200 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2018-10-16 17:09:21 +0000 |
commit | fc0feee65481f7edf1118e8dd74a5352901f677f (patch) | |
tree | 6da08a5018f26f725f852240c64a6aa7aedd8640 /src/mm-iface-modem-voice.h | |
parent | f71e120fb7e120c615e83a3803f20a0bd69b659e (diff) |
huawei,call: handle in-call URCs in the call object itself
Instead of handling the URCs in the modem object and using the
MMIfaceModem as a bridge to report the status read from the URC to a
call obtained from the MMCallList... just handle the URCs in the call
object itself.
Diffstat (limited to 'src/mm-iface-modem-voice.h')
-rw-r--r-- | src/mm-iface-modem-voice.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mm-iface-modem-voice.h b/src/mm-iface-modem-voice.h index 229ebb5d..21278ff2 100644 --- a/src/mm-iface-modem-voice.h +++ b/src/mm-iface-modem-voice.h @@ -123,11 +123,6 @@ gboolean mm_iface_modem_voice_update_incoming_call_number (MMIfaceModemVoi gchar *number, guint type, guint validity); -gboolean mm_iface_modem_voice_call_dialing_to_ringing (MMIfaceModemVoice *self); -gboolean mm_iface_modem_voice_call_ringing_to_active (MMIfaceModemVoice *self); -gboolean mm_iface_modem_voice_network_hangup (MMIfaceModemVoice *self); -gboolean mm_iface_modem_voice_received_dtmf (MMIfaceModemVoice *self, - gchar *dtmf); /* Look for a new valid multipart reference */ guint8 mm_iface_modem_voice_get_local_multipart_reference (MMIfaceModemVoice *self, |