From c359f2b708667a589fd3e9fea517697c2f3fab2d Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Mon, 28 Jan 2019 11:03:50 -0500 Subject: [PATCH] Replace "connecting/sonar ping" with "outbound ringing." --- SignalMessaging/environment/OWSSounds.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SignalMessaging/environment/OWSSounds.m b/SignalMessaging/environment/OWSSounds.m index 506b7bd8e..d4cbc7824 100644 --- a/SignalMessaging/environment/OWSSounds.m +++ b/SignalMessaging/environment/OWSSounds.m @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 Open Whisper Systems. All rights reserved. +// Copyright (c) 2019 Open Whisper Systems. All rights reserved. // #import "OWSSounds.h" @@ -220,7 +220,7 @@ NSString *const kOWSSoundsStorageGlobalNotificationKey = @"kOWSSoundsStorageGlob // Calls case OWSSound_CallConnecting: - return @"sonarping.mp3"; + return @"ringback_tone_ansi.caf"; case OWSSound_CallOutboundRinging: return @"ringback_tone_ansi.caf"; case OWSSound_CallBusy: