From 160fe134e618c409008b7e8a7549307c102bcd0c Mon Sep 17 00:00:00 2001
From: Anthony Minessale <anthony.minessale@gmail.com>
Date: Tue, 30 May 2006 17:47:07 +0000
Subject: [PATCH] update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1526 d0543943-73ff-0310-b7d9-9358b9ac24b2
---
 conf/freeswitch.xml                       | 4 ++--
 src/mod/endpoints/mod_exosip/mod_exosip.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

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 @@
 	<!-- Payload number to bind DTMF to-->
         <param name="rfc2833-pt" value="101"/>
 	<!-- disable to trade async for more calls -->
-	<param name="use-rtp-timer" value="true">
+	<param name="use-rtp-timer" value="true"/>
         <!-- pick one (default if not specified is 'guess'); -->
         <param name="rtp-ip" value="guess"/>
         <!-- <param name-"rtp-ip" value="10.0.0.1"/> -->
@@ -226,7 +226,7 @@
         <param name="rtp-ip" value="10.0.0.1"/>
         <param name="auto-login" value="true"/>
 	<!-- disable to trade async for more calls -->
-	<param name="use-rtp-timer" value="true">
+	<param name="use-rtp-timer" value="true"/>
         <!-- or -->
         <!-- <param name="rtp-ip" value="my_lan_ip"/> -->
         <!-- <param name="ext-rtp-ip" value="stun:stun.server.com"/> -->
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,