summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-10-16 18:16:10 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-12-08 16:10:55 +0200
commit170d5a7c22f717f85abe8844be870c71b52b8ccf (patch)
tree8d7dd0ed9ff05d54bf5b52860d6e07ad8770f220 /audio
parent4abc4e4cce2d8e70cd0d871cbd7b8e4ee149423c (diff)
Use correct response to dial number request
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 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;
}