From bd3b5aca01a3d3102c607b7ca6fab310963ec77c Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 14 Jun 2018 15:36:06 +0200 Subject: base-call: automatically terminate unanswered incoming calls Try to automatically detect when the caller finishes the attempt to establish the call. --- src/mm-call-list.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/mm-call-list.h') 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 */ -- cgit v1.2.3-70-g09d2