summaryrefslogtreecommitdiffstats
path: root/audio/telephony-dummy.c
Commit message (Expand)AuthorAgeFilesLines
* Add telephony driver hooks for the HSP AT+CKPD commandJohan Hedberg2009-02-171-0/+6
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Fix AT+NREC APIJohan Hedberg2008-12-101-2/+2
* Clean up AT+NREC behavior and APIJohan Hedberg2008-12-041-2/+4
* Use valid number type for HFPJohan Hedberg2008-11-291-3/+4
* Implement support for AT+NRECJohan Hedberg2008-11-271-0/+6
* Return proper error replies in telephony-dummyJohan Hedberg2008-10-221-9/+15
* Implement better support for AT+CHLD=<n>Johan Hedberg2008-10-171-1/+9
* Implement operator selection (AT+COPS) supportJohan Hedberg2008-10-091-0/+6
* Reject non-voice calls in headset.cJohan Hedberg2008-10-081-14/+2
* Minor coding style fixJohan Hedberg2008-10-081-1/+1
* Properly extract the phone number from the ATD stringJohan Hedberg2008-10-081-1/+15
* Update active call status when call is answeredJohan Hedberg2008-10-021-1/+2
* Add some debug prints for the connected/disconnected callbacksJohan Hedberg2008-10-021-0/+2
* Make the features bits reflect what's actually supported currentlyJohan Hedberg2008-10-021-1/+3
* Remove unnecessary empty lineJohan Hedberg2008-10-021-1/+0
* Add support for subscriber number notificationJohan Hedberg2008-10-021-0/+24
* Add support for simple call tracking in dummy driverJohan Hedberg2008-10-021-1/+39
* Add support for current call list queryJohan Hedberg2008-10-021-0/+6
* Pass context to telephony driver in order to allow multiple headsetsJohan Hedberg2008-10-021-17/+31
* Implement support for subscriber number request (AT+CNUM)Johan Hedberg2008-09-111-0/+5
* Implement DTMF tone transmission (AT+VTS)Johan Hedberg2008-09-101-0/+6
* Remove double semi-colonsJohan Hedberg2008-09-061-7/+7
* Limit context of DBusConnectionJohan Hedberg2008-09-051-2/+2
* Make telephony_ready name consistent with the other functionsJohan Hedberg2008-09-051-1/+1
* Implement dummy registration and roaming status methodsJohan Hedberg2008-09-051-5/+45
* Add alerting indication after outgoing call indicationJohan Hedberg2008-09-051-0/+6
* Use consistent naming for the telephony functionsJohan Hedberg2008-09-051-6/+6
* Implement call notificationJohan Hedberg2008-09-051-1/+12
* Implement support for placing calls (ATD)Johan Hedberg2008-09-051-0/+8
* Add some simple D-Bus methods for telephony controlJohan Hedberg2008-09-051-0/+106
* Add some human readable defines for the indicator valuesJohan Hedberg2008-09-051-9/+10
* Implement answer call functionality (ATA)Johan Hedberg2008-09-051-0/+8
* Implement telephony plugin support for terminate call (AT+CHUP)Johan Hedberg2008-09-051-0/+10
* Implement last number dialed (AT+BLDN) supportJohan Hedberg2008-09-051-2/+10
* No need to call telephony_response_and_hold_ind in telephony_event_reporting_...Johan Hedberg2008-09-041-4/+4
* Remove unused functionJohan Hedberg2008-09-041-5/+0
* Add a telephony_ready callback to notify initialization completionJohan Hedberg2008-09-041-9/+1
* Implement basic HFP response and hold supportJohan Hedberg2008-09-041-1/+23
* Implement basic event reporting supportJohan Hedberg2008-09-041-0/+9
* Update the telephony-dummy indicators to match the ones in the HFP spec.Johan Hedberg2008-09-041-4/+1
* Fix wrong indentationMarcel Holtmann2008-09-031-1/+1
* Reorder some functionsMarcel Holtmann2008-09-031-9/+9
* Preliminary support for indicatorsJohan Hedberg2008-09-031-0/+23
* Add skeleton for basic telephony functionsJohan Hedberg2008-09-031-0/+18
* Add skeleton for telephony driversMarcel Holtmann2008-09-011-0/+29