]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
make the gateway parameters to make the gateways samples the same
authorRussell Treleaven <rtreleaven@bunnykick.ca>
Fri, 26 Sep 2014 17:54:52 +0000 (13:54 -0400)
committerRussell Treleaven <rtreleaven@bunnykick.ca>
Fri, 26 Sep 2014 17:54:52 +0000 (13:54 -0400)
It was noticed that the sample gateways were diferent. Brian West
suggest that I merge all the parameters into both examples.
fs-6859

conf/vanilla/sip_profiles/external-ipv6/example.xml
conf/vanilla/sip_profiles/external/example.xml

index 0497bcd1e1136a85a97f686046f5e900b155a547..d8fe39539a94547961fd95bfb2a9cb21ec715f80 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"/>-->
-  <!--</gateway>-->
+  <!--<param name="cid-type" value="rpid"/>-->
   <!--rfc5626 : Abilitazione rfc5626 ///-->
   <!--<param name="rfc-5626" value="true"/>-->
   <!--rfc5626 : extra sip params to send in the contact-->
   <!--<param name="reg-id" value="1"/>-->
+  <!--</gateway>-->
 </include>
index 0497bcd1e1136a85a97f686046f5e900b155a547..d8fe39539a94547961fd95bfb2a9cb21ec715f80 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"/>-->
-  <!--</gateway>-->
+  <!--<param name="cid-type" value="rpid"/>-->
   <!--rfc5626 : Abilitazione rfc5626 ///-->
   <!--<param name="rfc-5626" value="true"/>-->
   <!--rfc5626 : extra sip params to send in the contact-->
   <!--<param name="reg-id" value="1"/>-->
+  <!--</gateway>-->
 </include>