Merge pull request #925 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-9161-doc-detach-timeout-sec to master

* commit '3fa367b0fafb5c4bcc9c5fc366eac53fa6a98c2f':
  FS-9161: add example Verto settings to example configs
This commit is contained in:
Mike Jerris 2016-08-15 12:34:11 -05:00
commit f9c148979d
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,12 @@
<settings> <settings>
<param name="debug" value="0"/> <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> </settings>
<profiles> <profiles>