clarify zrtp docs in vars.xml and give link on where to get more info

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13469 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-05-27 18:31:49 +00:00
parent e4326ffc05
commit 63b4553026

View File

@ -27,7 +27,11 @@
<X-PRE-PROCESS cmd="set" data="domain_name=$${domain}"/>
<X-PRE-PROCESS cmd="set" data="hold_music=local_stream://moh"/>
<!-- Enable ZRTP globally you can override this on a per channel basis -->
<!--
Enable ZRTP globally you can override this on a per channel basis
http://wiki.freeswitch.org/wiki/ZRTP (on how to enable zrtp)
-->
<X-PRE-PROCESS cmd="set" data="zrtp_secure_media=true"/>
<!--