]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9161: add example Verto settings to example configs
authorChad Phillips <chad@apartmentlines.com>
Tue, 9 Aug 2016 22:18:49 +0000 (17:18 -0500)
committerChad Phillips <chad@apartmentlines.com>
Mon, 15 Aug 2016 17:33:02 +0000 (10:33 -0700)
detach-timeout-sec, enable-fs-events, enable-presence

conf/vanilla/autoload_configs/verto.conf.xml

index 8b839dedf8a0b57e6557e1cf811ea4f08d4affb6..771405308366986eebf90fd0dcdbe40dde64ec72 100644 (file)
@@ -2,6 +2,12 @@
 
   <settings>
     <param name="debug" value="0"/>
+    <!-- seconds to wait before hanging up a disconnected channel -->
+    <!-- <param name="detach-timeout-sec" value="120"/> -->
+    <!-- enable broadcasting all FreeSWITCH events in Verto -->
+    <!-- <param name="enable-fs-events" value="false"/> -->
+    <!-- enable broadcasting FreeSWITCH presence events in Verto -->
+    <!-- <param name="enable-presence" value="true"/> -->
   </settings>
 
   <profiles>