提交 ee0fd0d3 authored 作者: Brian West's avatar Brian West

you can call 9999 from a zrtp endpoint and enroll this should be replaced with…

 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
上级 b44db764
...@@ -596,6 +596,8 @@ ...@@ -596,6 +596,8 @@
<action application="answer"/> <action application="answer"/>
<action application="execute_extension" data="is_secure XML features"/> <action application="execute_extension" data="is_secure XML features"/>
<action application="playback" data="$${hold_music}"/> <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="answer"/>
<anti-action application="playback" data="$${hold_music}"/> <anti-action application="playback" data="$${hold_music}"/>
</condition> </condition>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论