]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Lets get loud
authorBrian West <brian@freeswitch.org>
Mon, 7 Jul 2014 19:51:43 +0000 (14:51 -0500)
committerBrian West <brian@freeswitch.org>
Mon, 7 Jul 2014 19:51:43 +0000 (14:51 -0500)
conf/vanilla/dialplan/default.xml

index 2abeb38e129fdb979fb227b46decafbf5994f3eb..8c4a1f0312f8803cebdc8429d4453ff7e16290fe 100644 (file)
       <condition field="${call_debug}" expression="^true$" break="never">
        <action application="info"/>
       </condition>
+
+      <condition field="${default_password}" expression="^1234$" break="never">
+       <action application="log" data="CRIT WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING "/>
+       <action application="log" data="CRIT Open ${base_dir}/conf/vars.xml and change the default_password."/>
+       <action application="log" data="CRIT Once changed type 'reloadxml' at the console."/>
+       <action application="log" data="CRIT WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING "/>
+       <action application="sleep" data="10000"/>
+      </condition>
       <!--
          This is an example of how to auto detect if telephone-event is missing and activate inband detection 
       -->