]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[mod_callcenter] FS-9894: Removing reference to call_timeout, use leg_timeout instead
authorItalo Rossi <italorossib@gmail.com>
Thu, 29 Dec 2016 16:17:41 +0000 (13:17 -0300)
committerItalo Rossi <italorossib@gmail.com>
Thu, 29 Dec 2016 16:19:02 +0000 (13:19 -0300)
conf/vanilla/autoload_configs/callcenter.conf.xml
src/mod/applications/mod_callcenter/conf/autoload_configs/callcenter.conf.xml

index fbc02c4a106008af7ab2ccce594e383618dd778a..733f300c85d4bdfdc22716e0607dac707625810d 100644 (file)
@@ -28,7 +28,7 @@
 <!-- WARNING: Configuration of XML Tiers will reset the level and position if those were supplied. -->
 <!-- WARNING: Agents and Tiers XML config shouldn't be used in a multi FS shared DB setup (Not currently supported anyway) -->
   <agents>
-    <!--<agent name="1000@default" type="callback" contact="[call_timeout=10]user/1000@default" status="Available" max-no-answer="3" wrap-up-time="10" reject-delay-time="10" busy-delay-time="60" />-->
+    <!--<agent name="1000@default" type="callback" contact="[leg_timeout=10]user/1000@default" status="Available" max-no-answer="3" wrap-up-time="10" reject-delay-time="10" busy-delay-time="60" />-->
   </agents>
   <tiers>
     <!-- If no level or position is provided, they will default to 1.  You should do this to keep db value on restart. -->
index 51a472615ab2aa8b91de203eddcde45d58682821..4db9ce55e6692f28817cf806828b99f802653cb0 100644 (file)
@@ -29,7 +29,7 @@
 <!-- WARNING: Configuration of XML Tiers will reset the level and position if those were supplied. -->
 <!-- WARNING: Agents and Tiers XML config shouldn't be used in a multi FS shared DB setup (Not currently supported anyway) -->
   <agents>
-    <!--<agent name="1000@default" type="callback" contact="[call_timeout=10]user/1000@default" status="Available" max-no-answer="3" wrap-up-time="10" reject-delay-time="10" busy-delay-time="60" />-->
+    <!--<agent name="1000@default" type="callback" contact="[leg_timeout=10]user/1000@default" status="Available" max-no-answer="3" wrap-up-time="10" reject-delay-time="10" busy-delay-time="60" />-->
   </agents>
   <tiers>
     <!-- If no level or position is provided, they will default to 1.  You should do this to keep db value on restart. -->