[Freeswitch-svn] [commit] r9053 - in freeswitch/trunk/conf: autoload_configs sip_profiles
Freeswitch SVN
brian at freeswitch.org
Wed Jul 16 11:52:22 EDT 2008
Author: brian
Date: Wed Jul 16 11:52:22 2008
New Revision: 9053
Modified:
freeswitch/trunk/conf/autoload_configs/acl.conf.xml
freeswitch/trunk/conf/sip_profiles/internal.xml
Log:
adding a sip_acl to the default config for ip auth on the internal profile
Modified: freeswitch/trunk/conf/autoload_configs/acl.conf.xml
==============================================================================
--- freeswitch/trunk/conf/autoload_configs/acl.conf.xml (original)
+++ freeswitch/trunk/conf/autoload_configs/acl.conf.xml Wed Jul 16 11:52:22 2008
@@ -19,6 +19,11 @@
<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>
Modified: freeswitch/trunk/conf/sip_profiles/internal.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/internal.xml (original)
+++ freeswitch/trunk/conf/sip_profiles/internal.xml Wed Jul 16 11:52:22 2008
@@ -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"/>
More information about the Freeswitch-svn
mailing list