summaryrefslogtreecommitdiff
path: root/audio/telephony-maemo6.c
Commit message (Expand)AuthorAgeFilesLines
* Fix call status in +CLCC for maemo6 telephonyDmitriy Paliy2011-10-121-2/+10
* Fix remove feedback DTMF tones timer on call releaseDmitriy Paliy2011-09-271-0/+3
* Fix play DTMF feeback tones only for active callDmitriy Paliy2011-09-271-1/+4
* Add playback of tones to handsfreeDmitriy Paliy2011-09-271-0/+119
* Fix error handling in start_dtmf_replyDmitriy Paliy2011-09-271-1/+16
* Replace SendDTMF by StartDTMF/StopDTMF in maemo6Dmitriy Paliy2011-09-271-7/+23
* Fix freeing watches list in maemo6 telephonyDmitriy Paliy2011-09-221-1/+1
* Remove bogus extra semicolonsAnderson Lizardo2011-08-081-1/+1
* Fix cancel pending D-Bus call to ohmdDmitriy Paliy2011-08-051-0/+2
* Move around static functions to avoid forward-declarationsJohan Hedberg2011-08-051-87/+82
* Add stop playing ringtone to maemo6 telephony driverDmitriy Paliy2011-08-051-1/+33
* Fix telephony driver compilation with GLib < 2.28Szymon Janc2011-07-191-0/+3
* Make use of g_slist_free_full on audio pluginLuiz Augusto von Dentz2011-06-301-8/+9
* Add NO CARRIER response to maemo6 telephony driverDmitriy Paliy2011-04-181-2/+7
* Add ERROR code response to ATD in maemo6 telephonyDmitriy Paliy2011-04-011-8/+4
* Add ERROR response on AT+BLDN command for maemo6Dmitriy Paliy2011-03-271-3/+23
* Add handling of pending D-Bus calls in maemo6Dmitriy Paliy2011-03-271-9/+56
* Remove unregister interface in telephony-maemo6Dmitriy Paliy2011-03-231-7/+0
* Remove unused code due to dial and re-dial changeDmitriy Paliy2011-03-151-125/+0
* Change dial and re-dial in maemo6 telephonyDmitriy Paliy2011-03-151-13/+14
* Move telephony_last_dialed_number_reqDmitriy Paliy2011-03-151-12/+12
* telephony-maemo6: fix not cleaning up network status on exitLuiz Augusto von Dentz2011-02-161-0/+3
* telephony-maemo6: fix not cleaning up active calls list on exitLuiz Augusto von Dentz2011-02-161-0/+3
* Fix not updating call indicator when parsing call info replyLuiz Augusto von Dentz2011-02-151-27/+36
* Fix not resetting indicators whenever the driver is initializedLuiz Augusto von Dentz2011-02-151-0/+9
* Fix cleaning up HFP state after calling telephony_exitJohan Hedberg2010-12-121-0/+2
* Fix HFP response and hold (AT+BTRH) command responseJohan Hedberg2010-12-091-14/+3
* Create btd_error_invalid_args()Gustavo F. Padovan2010-12-071-8/+3
* Fix not canceling pending calls on maemo6 telephony driver exitLuiz Augusto von Dentz2010-11-301-1/+20
* Use specific members in D-Bus match rules on telephony maemo6 driverLuiz Augusto von Dentz2010-11-301-3/+3
* Fix interface name of modem states on maemo6 telephony driverLuiz Augusto von Dentz2010-11-301-1/+1
* Fix telephony maemo6 driver deinitializationLuiz Augusto von Dentz2010-11-251-82/+86
* Fix handling call waiting indicators in telephonyLukasz Pawlik2010-11-041-3/+3
* Fix problem with handling CHLD=0 commandLukasz Pawlik2010-10-191-2/+5
* Fix problem with operator name lengthLukasz Pawlik2010-10-131-2/+1
* Fix telephony-maemo6: call notification with call on holdDaniel Orstadius2010-10-131-1/+2
* Fix problem with hanging up held callLukasz Pawlik2010-10-131-1/+5
* Fix handling of incoming call indication when in WAITING stateRadoslaw Jablonski2010-07-141-3/+12
* Fix missing whitespace in telephony-maemo6Johan Hedberg2010-07-131-3/+3
* telephony-maemo6: add ClearLastNumber methodLuiz Augusto von Dentz2010-07-131-0/+10
* Fix code consistency for signal strength in maemo6 telephony driverDmitriy Paliy2010-07-121-23/+25
* Fix signal strength for HFP in maemo6 telephonyDmitriy Paliy2010-07-121-11/+9
* Fix not freeing memory on driver exitLuiz Augusto von Dentz2010-06-291-0/+6
* Fix missing error check to dbus_message_get_argsJohan Hedberg2010-06-171-2/+5
* Move debug() to DBG()Gustavo F. Padovan2010-05-211-33/+33
* Move logging.{c,h} to log.{c,h}Gustavo F. Padovan2010-05-211-1/+1
* Fix service indicator not sent when entering searching stateLuiz Augusto Von Dentz2010-05-211-0/+1
* Fix signal strength indicator on maemo6 driverLuiz Augusto von Dentz2010-05-111-4/+6
* Fix operator name indicator on maemo6 driverLuiz Augusto von Dentz2010-05-111-1/+1
* Fix maemo6 API changes since maemo5Luiz Augusto Von Dentz2010-04-061-349/+217