diff --git a/conf/freeswitch.xml b/conf/freeswitch.xml
index f5278ecce8..426e149f53 100644
--- a/conf/freeswitch.xml
+++ b/conf/freeswitch.xml
@@ -109,7 +109,7 @@
-
+
@@ -226,7 +226,7 @@
-
+
diff --git a/src/mod/endpoints/mod_exosip/mod_exosip.c b/src/mod/endpoints/mod_exosip/mod_exosip.c
index 7f8d6d2fba..25e8ee5d05 100644
--- a/src/mod/endpoints/mod_exosip/mod_exosip.c
+++ b/src/mod/endpoints/mod_exosip/mod_exosip.c
@@ -536,7 +536,7 @@ static switch_status_t activate_rtp(struct private_object *tech_pvt)
}
flags = SWITCH_RTP_FLAG_MINI | SWITCH_RTP_FLAG_RAW_WRITE;
if (switch_test_flag(tech_pvt, TFLAG_TIMER)) {
- flags |= SWITCH_RTP_FLAG_USE_TIMER | SWITCH_RTP_FLAG_TIMER_RECLOCK;
+ flags |= SWITCH_RTP_FLAG_USE_TIMER;
}
tech_pvt->rtp_session = switch_rtp_new(tech_pvt->local_sdp_audio_ip,