From aa91757d50b9cee9f96420d97cf5b3db5f71fcc7 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Fri, 8 Apr 2016 16:29:20 +0200 Subject: [PATCH] oldphone-mono is the default wav ring (and it is installed by make install) --- coreapi/linphonecore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 4ab2ad71d..c99b4b78c 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -120,7 +120,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.wav" +#define LOCAL_RING SOUNDS_PREFIX "rings/oldphone-mono.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"