aboutsummaryrefslogtreecommitdiff
path: root/src/mm-call-list.h
AgeCommit message (Collapse)Author
2021-08-02call-list: allow getting call object by indexJoel Selvaraj
2020-09-19core: add autoptr cleanup methods to all internal typesAleksander Morgado
2019-07-11call-list: allow getting call object by DBus pathAleksander Morgado
2019-07-11call-list: allow iterating elementsAleksander Morgado
2019-07-11iface-modem-voice: allow creating incoming calls in waiting stateAleksander Morgado
2018-10-16huawei,call: handle in-call URCs in the call object itselfAleksander 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-16base-call: automatically terminate unanswered incoming callsAleksander Morgado
Try to automatically detect when the caller finishes the attempt to establish the call.
2018-10-16base-call: no need to delete call info from the deviceAleksander 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-11call-list: coding style fixesAleksander Morgado
2015-08-02core,libmm-glib,cli,voice: Replaced 'SendTone' method and 'ToneReceived' ↵Marco Bascetta
signal with 'SendDtmf' and 'DtmfReceived'
2015-08-02base-call,iface-modem-voice:: handle DTMFMarco Bascetta
2015-08-02huawei: handle voice call state changesMarco Bascetta
2015-08-02core: handle incoming calls (RING/CRING, CLIP, NO CARRIER).Marco Bascetta
2015-08-02core: implemented new MMBaseCall objectRiccardo Vangelisti