aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-voice.c
AgeCommit message (Expand)Author
2023-10-27core: ensure all errors returned in DBus operations are normalizedAleksander Morgado
2021-09-08iface-modem-voice: avoid warning with -Wincompatible-pointer-typesAleksander Morgado
2021-09-08mm-broadband-modem-qmi: add AT URCs fall back for callsDylan Van Assche
2020-05-27iface-modem-voice: fix assertions in call setup/teardown logicAleksander Morgado
2020-05-21iface-modem-voice: fix assert() when setting up call pollingAleksander Morgado
2020-04-08iface-modem-voice: port to use object loggingAleksander Morgado
2020-02-06iface-modem-voice: report calls only if +CLCC was successfulBob Ham
2020-02-06iface-modem-voice: log details when ending call missing from call listBob Ham
2020-02-06iface-modem-voice: match calls in call list by numberBob Ham
2020-01-30iface-modem-voice: fix warnings with -Wimplicit-fallthroughAleksander Morgado
2020-01-30iface-modem-voice: fix warnings with -Wswitch-defaultAleksander Morgado
2020-01-30iface-modem-voice: fix warnings with -Wswitch-enumAleksander Morgado
2020-01-03iface-modem-voice: fix segfault when voice support check failsAleksander Morgado
2019-11-28iface-modem-voice: plug task memleaks when returning error if cancelledAleksander Morgado
2019-10-17call: disallow non-emergency calls when in emergency-only stateAleksander Morgado
2019-10-17iface-modem-voice: always completely reinitialize the interfaceAleksander Morgado
2019-10-17voice,api: new 'EmergencyOnly' boolean flagAleksander Morgado
2019-10-17iface-modem-voice: all methods available even if not enabledAleksander Morgado
2019-10-17iface-modem-voice: call list setup during initializationAleksander Morgado
2019-10-14iface-modem-voice: ignore unknown calls reported as terminatedAleksander Morgado
2019-10-11iface-modem-voice: avoid using MM_CORE_ERROR_CANCELLEDAleksander Morgado
2019-07-19api,voice: new CallWaitingSetup() and CallWaitingQuery() methodsAleksander Morgado
2019-07-12voice,call,cinterion: add Purism as copyright holderAleksander Morgado
2019-07-11iface-modem-voice: use g_object_connect() to connect all handlersAleksander Morgado
2019-07-11api,call: new JoinMultiparty() and LeaveMultiparty() methodsAleksander Morgado
2019-07-11iface-modem-voice: disable special terminated match on multiparty callsAleksander Morgado
2019-07-11iface-modem-voice: allow reporting received DTMF by call indexAleksander Morgado
2019-07-11iface-modem-voice: allow reporting state updates of any single callAleksander Morgado
2019-07-11iface-modem-voice: handle in-call state at modem levelAleksander Morgado
2019-07-11iface-modem-voice: minor logging updateAleksander Morgado
2019-07-11api,voice: new Transfer() methodAleksander Morgado
2019-07-11api,voice: new HangupAll() methodAleksander Morgado
2019-07-11api,voice: new HoldAndAccept() methodAleksander Morgado
2019-07-11api,voice: new HangupAndAccept() methodAleksander Morgado
2019-07-11iface-modem-voice: setup full call list polling logicAleksander Morgado
2019-07-11iface-modem-voice: allow reporting the state of all ongoing callsAleksander Morgado
2019-07-11iface-modem-voice: allow creating incoming calls in waiting stateAleksander Morgado
2018-10-16iface-modem-voice: simplify reporting new incoming callsAleksander Morgado
2018-10-16base-call: treat 'ringing-in' as an in-call stateAleksander Morgado
2018-10-16mm-iface-mode: provide direction and number when creating callsAleksander Morgado
2018-10-16iface-modem-voice: always create plugin-specified call objectsAleksander Morgado
2018-10-16huawei,call: handle in-call URCs in the call object itselfAleksander Morgado
2018-10-16base-call: automatically terminate unanswered incoming callsAleksander Morgado
2018-10-16base-call: don't update state twiceAleksander Morgado
2018-10-16base-call: no need to delete call info from the deviceAleksander Morgado
2018-07-27iface-modem-voice: fix ordering of D-Bus signals for call addition/deletionBob Ham
2018-06-11iface-modem-voice: plug memleak when creating new incoming callAleksander Morgado
2017-06-29iface-modem-voice: port mm_iface_modem_voice_disable to use GTaskBen Chan
2017-06-29iface-modem-voice: port mm_iface_modem_voice_enable to use GTaskBen Chan
2017-06-29iface-modem-voice: port mm_iface_modem_voice_initialize to use GTaskBen Chan