summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-10-21 15:20:04 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-12-08 16:10:56 +0200
commit5bb5bb90af8662c203232bd592349fc9a2181eff (patch)
treed551c5a0d8f94bd415048639b47c81cfc4360e97 /audio
parent3e0fcbbff68f661c28bba0bd0e90108feb22a241 (diff)
Add missing telephony_call_hold_req implementation
Diffstat (limited to 'audio')
-rw-r--r--audio/telephony-maemo.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c
index 8ac65381..e177f32b 100644
--- a/audio/telephony-maemo.c
+++ b/audio/telephony-maemo.c
@@ -403,6 +403,12 @@ void telephony_operator_selection_req(void *telephony_device)
telephony_operator_selection_rsp(telephony_device, CME_ERROR_NONE);
}
+void telephony_call_hold_req(void *telephony_device, const char *cmd)
+{
+ debug("telephony-maemo: got call hold request %s", cmd);
+ telephony_call_hold_rsp(telephony_device, CME_ERROR_NONE);
+}
+
static void handle_incoming_call(DBusMessage *msg)
{
const char *number, *call_path;