forked from Mirrors/freeswitch
FS-9161: add example Verto settings to example configs
detach-timeout-sec, enable-fs-events, enable-presence
This commit is contained in:
parent
eeba18394d
commit
3fa367b0fa
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user