summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/telephony-maemo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c
index 3a4314bc..997e4652 100644
--- a/audio/telephony-maemo.c
+++ b/audio/telephony-maemo.c
@@ -755,7 +755,7 @@ void telephony_call_hold_req(void *telephony_device, const char *cmd)
if (err)
telephony_call_hold_rsp(telephony_device,
- CME_ERROR_NONE);
+ CME_ERROR_AG_FAILURE);
else
telephony_call_hold_rsp(telephony_device, CME_ERROR_NONE);
}