[Freeswitch-svn] [commit] r8032 - in freeswitch/trunk/conf: autoload_configs jingle_profiles
Freeswitch SVN
anthm at freeswitch.org
Fri Apr 4 18:01:53 EDT 2008
Author: anthm
Date: Fri Apr 4 18:01:53 2008
New Revision: 8032
Modified:
freeswitch/trunk/conf/autoload_configs/acl.conf.xml
freeswitch/trunk/conf/jingle_profiles/client.xml
freeswitch/trunk/conf/jingle_profiles/server.xml
Log:
update
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 Fri Apr 4 18:01:53 2008
@@ -1,5 +1,10 @@
<configuration name="acl.conf" description="Network Lists">
<network-lists>
+ <list name="dl-candidates" default="allow">
+ <node type="deny" cidr="10.0.0.0/8"/>
+ <node type="deny" cidr="172.16.0.0/12"/>
+ <node type="deny" cidr="192.168.0.0/16"/>
+ </list>
<list name="rfc1918" default="deny">
<node type="allow" cidr="10.0.0.0/8"/>
<node type="allow" cidr="172.16.0.0/12"/>
Modified: freeswitch/trunk/conf/jingle_profiles/client.xml
==============================================================================
--- freeswitch/trunk/conf/jingle_profiles/client.xml (original)
+++ freeswitch/trunk/conf/jingle_profiles/client.xml Fri Apr 4 18:01:53 2008
@@ -25,5 +25,6 @@
<!-- <param name="vad" value="out"/> -->
<param name="vad" value="both"/>
<!--<param name="avatar" value="/path/to/tiny.jpg"/>-->
+ <!--<param name="candidate-acl" value="dl-candidates"/>-->
</x-profile>
</include>
Modified: freeswitch/trunk/conf/jingle_profiles/server.xml
==============================================================================
--- freeswitch/trunk/conf/jingle_profiles/server.xml (original)
+++ freeswitch/trunk/conf/jingle_profiles/server.xml Fri Apr 4 18:01:53 2008
@@ -15,5 +15,6 @@
<!--<param name="avatar" value="/path/to/tiny.jpg"/>-->
<!--If you have ODBC support and a working dsn you can use it instead of SQLite-->
<!--<param name="odbc-dsn" value="dsn:user:pass"/>-->
+ <!--<param name="candidate-acl" value="dl-candidates"/>-->
</x-profile>
</include>
More information about the Freeswitch-svn
mailing list