diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-07-03 15:03:31 +0200 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2018-10-16 17:09:21 +0000 |
commit | 2b85d27fc00ccbe34a2dc9e2c679fa273967c7cb (patch) | |
tree | 64f7dc97126abced0ffaf0d7b42856d6c347b570 /src/mm-iface-modem-voice.h | |
parent | b2d859e37084099295cb96725e7e9f03b81dc84f (diff) |
iface-modem-voice: simplify reporting new incoming calls
Allow creating a new incoming call object also when we receive +CLIP,
so that we can have the remote caller number as soon as the object is
created.
Diffstat (limited to 'src/mm-iface-modem-voice.h')
-rw-r--r-- | src/mm-iface-modem-voice.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/mm-iface-modem-voice.h b/src/mm-iface-modem-voice.h index df3d399f..86f1333f 100644 --- a/src/mm-iface-modem-voice.h +++ b/src/mm-iface-modem-voice.h @@ -118,12 +118,9 @@ void mm_iface_modem_voice_shutdown (MMIfaceModemVoice *self); void mm_iface_modem_voice_bind_simple_status (MMIfaceModemVoice *self, MMSimpleStatus *status); -/* CALL creation */ -void mm_iface_modem_voice_incoming_call (MMIfaceModemVoice *self); -gboolean mm_iface_modem_voice_update_incoming_call_number (MMIfaceModemVoice *self, - gchar *number, - guint type, - guint validity); +/* Incoming call management */ +void mm_iface_modem_voice_report_incoming_call (MMIfaceModemVoice *self, + const gchar *number); /* Look for a new valid multipart reference */ guint8 mm_iface_modem_voice_get_local_multipart_reference (MMIfaceModemVoice *self, |