]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
adding a sip_acl to the default config for ip auth on the internal profile
authorBrian West <brian@freeswitch.org>
Wed, 16 Jul 2008 15:52:22 +0000 (15:52 +0000)
committerBrian West <brian@freeswitch.org>
Wed, 16 Jul 2008 15:52:22 +0000 (15:52 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9053 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/autoload_configs/acl.conf.xml
conf/sip_profiles/internal.xml

index c6afa68c5bb59ebb1dc85de0d54ea4bed6db4662..b6626c875e1d050122e0e762bc1790deaf310954 100644 (file)
     <list name="strict" default="deny">
       <node type="allow" cidr="208.102.123.124/32"/>
     </list>
+
+    <list name="sip_acl" default="deny">
+      <node type="allow" cidr="192.168.0.234/32"/>
+    </list>
+
   </network-lists>
 </configuration>
 
index 274a6b3dac576d024d54b67b6e728bc34c13d930..e69adbc5127a4dc0bc317bc831ac3297dd8c1841 100644 (file)
@@ -39,7 +39,7 @@
     <param name="aggressive-nat-detection" value="true"/>
     <!--<param name="enable-timer" value="false"/>-->
     <!--<param name="enable-100rel" value="false"/>-->
-    <!--<param name="apply-inbound-acl" value="rfc1918"/>-->
+    <param name="apply-inbound-acl" value="sip-acl"/>
     <!--<param name="apply-register-acl" value="rfc1918"/>-->
     <!--<param name="dtmf-type" value="info"/>-->
     <param name="record-template" value="$${base_dir}/recordings/${caller_id_number}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>