you can call 9999 from a zrtp endpoint and enroll this should be replaced with an IVR to explain it a bit but most of the work happens client side at this point

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13445 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-05-27 01:52:48 +00:00
parent b44db764d7
commit ee0fd0d3a7
1 changed files with 2 additions and 0 deletions

View File

@ -596,6 +596,8 @@
<action application="answer"/>
<action application="execute_extension" data="is_secure XML features"/>
<action application="playback" data="$${hold_music}"/>
<!-- This really should be an IVR for zrtp enrollment but this is just a demo-->
<anti-action application="set" data="zrtp_enrollment=true"/>
<anti-action application="answer"/>
<anti-action application="playback" data="$${hold_music}"/>
</condition>