Module: kamailio
Branch: master
Commit: b83de84e8bbbf5e73c96d8648d313dc0444f75e4
URL: https://github.com/kamailio/kamailio/commit/b83de84e8bbbf5e73c96d8648d313dc…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2017-11-16T15:46:37+01:00
modules: readme files regenerated - drouting ... [skip ci]
---
Modified: src/modules/drouting/README
---
Diff: https://github.com/kamailio/kamailio/commit/b83de84e8bbbf5e73c96d8648d313dc…
Patch: https://github.com/kamailio/kamailio/commit/b83de84e8bbbf5e73c96d8648d313dc…
---
diff --git a/src/modules/drouting/README b/src/modules/drouting/README
index 8e45c5ecf1..b07550a069 100644
--- a/src/modules/drouting/README
+++ b/src/modules/drouting/README
@@ -295,7 +295,8 @@ Chapter 1. Admin Guide
Each user must be member of only one routing group. It must be
specified in user's profile.
b. prefix column
- Destination URI must start with prefix value to match the rule.
+ Destination URI must start with prefix value to match the rule. The
+ prefix value can contain only digits (0..9), '+', '*' or '#'.
c. time rec column
A date-time expression that defines the time recurrence to match
for current rule. Time recurrences are based closely on the
Module: kamailio
Branch: master
Commit: 8a40437e54d9a5f2e3141c3434fd672a9f2d0e13
URL: https://github.com/kamailio/kamailio/commit/8a40437e54d9a5f2e3141c3434fd672…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-11-16T15:43:46+01:00
drouting: note in docs about supported characters in prefix values
- these are the digits (0..9), +, * and #
---
Modified: src/modules/drouting/doc/drouting_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/8a40437e54d9a5f2e3141c3434fd672…
Patch: https://github.com/kamailio/kamailio/commit/8a40437e54d9a5f2e3141c3434fd672…
---
diff --git a/src/modules/drouting/doc/drouting_admin.xml b/src/modules/drouting/doc/drouting_admin.xml
index ddd0eb433a..ecdfdc3b7c 100644
--- a/src/modules/drouting/doc/drouting_admin.xml
+++ b/src/modules/drouting/doc/drouting_admin.xml
@@ -368,7 +368,8 @@
<emphasis>prefix column</emphasis>
</para>
<para>
- Destination URI must start with prefix value to match the rule.
+ Destination URI must start with prefix value to match the rule. The prefix
+ value can contain only digits (0..9), '+', '*' or '#'.
</para>
</listitem>
<listitem>
<!-- 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/1314
-- Commit Summary --
* core: removing the condition for second record_route ipv6 header
-- File Changes --
M src/core/msg_translator.c (9)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1314.patchhttps://github.com/kamailio/kamailio/pull/1314.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1314