diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-06-14 15:36:06 +0200 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2018-10-16 17:09:21 +0000 |
commit | bd3b5aca01a3d3102c607b7ca6fab310963ec77c (patch) | |
tree | 12f0701ab5575a6aa198f54ba97bbd65298e6763 /src/mm-call-list.h | |
parent | 0090124ec0d0d28fa78f5a0dd153e36584a0f171 (diff) |
base-call: automatically terminate unanswered incoming calls
Try to automatically detect when the caller finishes the attempt to
establish the call.
Diffstat (limited to 'src/mm-call-list.h')
-rw-r--r-- | src/mm-call-list.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mm-call-list.h b/src/mm-call-list.h index 1c668500..53102d06 100644 --- a/src/mm-call-list.h +++ b/src/mm-call-list.h @@ -68,11 +68,11 @@ gboolean mm_call_list_delete_call (MMCallList *self, const gchar *call_path, GError **error); -MMBaseCall *mm_call_list_get_new_incoming (MMCallList *self); -MMBaseCall *mm_call_list_get_first_ringing_call (MMCallList *self); -MMBaseCall *mm_call_list_get_first_outgoing_dialing_call(MMCallList *self); -MMBaseCall *mm_call_list_get_first_non_terminated_call (MMCallList *self); -gboolean mm_call_list_send_dtmf_to_active_calls (MMCallList *self, - const gchar *dtmf); +MMBaseCall *mm_call_list_get_first_ringing_in_call (MMCallList *self); +MMBaseCall *mm_call_list_get_first_ringing_out_call (MMCallList *self); +MMBaseCall *mm_call_list_get_first_outgoing_dialing_call (MMCallList *self); +MMBaseCall *mm_call_list_get_first_non_terminated_call (MMCallList *self); +gboolean mm_call_list_send_dtmf_to_active_calls (MMCallList *self, + const gchar *dtmf); #endif /* MM_CALL_LIST_H */ |