[Freeswitch-svn] [commit] r13907 - freeswitch/trunk/conf/jingle_profiles

FreeSWITCH SVN brian at freeswitch.org
Tue Jun 23 07:19:04 PDT 2009


Author: brian
Date: Tue Jun 23 09:19:03 2009
New Revision: 13907

Log:
 clean up configs and put wan.auto in by default commented out 

Removed:
   freeswitch/trunk/conf/jingle_profiles/client.noload
   freeswitch/trunk/conf/jingle_profiles/server.noload
Modified:
   freeswitch/trunk/conf/jingle_profiles/client.xml
   freeswitch/trunk/conf/jingle_profiles/server.xml

Modified: freeswitch/trunk/conf/jingle_profiles/client.xml
==============================================================================
--- freeswitch/trunk/conf/jingle_profiles/client.xml	(original)
+++ freeswitch/trunk/conf/jingle_profiles/client.xml	Tue Jun 23 09:19:03 2009
@@ -26,6 +26,6 @@
     <!-- <param name="vad" value="out"/> -->
     <param name="vad" value="both"/>
     <!--<param name="avatar" value="/path/to/tiny.jpg"/>-->
-    <!--<param name="candidate-acl" value="rfc1918.auto"/>-->
+    <!--<param name="candidate-acl" value="wan.auto"/>-->
   </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	Tue Jun 23 09:19:03 2009
@@ -16,6 +16,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="rfc1918.auto"/>-->
+    <!--<param name="candidate-acl" value="wan.auto"/>-->
   </x-profile>
 </include>



More information about the Freeswitch-svn mailing list