summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-11-29 02:26:23 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2008-12-08 16:10:58 +0200
commit8992d6668f1de5b4351a36ca794a983f721d0df3 (patch)
tree8f4f23a0bf3145c80413b0cccb905b0439bb0bae /audio
parenta34b5655caf1e1e4fdf3e83a3e6bcc6119f73bcb (diff)
Stop ringing if the call was answered from the AG side
Diffstat (limited to 'audio')
-rw-r--r--audio/telephony-maemo.c2
1 files changed, 2 insertions, 0 deletions
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;