diff options
-rw-r--r-- | audio/telephony-maemo.c | 2 |
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); } |