]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4225
authorSeven Du <dujinfang@gmail.com>
Mon, 11 Mar 2013 10:04:05 +0000 (18:04 +0800)
committerSeven Du <dujinfang@gmail.com>
Mon, 11 Mar 2013 10:04:05 +0000 (18:04 +0800)
conf/vanilla/sip_profiles/internal.xml
src/mod/endpoints/mod_sofia/conf/sofia.conf.xml

index f4e0cfc54bb20bea2aa5d3d242749cb53d527943..7beecbfeab421ff1da5af36180d62492a2f1db64 100644 (file)
 
     <!--<param name="delete-subs-on-register" value="false"/>-->
 
+    <!-- launch a new thread to process each new inbound register when using heavier backends -->
+    <!-- <param name="inbound-reg-in-new-thread" value="true"/> -->
+
     <!-- enable rtcp on every channel also can be done per leg basis with rtcp_audio_interval_msec variable set to passthru to pass it across a call-->
     <!--<param name="rtcp-audio-interval-msec" value="5000"/>-->
     <!--<param name="rtcp-video-interval-msec" value="5000"/>-->
index 150a3fe1d6df291f7466dfb754d6aa7bcd737940..bf6bee7b28435c92e71e494436500d7c0739709a 100644 (file)
 
         <!-- <param name="delete-subs-on-register" value="false"/> -->
 
+        <!-- launch a new thread to process each new inbound register when using heavier backends -->
+        <!-- <param name="inbound-reg-in-new-thread" value="true"/> -->
+
         <!-- enable rtcp on every channel also can be done per leg basis with
              rtcp_audio_interval_msec variable set to passthru to pass it across
              a call -->