Age | Commit message (Expand) | Author |
8 days | base-call: handle multiple DTMF characters | Dan Williams |
8 days | base-call: interpret DTMF character ',' as two-second pause | Dan Williams |
8 days | base-call: convert DTMF tone handling to a state machine | Dan Williams |
8 days | call: allow setting DTMF tone duration at call creation time | Dan Williams |
8 days | base-call: remove usage of MMBaseModem | Dan Williams |
8 days | base-call: split AT-specific call code into MMCallAt | Dan Williams |
2025-05-08 | Move log parent and connection property binding to helper | Dan Williams |
2025-05-08 | auth-provider: move auth provider logic into each class | Dan Williams |
2024-04-23 | base-modem: support non-serial ports when peeking the best AT port | Aleksander Morgado |
2024-04-23 | base-modem-at: switch to use the MMIfacePortAt by default | Aleksander Morgado |
2024-03-13 | base-call: log user requests | Aleksander Morgado |
2023-10-27 | core: ensure all errors returned in DBus operations are normalized | Aleksander Morgado |
2022-11-04 | core,log: new 'MSG' log level between 'INFO' and 'WARN' | Aleksander Morgado |
2020-04-08 | error-helpers: port to use object logging | Aleksander Morgado |
2020-04-08 | base-call: port to use object logging | Aleksander Morgado |
2020-04-08 | base-call: set dbus id as soon as object is created | Aleksander Morgado |
2019-12-05 | base-call: do not require primary port to start a call | Aleksander Morgado |
2019-10-17 | base-call: if start() fails, always terminated | Aleksander Morgado |
2019-10-17 | call: disallow non-emergency calls when in emergency-only state | Aleksander Morgado |
2019-10-17 | base-call: catch terminated errors before ATD replies | Aleksander Morgado |
2019-07-12 | voice,call,cinterion: add Purism as copyright holder | Aleksander Morgado |
2019-07-11 | base-call: use g_object_connect() to connect all handlers | Aleksander Morgado |
2019-07-11 | api,call: new JoinMultiparty() and LeaveMultiparty() methods | Aleksander Morgado |
2019-07-11 | api,call: new Multiparty boolean property | Aleksander Morgado |
2019-07-11 | base-call: remove in-call event and audio settings logic | Aleksander Morgado |
2019-07-11 | base-call: allow updating audio settings from out of the call object | Aleksander Morgado |
2019-07-11 | base-call: implement Deflect() with +CTFR | Aleksander Morgado |
2019-07-11 | api,call: new Deflect() method | Aleksander Morgado |
2019-07-11 | base-call: support hanging up specific calls | Aleksander Morgado |
2019-07-11 | broadband-modem: if +CLCC is supported, call supports detailed events | Aleksander Morgado |
2019-07-11 | base-call: if incoming call is reported terminated, cleanup timeout | Aleksander Morgado |
2019-07-11 | base-call: allow skipping the timeout in incoming calls | Aleksander Morgado |
2019-07-11 | base-call: allow keeping ongoing call index for easy call matching | Aleksander Morgado |
2019-07-11 | base-call: add simple getters for the MmGdbusCall properties | Aleksander Morgado |
2018-12-12 | base-call: Increase incoming call timeout to ten seconds | Bob Ham |
2018-12-12 | base-call: Fix in-call URC regex to match handler logic | Bob Ham |
2018-10-20 | base-call: remove unused 'self' variables | Ben Chan |
2018-10-16 | base-call: implement generic audio channel setup/cleanup handlers | Aleksander Morgado |
2018-10-16 | api/libmm-glib/cli: add AudioPort and AudioFormat properties to the Call object | Dan Williams |
2018-10-16 | base-call: treat 'ringing-in' as an in-call state | Aleksander Morgado |
2018-10-16 | mm-iface-mode: provide direction and number when creating calls | Aleksander Morgado |
2018-10-16 | iface-modem-voice: always create plugin-specified call objects | Aleksander Morgado |
2018-10-16 | base-call: improve logging | Aleksander Morgado |
2018-10-16 | base-call: listen for connection error URCs in-call | Aleksander Morgado |
2018-10-16 | base-call: automatically terminate unanswered incoming calls | Aleksander Morgado |
2018-10-16 | base-call: ACTIVE after start() if detailed transitions unavailable | Aleksander Morgado |
2018-10-16 | base-call: setup/cleanup custom events when transitioning to/from in-call | Aleksander Morgado |
2018-10-16 | base-call: don't update state twice | Aleksander Morgado |
2018-10-16 | base-call: call state updates only in the interface logic | Aleksander Morgado |
2018-10-16 | base-call: don't notify a state change if it didn't change | Aleksander Morgado |