Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix call index mapping (e.g. index 1 == first call in list) | Johan Hedberg | 2008-12-08 | 1 | -1/+1 | |
| | ||||||
* | Fix call hold/unhold behavior | Johan Hedberg | 2008-12-08 | 1 | -3/+2 | |
| | ||||||
* | Fully implement telephony_call_hold_req | Johan Hedberg | 2008-12-08 | 1 | -27/+181 | |
| | ||||||
* | Send current gsm network values after a headset connects | Johan Hedberg | 2008-12-08 | 1 | -0/+29 | |
| | ||||||
* | Get network status info upon initializtion | Johan Hedberg | 2008-12-08 | 1 | -30/+199 | |
| | ||||||
* | Fix registration_status_change parameter parsing | Johan Hedberg | 2008-12-08 | 1 | -4/+4 | |
| | ||||||
* | Fix receiving of Phone.Net signals | Johan Hedberg | 2008-12-08 | 1 | -4/+5 | |
| | ||||||
* | Handle more Phone.Net methods & signals | Johan Hedberg | 2008-12-08 | 1 | -40/+182 | |
| | ||||||
* | Use the same prefix for all libcsnet D-Bus definitions and enums | Johan Hedberg | 2008-12-08 | 1 | -7/+7 | |
| | ||||||
* | Add placeholders for libcsnet (Phone.Net) D-Bus support | Johan Hedberg | 2008-12-08 | 1 | -4/+117 | |
| | ||||||
* | Send correct "callheld" indicator when call becomes active from being held | Johan Hedberg | 2008-12-08 | 1 | -2/+13 | |
| | ||||||
* | Fix passing user_data pointer in get_remote_reply | Johan Hedberg | 2008-12-08 | 1 | -1/+1 | |
| | ||||||
* | Also remember to stop ringing when the callsetup gets canceled | Johan Hedberg | 2008-12-08 | 1 | -2/+4 | |
| | ||||||
* | Add variable to monitor the callsetup stage | Johan Hedberg | 2008-12-08 | 1 | -1/+11 | |
| | ||||||
* | Fix callsetup and call indicators upon CALL_STATUS_ACTIVE | Johan Hedberg | 2008-12-08 | 1 | -3/+2 | |
| | ||||||
* | Also check for proceeding state when looking for incoming calls | Johan Hedberg | 2008-12-08 | 1 | -0/+3 | |
| | ||||||
* | The Coming signal comes in practice before the CallStatus(COMING) signal | Johan Hedberg | 2008-12-08 | 1 | -4/+5 | |
| | ||||||
* | Fix incoming call indication | Johan Hedberg | 2008-12-08 | 1 | -2/+3 | |
| | ||||||
* | Add missing telephony_call_hold_req implementation | Johan Hedberg | 2008-12-08 | 1 | -0/+6 | |
| | ||||||
* | Use the new telephony_ready_ind API with CHLD support | Johan Hedberg | 2008-12-08 | 1 | -1/+5 | |
| | ||||||
* | Give correct response to telephony_answer_call_req | Johan Hedberg | 2008-12-08 | 1 | -1/+1 | |
| | ||||||
* | Fix DBusMessage memory leak | Johan Hedberg | 2008-12-08 | 1 | -0/+1 | |
| | ||||||
* | Use GetRemote() for resolving outgoing numbers | Johan Hedberg | 2008-12-08 | 1 | -8/+78 | |
| | ||||||
* | Basic support for last dialed number | Johan Hedberg | 2008-12-08 | 1 | -18/+14 | |
| | ||||||
* | Do better tracking of the call status | Johan Hedberg | 2008-12-08 | 1 | -4/+30 | |
| | ||||||
* | Set callsetup to 1 after receiving the Coming signal | Johan Hedberg | 2008-12-08 | 1 | -0/+3 | |
| | ||||||
* | Implement parsing of the CallServiceError signal | Johan Hedberg | 2008-12-08 | 1 | -0/+10 | |
| | ||||||
* | Remove unused variable | Johan Hedberg | 2008-12-08 | 1 | -1/+0 | |
| | ||||||
* | Implement telephony_answer_call_req | Johan Hedberg | 2008-12-08 | 1 | -10/+48 | |
| | ||||||
* | Implement last number dialed support | Johan Hedberg | 2008-12-08 | 1 | -8/+21 | |
| | ||||||
* | Implement telephony_list_current_calls_req properly | Johan Hedberg | 2008-12-08 | 1 | -8/+55 | |
| | ||||||
* | Implement telephony_transmit_dtmf_req | Johan Hedberg | 2008-12-08 | 1 | -0/+29 | |
| | ||||||
* | Use correct response to dial number request | Johan Hedberg | 2008-12-08 | 1 | -1/+1 | |
| | ||||||
* | Implement telephony_dial_number_req | Johan Hedberg | 2008-12-08 | 1 | -11/+14 | |
| | | | | | Currently the methor reply isn't taken into account but we solely on the state signals instead. | |||||
* | Implement telephony_terminate_call_req properly | Johan Hedberg | 2008-12-08 | 1 | -23/+51 | |
| | ||||||
* | Make calls list static | Johan Hedberg | 2008-12-08 | 1 | -1/+1 | |
| | ||||||
* | Implement basic call status tracking | Johan Hedberg | 2008-12-08 | 1 | -4/+151 | |
| | ||||||
* | Fix D-Bus signal handling | Johan Hedberg | 2008-12-08 | 1 | -3/+7 | |
| | ||||||
* | Remove incorrect call to csd_call_free | Johan Hedberg | 2008-12-08 | 1 | -1/+0 | |
| | ||||||
* | Implement basic parsing of GetCallInfoAll reply | Johan Hedberg | 2008-12-08 | 1 | -1/+104 | |
| | ||||||
* | Implement skeleton for CSD D-Bus initialization | Johan Hedberg | 2008-12-08 | 1 | -2/+86 | |
| | ||||||
* | Rename dummy_indicators to maemo_indicators | Johan Hedberg | 2008-12-08 | 1 | -11/+11 | |
| | ||||||
* | Add defines for csd call status values | Johan Hedberg | 2008-12-08 | 1 | -0/+19 | |
| | ||||||
* | Starting point for the maemo telephony plugin | Johan Hedberg | 2008-12-08 | 1 | -0/+178 | |
| | | | | | This is mostly a copy-paste from telephony-dummy.c with the TelephonyTest D-Bus interface removed. | |||||
* | Clean up AT+NREC behavior and API | Johan Hedberg | 2008-12-04 | 3 | -4/+24 | |
| | | | | | | In HFP 1.5 only AT+NREC=0 should be possible, but to accomodate for future profile changes make the telephony.h API such that AT+NREC=1 is possible without breaking the API. | |||||
* | Add another missing check for btd_device_add_uuid. | Luiz Augusto von Dentz | 2008-12-02 | 1 | -1/+6 | |
| | ||||||
* | Check if btd_device_add_uuid succeeded. | Luiz Augusto von Dentz | 2008-12-02 | 1 | -1/+4 | |
| | ||||||
* | Use valid number type for HFP | Johan Hedberg | 2008-11-29 | 1 | -3/+4 | |
| | ||||||
* | Add some common phone number type definitions | Johan Hedberg | 2008-11-29 | 1 | -0/+7 | |
| | ||||||
* | Fix AT result code syntax | Johan Hedberg | 2008-11-28 | 1 | -14/+14 | |
| | | | | | According to ITU-T V.250 there should be a space after the colon in AT result codes. |