]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 30 May 2006 17:47:07 +0000 (17:47 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 30 May 2006 17:47:07 +0000 (17:47 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1526 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/freeswitch.xml
src/mod/endpoints/mod_exosip/mod_exosip.c

index f5278ecce88e380da3307d86960b90e4de38aec6..426e149f53bfa778a73997ad2765c8d8be8408c7 100644 (file)
        <!-- 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"/> -->
         <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"/> -->
index 7f8d6d2fba5cc16a68494078573aa4e114bd2f8c..25e8ee5d050c9ab8590b7f683784c41c16c7baf6 100644 (file)
@@ -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,