Module: kamailio
Branch: 5.6
Commit: 14fcaef65b1b7c1f6ef42e85d8a3a3819a32b620
URL: https://github.com/kamailio/kamailio/commit/14fcaef65b1b7c1f6ef42e85d8a3a38…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2022-12-15T14:32:12+01:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/sanity/README
---
Diff: https://github.com/kamailio/kamailio/commit/14fcaef65b1b7c1f6ef42e85d8a3a38…
Patch: https://github.com/kamailio/kamailio/commit/14fcaef65b1b7c1f6ef42e85d8a3a38…
---
diff --git a/src/modules/sanity/README b/src/modules/sanity/README
index ac3e2ca927..d296a83635 100644
--- a/src/modules/sanity/README
+++ b/src/modules/sanity/README
@@ -143,7 +143,8 @@ modparam("sanity", "default_checks", 1)
'parse uri' will be executed.
Default value is 7. This resolves to the following list of parsed URIs:
- Request URI (1), From URI (2) and To URI (4).
+ Request URI (1), From URI (2) and To URI (4). Additionally the Contact
+ URI can be also checked (8).
Example 1.2. Set uri_checks parameter
...
Module: kamailio
Branch: master
Commit: dd14c5c24adae4e7fdf9f19a4d07f6cd4662c901
URL: https://github.com/kamailio/kamailio/commit/dd14c5c24adae4e7fdf9f19a4d07f6c…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2022-12-15T14:31:44+01:00
modules: readme files regenerated - sanity ... [skip ci]
---
Modified: src/modules/sanity/README
---
Diff: https://github.com/kamailio/kamailio/commit/dd14c5c24adae4e7fdf9f19a4d07f6c…
Patch: https://github.com/kamailio/kamailio/commit/dd14c5c24adae4e7fdf9f19a4d07f6c…
---
diff --git a/src/modules/sanity/README b/src/modules/sanity/README
index ac3e2ca927..d296a83635 100644
--- a/src/modules/sanity/README
+++ b/src/modules/sanity/README
@@ -143,7 +143,8 @@ modparam("sanity", "default_checks", 1)
'parse uri' will be executed.
Default value is 7. This resolves to the following list of parsed URIs:
- Request URI (1), From URI (2) and To URI (4).
+ Request URI (1), From URI (2) and To URI (4). Additionally the Contact
+ URI can be also checked (8).
Example 1.2. Set uri_checks parameter
...
Module: kamailio
Branch: 5.5
Commit: baf97015f33d4542fe2925c599d5cc3fb0527450
URL: https://github.com/kamailio/kamailio/commit/baf97015f33d4542fe2925c599d5cc3…
Author: Henning Westerholt <hw(a)gilawa.com>
Committer: Henning Westerholt <hw(a)gilawa.com>
Date: 2022-12-15T13:27:16Z
sanity: also add Contact URI check to documentation
(cherry picked from commit b96848689837277d9bc0ec9c1b5524de0f1321e1)
(cherry picked from commit 78e181d82e5802e5b96b05cf9f1d9e54dbd1546d)
---
Modified: src/modules/sanity/doc/sanity_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/baf97015f33d4542fe2925c599d5cc3…
Patch: https://github.com/kamailio/kamailio/commit/baf97015f33d4542fe2925c599d5cc3…
---
diff --git a/src/modules/sanity/doc/sanity_admin.xml b/src/modules/sanity/doc/sanity_admin.xml
index a8a57d88d9..b812693a9d 100644
--- a/src/modules/sanity/doc/sanity_admin.xml
+++ b/src/modules/sanity/doc/sanity_admin.xml
@@ -180,6 +180,7 @@ modparam("sanity", "default_checks", 1)
<para>
Default value is 7. This resolves to the following list of
parsed URIs: Request URI (1), From URI (2) and To URI (4).
+ Additionally the Contact URI can be also checked (8).
</para>
<example>
<title>Set <varname>uri_checks</varname> parameter</title>
Module: kamailio
Branch: 5.6
Commit: 78e181d82e5802e5b96b05cf9f1d9e54dbd1546d
URL: https://github.com/kamailio/kamailio/commit/78e181d82e5802e5b96b05cf9f1d9e5…
Author: Henning Westerholt <hw(a)gilawa.com>
Committer: Henning Westerholt <hw(a)gilawa.com>
Date: 2022-12-15T13:26:53Z
sanity: also add Contact URI check to documentation
(cherry picked from commit b96848689837277d9bc0ec9c1b5524de0f1321e1)
---
Modified: src/modules/sanity/doc/sanity_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/78e181d82e5802e5b96b05cf9f1d9e5…
Patch: https://github.com/kamailio/kamailio/commit/78e181d82e5802e5b96b05cf9f1d9e5…
---
diff --git a/src/modules/sanity/doc/sanity_admin.xml b/src/modules/sanity/doc/sanity_admin.xml
index b5ec247b64..cc3a78630f 100644
--- a/src/modules/sanity/doc/sanity_admin.xml
+++ b/src/modules/sanity/doc/sanity_admin.xml
@@ -180,6 +180,7 @@ modparam("sanity", "default_checks", 1)
<para>
Default value is 7. This resolves to the following list of
parsed URIs: Request URI (1), From URI (2) and To URI (4).
+ Additionally the Contact URI can be also checked (8).
</para>
<example>
<title>Set <varname>uri_checks</varname> parameter</title>
<!-- Kamailio Pull Request Template -->
<!--
IMPORTANT:
- for detailed contributing guidelines, read:
https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md
- pull requests must be done to master branch, unless they are backports
of fixes from master branch to a stable branch
- backports to stable branches must be done with 'git cherry-pick -x ...'
- code is contributed under BSD for core and main components (tm, sl, auth, tls)
- code is contributed GPLv2 or a compatible license for the other components
- GPL code is contributed with OpenSSL licensing exception
-->
#### Pre-Submission Checklist
<!-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -->
<!-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-->
<!-- If you're unsure about any of these, don't hesitate to ask on sr-dev mailing list -->
- [ ] Commit message has the format required by CONTRIBUTING guide
- [ ] Commits are split per component (core, individual modules, libs, utils, ...)
- [ ] Each component has a single commit (if not, squash them into one commit)
- [ ] No commits to README files for modules (changes must be done to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [ ] Small bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
<!-- Go over all points below, and after creating the PR, tick the checkboxes that apply -->
- [ ] PR should be backported to stable branches
- [ ] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
<!-- Describe your changes in detail -->
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/3306
-- Commit Summary --
* sanity: Document Contact URI check flag
-- File Changes --
M src/modules/sanity/doc/sanity_admin.xml (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/3306.patchhttps://github.com/kamailio/kamailio/pull/3306.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3306
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3306(a)github.com>
Module: kamailio
Branch: master
Commit: b96848689837277d9bc0ec9c1b5524de0f1321e1
URL: https://github.com/kamailio/kamailio/commit/b96848689837277d9bc0ec9c1b5524d…
Author: Henning Westerholt <hw(a)gilawa.com>
Committer: Henning Westerholt <hw(a)gilawa.com>
Date: 2022-12-15T13:22:06Z
sanity: also add Contact URI check to documentation
---
Modified: src/modules/sanity/doc/sanity_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/b96848689837277d9bc0ec9c1b5524d…
Patch: https://github.com/kamailio/kamailio/commit/b96848689837277d9bc0ec9c1b5524d…
---
diff --git a/src/modules/sanity/doc/sanity_admin.xml b/src/modules/sanity/doc/sanity_admin.xml
index b5ec247b64..cc3a78630f 100644
--- a/src/modules/sanity/doc/sanity_admin.xml
+++ b/src/modules/sanity/doc/sanity_admin.xml
@@ -180,6 +180,7 @@ modparam("sanity", "default_checks", 1)
<para>
Default value is 7. This resolves to the following list of
parsed URIs: Request URI (1), From URI (2) and To URI (4).
+ Additionally the Contact URI can be also checked (8).
</para>
<example>
<title>Set <varname>uri_checks</varname> parameter</title>
For star Contacts, there are no URIs that can be checked.
<!-- Kamailio Pull Request Template -->
<!--
IMPORTANT:
- for detailed contributing guidelines, read:
https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md
- pull requests must be done to master branch, unless they are backports
of fixes from master branch to a stable branch
- backports to stable branches must be done with 'git cherry-pick -x ...'
- code is contributed under BSD for core and main components (tm, sl, auth, tls)
- code is contributed GPLv2 or a compatible license for the other components
- GPL code is contributed with OpenSSL licensing exception
-->
#### Pre-Submission Checklist
<!-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -->
<!-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-->
<!-- If you're unsure about any of these, don't hesitate to ask on sr-dev mailing list -->
- [x] Commit message has the format required by CONTRIBUTING guide
- [x] Commits are split per component (core, individual modules, libs, utils, ...)
- [x] Each component has a single commit (if not, squash them into one commit)
- [x] No commits to README files for modules (changes must be done to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [x] Small bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
<!-- Go over all points below, and after creating the PR, tick the checkboxes that apply -->
- [x] PR should be backported to stable branches
- [x] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
<!-- Describe your changes in detail -->
If Contact URI should be checked, there is no URI if the Contact is a star Contact [1].
[1] https://www.rfc-editor.org/rfc/rfc3261#section-10.2.2
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/3307
-- Commit Summary --
* sanity: Prevent segfault
-- File Changes --
M src/modules/sanity/sanity.c (3)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/3307.patchhttps://github.com/kamailio/kamailio/pull/3307.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3307
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3307(a)github.com>