aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-25blacklist: include MediaTek preloaderAleksander Morgado
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1473246
2015-08-02libmm-glib,docs: fix missing documentationsAleksander Morgado
2015-08-02libmm-glib,docs: update typesAleksander Morgado
# Extra options to supply to gtkdoc-scan SCAN_OPTIONS = --rebuild-types
2015-08-02libmm-glib,docs: avoid already defined idAleksander Morgado
DOC Building HTML ../libmm-glib-docs.xml:6: element indexdiv: validity error : ID api-index-full already defined DOC Fixing cross-references
2015-08-02libmm-glib,call: add missing 'dtmf' variable descriptionAleksander Morgado
2015-08-02docs,libmm-glib: add missing voice/call documentationAleksander Morgado
2015-08-02api,call: fix Hangup() descriptionAleksander Morgado
There's no MM_CALL_DIRECTION_TERMINATED enum; plus, anyway, hangup() should be allowed regardless the direction.
2015-08-02huawei: plug memleakAleksander Morgado
2015-08-02api,call: minor documentation fixAleksander Morgado
2015-08-02mmcli,call: minor alignment and message fixesAleksander Morgado
2015-08-02huawei,voice: ignore undocumented ^CSCHANNELINFO unsolicited commandMarco Bascetta
This command is sent by Huawei ME909s-120 with firmware 23.613.61.00.00
2015-08-02core,libmm-glib,cli,voice: Replaced 'SendTone' method and 'ToneReceived' ↵Marco Bascetta
signal with 'SendDtmf' and 'DtmfReceived'
2015-08-02libmm-glib,cli: Replaced 'list call' with 'list calls'Marco Bascetta
2015-08-02core,voice: remove explicit "NO CARRIER" response matchingAleksander Morgado
This response is already managed by the generic AT serial port and translates it into a proper error. This change also avoids the Call.Start() call to report a timeout in the serial port, instead we get a proper no-carrier error. Before: $ sudo mmcli -m 0 --voice-create-call="number=12345678" Successfully created new call: /org/freedesktop/ModemManager1/Call/1 outgoing (unknown) $ sudo mmcli -o 1 --start error: couldn't start the call: 'GDBus.Error:org.freedesktop.ModemManager1.Error.Serial.ResponseTimeout: Serial command timed out' After: $ sudo mmcli -m 0 --voice-create-call="number=12345678" Successfully created new call: /org/freedesktop/ModemManager1/Call/1 outgoing (unknown) $ sudo mmcli -o 1 --start error: couldn't start the call: 'GDBus.Error:org.freedesktop.ModemManager1.Error.Connection.NoCarrier: No carrier'
2015-08-02mmcli,voice: align values of printed Call parametersAleksander Morgado
2015-08-02policy: fix minor typoAleksander Morgado
2015-08-02polkit: added Voice policy ruleAleksander Morgado
2015-08-02docs,api: add missing links to the new Voice interface and Call objectAleksander Morgado
2015-08-02mmcli,voice: fix minor typoAleksander Morgado
2015-08-02docs,voice: add missing voice related enum valuesAleksander Morgado
2015-08-02core,voice: minor coding style fixesAleksander Morgado
2015-08-02huawei,voice: minor coding style fixesAleksander Morgado
2015-08-02libmm-glib,voice: minor coding style fixesAleksander Morgado
2015-08-02api,voice: minor coding style fixesAleksander Morgado
2015-08-02cli,voice: minor coding style fixesAleksander Morgado
2015-08-02iface-modem-voice: cleaned error debug messagesMarco Bascetta
2015-08-02huawei: fixed status_change reason on new outgoing callMarco Bascetta
2015-08-02huawei: signal incoming DTMF to DBusMarco Bascetta
2015-08-02mmcli: added --send-tone optionMarco Bascetta
2015-08-02base-call,iface-modem-voice:: handle DTMFMarco Bascetta
2015-08-02api,voice: added DTMF interface specificationMarco Bascetta
2015-08-02base-call: refactoring of error handling when call startsRiccardo Vangelisti
2015-08-02huawei: acquire incoming DTMF on active callMarco Bascetta
2015-08-02huawei: added proprietary Huawei call handlingRiccardo Vangelisti
2015-08-02mmcli: set call-start timeout to 2 minutesMarco Bascetta
2015-08-02huawei: handle voice call state changesMarco Bascetta
2015-08-02base-call: created an unique function to switch call's state and reasonRiccardo Vangelisti
2015-08-02core: set number of incoming callMarco Bascetta
2015-08-02huawei: handle custom voice unsolicited eventsMarco Bascetta
2015-08-02base-call: fixed bug when hangup call.Riccardo Vangelisti
Ok, busy and no carrier messages are handled by serial-parser.
2015-08-02core: handle incoming calls (RING/CRING, CLIP, NO CARRIER).Marco Bascetta
2015-08-02base-call: added deletion of a specified callRiccardo Vangelisti
2015-08-02fixes: added voice support in libmm-glib MMManager, also fixed wrong number ↵Riccardo Vangelisti
of parameters in mm-call-list class init
2015-08-02build: added voice call include in libmm-glib and modified Makefile.amRiccardo Vangelisti
2015-08-02broadband-modem: added voice call supportRiccardo Vangelisti
2015-08-02core: implemented MMIfaceModemVoice interfaceRiccardo Vangelisti
2015-08-02core: implemented new MMBaseCall objectRiccardo Vangelisti
2015-08-02mmcli: added Modem.Voice and Call supportRiccardo Vangelisti
2015-08-02libmm-glib: added support for Modem.Voice and Call interfacesRiccardo Vangelisti
2015-08-02api: added Modem.Voice and Call interfaces for voice call handlingRiccardo Vangelisti