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)