From 170d5a7c22f717f85abe8844be870c71b52b8ccf Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 16 Oct 2008 18:16:10 +0300 Subject: Use correct response to dial number request --- audio/telephony-maemo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c index 1289d6b9..28f10b26 100644 --- a/audio/telephony-maemo.c +++ b/audio/telephony-maemo.c @@ -243,7 +243,7 @@ void telephony_dial_number_req(void *telephony_device, const char *number) CSD_CALL_INTERFACE, "Create"); if (!msg) { error("Unable to allocate new D-Bus message"); - telephony_terminate_call_rsp(telephony_device, + telephony_dial_number_rsp(telephony_device, CME_ERROR_AG_FAILURE); return; } -- cgit