Module: kamailio
Branch: master
Commit: a315486e6061680a253629d90505c011fe544d94
URL: https://github.com/kamailio/kamailio/commit/a315486e6061680a253629d90505c01…
Author: Henning Westerholt <hw(a)kamailio.org>
Committer: Henning Westerholt <hw(a)kamailio.org>
Date: 2018-03-21T22:29:54+01:00
doc stylesheets: use kamailio default database
---
Modified: doc/stylesheets/dbschema_k/xsl/dbdoc.xsl
---
Diff: https://github.com/kamailio/kamailio/commit/a315486e6061680a253629d90505c01……
[View More]
Patch: https://github.com/kamailio/kamailio/commit/a315486e6061680a253629d90505c01…
---
diff --git a/doc/stylesheets/dbschema_k/xsl/dbdoc.xsl b/doc/stylesheets/dbschema_k/xsl/dbdoc.xsl
index 20194cc7a4..ba6d623955 100644
--- a/doc/stylesheets/dbschema_k/xsl/dbdoc.xsl
+++ b/doc/stylesheets/dbschema_k/xsl/dbdoc.xsl
@@ -53,7 +53,7 @@ ALL CHANGES DONE HERE WILL BE LOST IF THE FILE IS REGENERATED
</xsl:comment
<para>URL to the database containing the data.</para>
<para>
<!-- TODO use ro or rw URL depending on the module -->
- <emphasis>Default value is <quote>mysql://openserro:openserro@localhost/openser</quote>.</emphasis>
+ <emphasis>Default value is <quote>mysql://kamailio:kamailiorw@localhost/kamailio</quote>.</emphasis>
</para>
<example>
<title>Set <varname>db_url</varname> parameter</title>
[View Less]
Module: kamailio
Branch: master
Commit: f80bfac4c8f91144248a5569fb3c844e0ab84159
URL: https://github.com/kamailio/kamailio/commit/f80bfac4c8f91144248a5569fb3c844…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2018-03-21T08:31:56+01:00
modules: readme files regenerated - nathelper ... [skip ci]
---
Modified: src/modules/nathelper/README
---
Diff: https://github.com/kamailio/kamailio/commit/…
[View More]f80bfac4c8f91144248a5569fb3c844…
Patch: https://github.com/kamailio/kamailio/commit/f80bfac4c8f91144248a5569fb3c844…
---
diff --git a/src/modules/nathelper/README b/src/modules/nathelper/README
index 3dd341016f..e70d537311 100644
--- a/src/modules/nathelper/README
+++ b/src/modules/nathelper/README
@@ -568,13 +568,15 @@ fix_nated_register();
* 1 - The “Contact” header field is searched for occurrence of
RFC1918 or RFC6598 addresses.
* 2 - the "received" test is used: address in the “Via” header is
- compared against source IP address of signaling
+ compared against source IP address of signaling. If the “Via”
+ header contains no port, it uses the default SIP port 5060
* 4 - The Top Most “Via” is searched for occurrence of RFC1918 or
RFC6598 addresses
* 8 - The SDP is searched for occurrence of RFC1918 or RFC6598
addresses
* 16 - Test if the source port is different from the port in the
- “Via” header
+ “Via” header. If the “Via” header contains no port, it uses the
+ default SIP port 5060
* 32 - Test if the source IP address of signaling is a RFC1918 or
RFC6598 address
* 64 - Test if the source connection of signaling is a WebSocket
[View Less]
Module: kamailio
Branch: master
Commit: f327fbb8fbb61a2298aa05dec5e265d266d3e44e
URL: https://github.com/kamailio/kamailio/commit/f327fbb8fbb61a2298aa05dec5e265d…
Author: Henning Westerholt <hw(a)kamailio.org>
Committer: Henning Westerholt <hw(a)kamailio.org>
Date: 2018-03-21T08:22:27+01:00
nathelper: small docs addition related to nat_uac_test()
---
Modified: src/modules/nathelper/doc/nathelper_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/…
[View More]f327fbb8fbb61a2298aa05dec5e265d…
Patch: https://github.com/kamailio/kamailio/commit/f327fbb8fbb61a2298aa05dec5e265d…
---
diff --git a/src/modules/nathelper/doc/nathelper_admin.xml b/src/modules/nathelper/doc/nathelper_admin.xml
index 83dc8f5faa..975f579d93 100644
--- a/src/modules/nathelper/doc/nathelper_admin.xml
+++ b/src/modules/nathelper/doc/nathelper_admin.xml
@@ -632,7 +632,8 @@ fix_nated_register();
<listitem><para>
<emphasis>2</emphasis> - the "received" test is used: address
in the <quote>Via</quote> header is compared against source
- IP address of signaling
+ IP address of signaling. If the <quote>Via</quote> header contains
+ no port, it uses the default SIP port 5060
</para></listitem>
<listitem><para>
<emphasis>4</emphasis> - The Top Most <quote>Via</quote> is searched
@@ -643,8 +644,9 @@ fix_nated_register();
RFC1918 or RFC6598 addresses
</para></listitem>
<listitem><para>
- <emphasis>16</emphasis> - Test if the source port is different
- from the port in the <quote>Via</quote> header
+ <emphasis>16</emphasis> - Test if the source port is different from the port
+ in the <quote>Via</quote> header. If the <quote>Via</quote> header contains
+ no port, it uses the default SIP port 5060
</para></listitem>
<listitem><para>
<emphasis>32</emphasis> - Test if the source IP address of
[View Less]