From 5aca05e22e0d14c3e614bdb17ae09d1565d8228a Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 21 Oct 2008 11:16:53 +0300 Subject: Give correct response to telephony_answer_call_req --- audio/telephony-maemo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/telephony-maemo.c') diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c index 13af058e..c1e9cfff 100644 --- a/audio/telephony-maemo.c +++ b/audio/telephony-maemo.c @@ -264,7 +264,7 @@ void telephony_answer_call_req(void *telephony_device) g_dbus_send_message(connection, msg); - telephony_dial_number_rsp(telephony_device, CME_ERROR_NONE); + telephony_answer_call_rsp(telephony_device, CME_ERROR_NONE); } void telephony_dial_number_req(void *telephony_device, const char *number) -- cgit