[Freeswitch-svn] [commit] r13445 - freeswitch/trunk/conf/dialplan

FreeSWITCH SVN brian at freeswitch.org
Tue May 26 18:52:48 PDT 2009


Author: brian
Date: Tue May 26 20:52:48 2009
New Revision: 13445

Log:
 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 

Modified:
   freeswitch/trunk/conf/dialplan/default.xml

Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml	(original)
+++ freeswitch/trunk/conf/dialplan/default.xml	Tue May 26 20:52:48 2009
@@ -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>



More information about the Freeswitch-svn mailing list