]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
you can call 9999 from a zrtp endpoint and enroll this should be replaced with an...
authorBrian West <brian@freeswitch.org>
Wed, 27 May 2009 01:52:48 +0000 (01:52 +0000)
committerBrian West <brian@freeswitch.org>
Wed, 27 May 2009 01:52:48 +0000 (01:52 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13445 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/dialplan/default.xml

index 3e49eaf5aff4b44ab64816052068f036f53f21e0..c8ec25dd094be8678a3aebe0b9e1d22a041f3958 100644 (file)
        <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>