]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
make vanilla configuration gateways easier to understand for new users
authorRussell Treleaven <rtreleaven@bunnykick.ca>
Thu, 25 Sep 2014 18:05:44 +0000 (14:05 -0400)
committerRussell Treleaven <rtreleaven@bunnykick.ca>
Thu, 25 Sep 2014 18:06:58 +0000 (14:06 -0400)
having the same gateway definition bound to the ipv6 and ipv4 external
profiles caused confusion for some new users. Also having a gateway
bound to the internal profile was a bit confusing.
fs-6859

conf/vanilla/sip_profiles/external-ipv6.xml
conf/vanilla/sip_profiles/external-ipv6/example.xml [moved from conf/vanilla/sip_profiles/internal/example.xml with 90% similarity]
conf/vanilla/sip_profiles/internal.xml

index 618224676364f8533d7a9abbf8f37bb5854ccac1..7dc5906c5f1eeba918080c04654bfa35bb9e6ee7 100644 (file)
@@ -2,7 +2,7 @@
   <!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
   <!-- This profile is only for outbound registrations to providers -->
   <gateways>
-    <X-PRE-PROCESS cmd="include" data="external/*.xml"/>
+    <X-PRE-PROCESS cmd="include" data="external-ipv6/*.xml"/>
   </gateways>
 
   <aliases>
similarity index 90%
rename from conf/vanilla/sip_profiles/internal/example.xml
rename to conf/vanilla/sip_profiles/external-ipv6/example.xml
index a5cbd7d2b70c80c5f7303271f34b27abcd2668b0..0497bcd1e1136a85a97f686046f5e900b155a547 100644 (file)
   <!--<param name="caller-id-in-from" value="false"/>-->
   <!--extra sip params to send in the contact-->
   <!--<param name="contact-params" value=""/>-->
-  <!-- Put the extension in the contact -->
-  <!--<param name="extension-in-contact" value="true"/>-->
   <!--send an options ping every x seconds, failure will unregister and/or mark it down-->
   <!--<param name="ping" value="25"/>-->
-  <!--<param name="cid-type" value="rpid"/>-->
   <!--</gateway>-->
+  <!--rfc5626 : Abilitazione rfc5626 ///-->
+  <!--<param name="rfc-5626" value="true"/>-->
+  <!--rfc5626 : extra sip params to send in the contact-->
+  <!--<param name="reg-id" value="1"/>-->
 </include>
index 9e6a93ae2a2f017ec0f6eddb2e700af194afd949..a848cb9583f2e4a02e5bf59756906b78965d371c 100644 (file)
@@ -15,7 +15,6 @@
   </aliases>
   <!-- Outbound Registrations -->
   <gateways>
-    <X-PRE-PROCESS cmd="include" data="internal/*.xml"/>
   </gateways>
 
   <domains>