From 7c2fbe2669b651c9382333b877c43ac723921b6e Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Thu, 25 Nov 2010 11:15:59 +0100 Subject: [PATCH] fix remote ringback tone --- coreapi/linphonecore.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index c21f08e66..d38a5d6d3 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -467,9 +467,8 @@ static void sound_config_read(LinphoneCore *lc) gain=lp_config_get_float(lc->config,"sound","playback_gain_db",0); linphone_core_set_playback_gain_db (lc,gain); -/* + linphone_core_set_remote_ringback_tone (lc,lp_config_get_string(lc->config,"sound","ringback_tone",NULL)); - */ } static void sip_config_read(LinphoneCore *lc)