Age | Commit message (Collapse) | Author | |
---|---|---|---|
8 days | call-list: remove unused modem property | Dan Williams | |
Signed-off-by: Dan Williams <dan@ioncontrol.co> | |||
2021-08-02 | call-list: allow getting call object by index | Joel Selvaraj | |
2019-07-11 | call-list: allow getting call object by DBus path | Aleksander Morgado | |
2019-07-11 | call-list: allow iterating elements | Aleksander Morgado | |
2019-07-11 | iface-modem-voice: allow creating incoming calls in waiting state | Aleksander Morgado | |
2018-10-16 | huawei,call: handle in-call URCs in the call object itself | Aleksander Morgado | |
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. | |||
2018-10-16 | base-call: automatically terminate unanswered incoming calls | Aleksander Morgado | |
Try to automatically detect when the caller finishes the attempt to establish the call. | |||
2018-10-16 | base-call: no need to delete call info from the device | Aleksander Morgado | |
Call information only lives in the ModemManager logic, there is no associated date stored within the device itself. Therefore, simplify everything by assuming there is nothing to remove. Looks like this logic was implemented because it was originally based on the SMS management logic, but for SMS we do have to remove them (the stored PDU parts) from the device. | |||
2018-06-11 | call-list: coding style fixes | Aleksander Morgado | |
2017-08-03 | call-list: remove unused variables | Ben Chan | |
2017-07-18 | call-list: fix mm_call_list_delete_call to use g_task_report_new_error | Ben Chan | |
Commit a08064492 ("call-list: port mm_call_list_delete_call to use GTask") ported most of the mm_call_list_delete_call code to use GTask, but missed a g_simple_async_report_error_in_idle calls, which can potentially lead to an incorrect G_TASK cast in mm_call_list_delete_call_finish. | |||
2017-04-07 | call-list: port mm_call_list_delete_call to use GTask | Ben Chan | |
2017-03-29 | core: reset GList pointers to NULL when necessary | Ben Chan | |
When calling g_list_free_full() to free a GList in dispose(), it is necessary to reset the GList pointer to NULL as dispose() may be called more than once. | |||
2017-03-29 | core: remove explicit GDestroyNotify cast on g_free / g_object_unref | Ben Chan | |
g_free and g_object_unref are in form of `void (*)(gpointer)`, which matches the GDestroyNotify signature. An explicit GDestroyNotify cast on g_free and g_object_unref is thus not needed. | |||
2015-08-02 | core,libmm-glib,cli,voice: Replaced 'SendTone' method and 'ToneReceived' ↵ | Marco Bascetta | |
signal with 'SendDtmf' and 'DtmfReceived' | |||
2015-08-02 | base-call,iface-modem-voice:: handle DTMF | Marco Bascetta | |
2015-08-02 | huawei: handle voice call state changes | Marco Bascetta | |
2015-08-02 | core: handle incoming calls (RING/CRING, CLIP, NO CARRIER). | Marco Bascetta | |
2015-08-02 | fixes: added voice support in libmm-glib MMManager, also fixed wrong number ↵ | Riccardo Vangelisti | |
of parameters in mm-call-list class init | |||
2015-08-02 | core: implemented new MMBaseCall object | Riccardo Vangelisti | |