base-call: automatically terminate unanswered incoming calls
Try to automatically detect when the caller finishes the attempt to establish the call.
This commit is contained in:

committed by
Dan Williams

parent
0090124ec0
commit
bd3b5aca01
@@ -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 */
|
||||
|
Reference in New Issue
Block a user