Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright information | Marcel Holtmann | 2009-01-01 | 1 | -1/+1 |
| | |||||
* | Fix AT+NREC API | Johan Hedberg | 2008-12-10 | 1 | -2/+2 |
| | | | | | Remove disable from the function names since there now is the boolean "enable" parameter. | ||||
* | Clean up AT+NREC behavior and API | Johan Hedberg | 2008-12-04 | 1 | -2/+4 |
| | | | | | | 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. | ||||
* | Use valid number type for HFP | Johan Hedberg | 2008-11-29 | 1 | -3/+4 |
| | |||||
* | Implement support for AT+NREC | Johan Hedberg | 2008-11-27 | 1 | -0/+6 |
| | | | | | 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. | ||||
* | Return proper error replies in telephony-dummy | Johan Hedberg | 2008-10-22 | 1 | -9/+15 |
| | | | | | | Without this fix sending invalid arguments to telephony-dummy causes libgdbus to return NO_MEMORY to libdbus which in turn causes the method handler to be called in an infinite loop. | ||||
* | Implement better support for AT+CHLD=<n> | Johan Hedberg | 2008-10-17 | 1 | -1/+9 |
| | |||||
* | Implement operator selection (AT+COPS) support | Johan Hedberg | 2008-10-09 | 1 | -0/+6 |
| | |||||
* | Reject non-voice calls in headset.c | Johan Hedberg | 2008-10-08 | 1 | -14/+2 |
| | | | | | | Basicly reverts the previous commit since data calls just don't make sense with HFP. Check for proper voice call dial string and pass the number without the terminating semicolon to the telephony driver. | ||||
* | Minor coding style fix | Johan Hedberg | 2008-10-08 | 1 | -1/+1 |
| | |||||
* | Properly extract the phone number from the ATD string | Johan Hedberg | 2008-10-08 | 1 | -1/+15 |
| | | | | | | | Voice call ATD requests have a semicolon at the end of the string while data call requests don't. So detect this and don't copy the semicolon to the currently active number (possible sent back to the headset in subsequent operations). | ||||
* | Update active call status when call is answered | Johan Hedberg | 2008-10-02 | 1 | -1/+2 |
| | |||||
* | Add some debug prints for the connected/disconnected callbacks | Johan Hedberg | 2008-10-02 | 1 | -0/+2 |
| | |||||
* | Make the features bits reflect what's actually supported currently | Johan Hedberg | 2008-10-02 | 1 | -1/+3 |
| | |||||
* | Remove unnecessary empty line | Johan Hedberg | 2008-10-02 | 1 | -1/+0 |
| | |||||
* | Add support for subscriber number notification | Johan Hedberg | 2008-10-02 | 1 | -0/+24 |
| | |||||
* | Add support for simple call tracking in dummy driver | Johan Hedberg | 2008-10-02 | 1 | -1/+39 |
| | |||||
* | Add support for current call list query | Johan Hedberg | 2008-10-02 | 1 | -0/+6 |
| | | | | | Support for the AT+CLCC command and the +CLCC:... unsolicited result code. | ||||
* | Pass context to telephony driver in order to allow multiple headsets | Johan Hedberg | 2008-10-02 | 1 | -17/+31 |
| | | | | | | This patch allows multiple headsets to be connected at the same time to us. All headsets receive indications but only the headset that sent an AT command will receive the reply for it. | ||||
* | Implement support for subscriber number request (AT+CNUM) | Johan Hedberg | 2008-09-11 | 1 | -0/+5 |
| | |||||
* | Implement DTMF tone transmission (AT+VTS) | Johan Hedberg | 2008-09-10 | 1 | -0/+6 |
| | |||||
* | Remove double semi-colons | Johan Hedberg | 2008-09-06 | 1 | -7/+7 |
| | |||||
* | Limit context of DBusConnection | Johan Hedberg | 2008-09-05 | 1 | -2/+2 |
| | |||||
* | Make telephony_ready name consistent with the other functions | Johan Hedberg | 2008-09-05 | 1 | -1/+1 |
| | |||||
* | Implement dummy registration and roaming status methods | Johan Hedberg | 2008-09-05 | 1 | -5/+45 |
| | |||||
* | Add alerting indication after outgoing call indication | Johan Hedberg | 2008-09-05 | 1 | -0/+6 |
| | |||||
* | Use consistent naming for the telephony functions | Johan Hedberg | 2008-09-05 | 1 | -6/+6 |
| | |||||
* | Implement call notification | Johan Hedberg | 2008-09-05 | 1 | -1/+12 |
| | |||||
* | Implement support for placing calls (ATD) | Johan Hedberg | 2008-09-05 | 1 | -0/+8 |
| | |||||
* | Add some simple D-Bus methods for telephony control | Johan Hedberg | 2008-09-05 | 1 | -0/+106 |
| | |||||
* | Add some human readable defines for the indicator values | Johan Hedberg | 2008-09-05 | 1 | -9/+10 |
| | |||||
* | Implement answer call functionality (ATA) | Johan Hedberg | 2008-09-05 | 1 | -0/+8 |
| | |||||
* | Implement telephony plugin support for terminate call (AT+CHUP) | Johan Hedberg | 2008-09-05 | 1 | -0/+10 |
| | |||||
* | Implement last number dialed (AT+BLDN) support | Johan Hedberg | 2008-09-05 | 1 | -2/+10 |
| | |||||
* | No need to call telephony_response_and_hold_ind in ↵ | Johan Hedberg | 2008-09-04 | 1 | -4/+4 |
| | | | | telephony_event_reporting_req because telephony_ready was added | ||||
* | Remove unused function | Johan Hedberg | 2008-09-04 | 1 | -5/+0 |
| | |||||
* | Add a telephony_ready callback to notify initialization completion | Johan Hedberg | 2008-09-04 | 1 | -9/+1 |
| | |||||
* | Implement basic HFP response and hold support | Johan Hedberg | 2008-09-04 | 1 | -1/+23 |
| | |||||
* | Implement basic event reporting support | Johan Hedberg | 2008-09-04 | 1 | -0/+9 |
| | |||||
* | Update the telephony-dummy indicators to match the ones in the HFP spec. | Johan Hedberg | 2008-09-04 | 1 | -4/+1 |
| | |||||
* | Fix wrong indentation | Marcel Holtmann | 2008-09-03 | 1 | -1/+1 |
| | |||||
* | Reorder some functions | Marcel Holtmann | 2008-09-03 | 1 | -9/+9 |
| | |||||
* | Preliminary support for indicators | Johan Hedberg | 2008-09-03 | 1 | -0/+23 |
| | |||||
* | Add skeleton for basic telephony functions | Johan Hedberg | 2008-09-03 | 1 | -0/+18 |
| | |||||
* | Add skeleton for telephony drivers | Marcel Holtmann | 2008-09-01 | 1 | -0/+29 |