Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-25 | blacklist: include MediaTek preloader | Aleksander Morgado | |
https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1473246 | |||
2015-08-02 | libmm-glib,docs: fix missing documentations | Aleksander Morgado | |
2015-08-02 | libmm-glib,docs: update types | Aleksander Morgado | |
# Extra options to supply to gtkdoc-scan SCAN_OPTIONS = --rebuild-types | |||
2015-08-02 | libmm-glib,docs: avoid already defined id | Aleksander 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-02 | libmm-glib,call: add missing 'dtmf' variable description | Aleksander Morgado | |
2015-08-02 | docs,libmm-glib: add missing voice/call documentation | Aleksander Morgado | |
2015-08-02 | api,call: fix Hangup() description | Aleksander Morgado | |
There's no MM_CALL_DIRECTION_TERMINATED enum; plus, anyway, hangup() should be allowed regardless the direction. | |||
2015-08-02 | huawei: plug memleak | Aleksander Morgado | |
2015-08-02 | api,call: minor documentation fix | Aleksander Morgado | |
2015-08-02 | mmcli,call: minor alignment and message fixes | Aleksander Morgado | |
2015-08-02 | huawei,voice: ignore undocumented ^CSCHANNELINFO unsolicited command | Marco Bascetta | |
This command is sent by Huawei ME909s-120 with firmware 23.613.61.00.00 | |||
2015-08-02 | core,libmm-glib,cli,voice: Replaced 'SendTone' method and 'ToneReceived' ↵ | Marco Bascetta | |
signal with 'SendDtmf' and 'DtmfReceived' | |||
2015-08-02 | libmm-glib,cli: Replaced 'list call' with 'list calls' | Marco Bascetta | |
2015-08-02 | core,voice: remove explicit "NO CARRIER" response matching | Aleksander 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-02 | mmcli,voice: align values of printed Call parameters | Aleksander Morgado | |
2015-08-02 | policy: fix minor typo | Aleksander Morgado | |
2015-08-02 | polkit: added Voice policy rule | Aleksander Morgado | |
2015-08-02 | docs,api: add missing links to the new Voice interface and Call object | Aleksander Morgado | |
2015-08-02 | mmcli,voice: fix minor typo | Aleksander Morgado | |
2015-08-02 | docs,voice: add missing voice related enum values | Aleksander Morgado | |
2015-08-02 | core,voice: minor coding style fixes | Aleksander Morgado | |
2015-08-02 | huawei,voice: minor coding style fixes | Aleksander Morgado | |
2015-08-02 | libmm-glib,voice: minor coding style fixes | Aleksander Morgado | |
2015-08-02 | api,voice: minor coding style fixes | Aleksander Morgado | |
2015-08-02 | cli,voice: minor coding style fixes | Aleksander Morgado | |
2015-08-02 | iface-modem-voice: cleaned error debug messages | Marco Bascetta | |
2015-08-02 | huawei: fixed status_change reason on new outgoing call | Marco Bascetta | |
2015-08-02 | huawei: signal incoming DTMF to DBus | Marco Bascetta | |
2015-08-02 | mmcli: added --send-tone option | Marco Bascetta | |
2015-08-02 | base-call,iface-modem-voice:: handle DTMF | Marco Bascetta | |
2015-08-02 | api,voice: added DTMF interface specification | Marco Bascetta | |
2015-08-02 | base-call: refactoring of error handling when call starts | Riccardo Vangelisti | |
2015-08-02 | huawei: acquire incoming DTMF on active call | Marco Bascetta | |
2015-08-02 | huawei: added proprietary Huawei call handling | Riccardo Vangelisti | |
2015-08-02 | mmcli: set call-start timeout to 2 minutes | Marco Bascetta | |
2015-08-02 | huawei: handle voice call state changes | Marco Bascetta | |
2015-08-02 | base-call: created an unique function to switch call's state and reason | Riccardo Vangelisti | |
2015-08-02 | core: set number of incoming call | Marco Bascetta | |
2015-08-02 | huawei: handle custom voice unsolicited events | Marco Bascetta | |
2015-08-02 | base-call: fixed bug when hangup call. | Riccardo Vangelisti | |
Ok, busy and no carrier messages are handled by serial-parser. | |||
2015-08-02 | core: handle incoming calls (RING/CRING, CLIP, NO CARRIER). | Marco Bascetta | |
2015-08-02 | base-call: added deletion of a specified call | Riccardo Vangelisti | |
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 | build: added voice call include in libmm-glib and modified Makefile.am | Riccardo Vangelisti | |
2015-08-02 | broadband-modem: added voice call support | Riccardo Vangelisti | |
2015-08-02 | core: implemented MMIfaceModemVoice interface | Riccardo Vangelisti | |
2015-08-02 | core: implemented new MMBaseCall object | Riccardo Vangelisti | |
2015-08-02 | mmcli: added Modem.Voice and Call support | Riccardo Vangelisti | |
2015-08-02 | libmm-glib: added support for Modem.Voice and Call interfaces | Riccardo Vangelisti | |
2015-08-02 | api: added Modem.Voice and Call interfaces for voice call handling | Riccardo Vangelisti | |