aboutsummaryrefslogtreecommitdiff
path: root/audio/telephony-maemo.c
AgeCommit message (Expand)Author
2008-12-08fix csd_status_to_hfp()Pekka Pessi
2008-12-08Use SendDTMF instead of StartDTMF/StopDTMFPekka Pessi
2008-12-08support *31# and #31# prefixesPekka Pessi
2008-12-08Update telephony-maemo to match current csd-call APIJohan Hedberg
2008-12-08Enable in-band ringingJohan Hedberg
2008-12-08Fix call index mapping (e.g. index 1 == first call in list)Johan Hedberg
2008-12-08Fix call hold/unhold behaviorJohan Hedberg
2008-12-08Fully implement telephony_call_hold_reqJohan Hedberg
2008-12-08Send current gsm network values after a headset connectsJohan Hedberg
2008-12-08Get network status info upon initializtionJohan Hedberg
2008-12-08Fix registration_status_change parameter parsingJohan Hedberg
2008-12-08Fix receiving of Phone.Net signalsJohan Hedberg
2008-12-08Handle more Phone.Net methods & signalsJohan Hedberg
2008-12-08Use the same prefix for all libcsnet D-Bus definitions and enumsJohan Hedberg
2008-12-08Add placeholders for libcsnet (Phone.Net) D-Bus supportJohan Hedberg
2008-12-08Send correct "callheld" indicator when call becomes active from being heldJohan Hedberg
2008-12-08Fix passing user_data pointer in get_remote_replyJohan Hedberg
2008-12-08Also remember to stop ringing when the callsetup gets canceledJohan Hedberg
2008-12-08Add variable to monitor the callsetup stageJohan Hedberg
2008-12-08Fix callsetup and call indicators upon CALL_STATUS_ACTIVEJohan Hedberg
2008-12-08Also check for proceeding state when looking for incoming callsJohan Hedberg
2008-12-08The Coming signal comes in practice before the CallStatus(COMING) signalJohan Hedberg
2008-12-08Fix incoming call indicationJohan Hedberg
2008-12-08Add missing telephony_call_hold_req implementationJohan Hedberg
2008-12-08Use the new telephony_ready_ind API with CHLD supportJohan Hedberg
2008-12-08Give correct response to telephony_answer_call_reqJohan Hedberg
2008-12-08Fix DBusMessage memory leakJohan Hedberg
2008-12-08Use GetRemote() for resolving outgoing numbersJohan Hedberg
2008-12-08Basic support for last dialed numberJohan Hedberg
2008-12-08Do better tracking of the call statusJohan Hedberg
2008-12-08Set callsetup to 1 after receiving the Coming signalJohan Hedberg
2008-12-08Implement parsing of the CallServiceError signalJohan Hedberg
2008-12-08Remove unused variableJohan Hedberg
2008-12-08Implement telephony_answer_call_reqJohan Hedberg
2008-12-08Implement last number dialed supportJohan Hedberg
2008-12-08Implement telephony_list_current_calls_req properlyJohan Hedberg
2008-12-08Implement telephony_transmit_dtmf_reqJohan Hedberg
2008-12-08Use correct response to dial number requestJohan Hedberg
2008-12-08Implement telephony_dial_number_reqJohan Hedberg
2008-12-08Implement telephony_terminate_call_req properlyJohan Hedberg
2008-12-08Make calls list staticJohan Hedberg
2008-12-08Implement basic call status trackingJohan Hedberg
2008-12-08Fix D-Bus signal handlingJohan Hedberg
2008-12-08Remove incorrect call to csd_call_freeJohan Hedberg
2008-12-08Implement basic parsing of GetCallInfoAll replyJohan Hedberg
2008-12-08Implement skeleton for CSD D-Bus initializationJohan Hedberg
2008-12-08Rename dummy_indicators to maemo_indicatorsJohan Hedberg
2008-12-08Add defines for csd call status valuesJohan Hedberg
2008-12-08Starting point for the maemo telephony pluginJohan Hedberg
2008-10-01Add skeleton for Maemo telephony driverMarcel Holtmann