summaryrefslogtreecommitdiffstats
path: root/audio/telephony-dummy.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Johan Hedberg2008-09-041-4/+4
| | | | telephony_event_reporting_req because telephony_ready was added
* 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