[Freeswitch-svn] [commit] r6666 - in freeswitch/trunk/conf: autoload_configs dialplan sip_profiles

Freeswitch SVN brian at freeswitch.org
Tue Dec 11 15:28:43 EST 2007


Author: brian
Date: Tue Dec 11 15:28:42 2007
New Revision: 6666

Modified:
   freeswitch/trunk/conf/autoload_configs/conference.conf.xml
   freeswitch/trunk/conf/dialplan/default.xml
   freeswitch/trunk/conf/dialplan/public.xml
   freeswitch/trunk/conf/sip_profiles/default.xml
   freeswitch/trunk/conf/sip_profiles/nat.xml
   freeswitch/trunk/conf/sip_profiles/outbound.xml

Log:
add wiki links in config files for those looking to get help with those configs/modules

Modified: freeswitch/trunk/conf/autoload_configs/conference.conf.xml
==============================================================================
--- freeswitch/trunk/conf/autoload_configs/conference.conf.xml	(original)
+++ freeswitch/trunk/conf/autoload_configs/conference.conf.xml	Tue Dec 11 15:28:42 2007
@@ -1,3 +1,4 @@
+<!-- http://wiki.freeswitch.org/wiki/Mod_conference --> 
 <!-- None of these paths are real if you want any of these options you need to really set them up -->
 <configuration name="conference.conf" description="Audio Conference">
   <!-- Advertise certain presence on startup . -->

Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml	(original)
+++ freeswitch/trunk/conf/dialplan/default.xml	Tue Dec 11 15:28:42 2007
@@ -1,3 +1,4 @@
+<!-- http://wiki.freeswitch.org/wiki/Dialplan_XML --> 
 <include>
   <context name="default">
     <extension name="intercept">

Modified: freeswitch/trunk/conf/dialplan/public.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/public.xml	(original)
+++ freeswitch/trunk/conf/dialplan/public.xml	Tue Dec 11 15:28:42 2007
@@ -1,3 +1,4 @@
+<!-- http://wiki.freeswitch.org/wiki/Dialplan_XML -->
 <include>
   <context name="public">
 

Modified: freeswitch/trunk/conf/sip_profiles/default.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/default.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/default.xml	Tue Dec 11 15:28:42 2007
@@ -1,3 +1,4 @@
+<!-- http://wiki.freeswitch.org/wiki/Sofia -->
 <profile name="default">
   <!--aliases are other names that will work as a valid profile name for this profile-->
   <aliases>

Modified: freeswitch/trunk/conf/sip_profiles/nat.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/nat.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/nat.xml	Tue Dec 11 15:28:42 2007
@@ -1,3 +1,4 @@
+<!-- http://wiki.freeswitch.org/wiki/Sofia -->
 <profile name="nat">
   <gateways>
     <X-PRE-PROCESS cmd="include" data="nat/*.xml"/>

Modified: freeswitch/trunk/conf/sip_profiles/outbound.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/outbound.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/outbound.xml	Tue Dec 11 15:28:42 2007
@@ -1,3 +1,4 @@
+<!-- http://wiki.freeswitch.org/wiki/Sofia --> 
 <profile name="outbound">
   <!-- This profile is only for outbound registrations to providers -->
   <gateways>



More information about the Freeswitch-svn mailing list