Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Implement support for AT+NREC | Johan Hedberg | 2008-11-27 | 3 | -0/+24 |
| | | | | | This patch adds support for the AT+NREC command which can be used for disabling noice reduction and echo canceling features on the AG side. | ||||
* | Fix proble with concurrent clients connecting audio socket. | Luiz Augusto von Dentz | 2008-11-26 | 3 | -8/+33 |
| | | | | | Concurrent connections is needed in order to support clients holding different access locks of the headset, eg. arecord | aplay. | ||||
* | Remove unused variable | Johan Hedberg | 2008-11-26 | 1 | -1/+0 |
| | |||||
* | Lock headset on stream start rather than stream configuration. | Luiz Augusto von Dentz | 2008-11-25 | 1 | -5/+5 |
| | |||||
* | Fix headset configuration and start. | Luiz Augusto von Dentz | 2008-11-25 | 2 | -21/+34 |
| | |||||
* | Fix bug which invalidates a device pointer before unlocking. | Luiz Augusto von Dentz | 2008-11-25 | 1 | -3/+2 |
| | |||||
* | Make hfp/hsp to suspend properly. | Luiz Augusto von Dentz | 2008-11-25 | 3 | -1/+58 |
| | |||||
* | Fix headset_request_stream to check for stream locks. | Luiz Augusto von Dentz | 2008-11-25 | 3 | -19/+32 |
| | | | | | A stream should only be configured if there is no other application holding the lock. | ||||
* | Fix +BSRF syntax | Johan Hedberg | 2008-11-19 | 1 | -1/+1 |
| | |||||
* | Make use of g_timeout_add_seconds whenever possible. | Luiz Augusto von Dentz | 2008-11-17 | 4 | -22/+30 |
| | |||||
* | Set stream timer in avdtp_sep_set_state instead of avdtp_suspend_resp | Johan Hedberg | 2008-10-25 | 1 | -4/+6 |
| | | | | | This ensures that the timer is not only set when we requested the suspend but also when the other side requested the suspend. | ||||
* | Fix whitespace in function pointer declaration | Johan Hedberg | 2008-10-24 | 1 | -1/+1 |
| | |||||
* | Clear pending ring if calling is stopped before SCO is up | Johan Hedberg | 2008-10-24 | 1 | -3/+12 |
| | |||||
* | Use g_dbus_send_message instead of dbus_connection_send | Johan Hedberg | 2008-10-24 | 2 | -12/+6 |
| | |||||
* | Make Headset.Play() succeed if there's a pending HFP triggered SCO | Johan Hedberg | 2008-10-24 | 1 | -0/+4 |
| | |||||
* | Fix manager_allow_headset_connection count check | Johan Hedberg | 2008-10-24 | 1 | -2/+4 |
| | |||||
* | Don't set the ring timer twice | Johan Hedberg | 2008-10-24 | 1 | -0/+2 |
| |