From 8992d6668f1de5b4351a36ca794a983f721d0df3 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sat, 29 Nov 2008 02:26:23 +0200 Subject: Stop ringing if the call was answered from the AG side --- audio/telephony-maemo.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/telephony-maemo.c') diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c index 9549d4c3..7c91bd8e 100644 --- a/audio/telephony-maemo.c +++ b/audio/telephony-maemo.c @@ -833,6 +833,8 @@ static void handle_call_status(DBusMessage *msg, const char *call_path) telephony_update_indicator(maemo_indicators, "callsetup", EV_CALLSETUP_INACTIVE); + if (!call->originating) + telephony_calling_stopped_ind(); call->setup = FALSE; } break; -- cgit