diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 82156b1ca..30e76d1ff 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -121,7 +121,7 @@ static void toggle_video_preview(LinphoneCore *lc, bool_t val); #define SOUNDS_PREFIX #endif /* relative path where is stored local ring*/ -#define LOCAL_RING SOUNDS_PREFIX "rings/oldphone-mono.wav" +#define LOCAL_RING SOUNDS_PREFIX "rings/oldphone.wav" #define LOCAL_RING_MKV SOUNDS_PREFIX "rings/notes_of_the_optimistic.mkv" /* same for remote ring (ringback)*/ #define REMOTE_RING SOUNDS_PREFIX "ringback.wav" diff --git a/share/rings/oldphone-mono.wav b/share/rings/oldphone.wav similarity index 100% rename from share/rings/oldphone-mono.wav rename to share/rings/oldphone.wav