The 100 character hard-coded maximum length of the kazoo module's amqp_connection parameter is too short. The limit was previously bumped from 50 to 100 following on from #529 but this is still too short.
Example use case, using Hashicorp's vault to dish out AMQP credentials yields a connection URL like this:
amqp://aws-ec2-13e1e70e-d4d3-abbe-5f3b-7b631f83def7:63b8d362-72d1-878e-81ca-d62667503495@rabbitmq.service.consul:5672
https://github.com/kamailio/kamailio/blob/48791fae1ba8508b18856d90e85a93df0…
--
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/issues/1269
I let two kamailio server processes run in two Nat IP , and DNS to keep loadbalance. but DNS can return two Nat IP,when the IP it returns is not the same as the account register,the server cann't deal with request,i wonder if i can use Nat IP to keep DNS loadbalance?
--
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/issues/1268
<!--
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
- [x] Related to issue #1265
#### Description
Add columns referenced by [p_usrloc_mod.c](https://github.com/kamailio/kamailio/blob/6c01e2692d5ff56dd…
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1266
-- Commit Summary --
* p_usrloc: Fix #1265: missing columns in location.sql file.
-- File Changes --
M src/modules/p_usrloc/location.sql (4)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1266.patchhttps://github.com/kamailio/kamailio/pull/1266.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/1266
Module: kamailio
Branch: master
Commit: 9c9366473280c52d7f79348637a56264420d48fc
URL: https://github.com/kamailio/kamailio/commit/9c9366473280c52d7f79348637a5626…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2017-10-09T16:46:17+02:00
modules: readme files regenerated - path ... [skip ci]
---
Modified: src/modules/path/README
---
Diff: https://github.com/kamailio/kamailio/commit/9c9366473280c52d7f79348637a5626…
Patch: https://github.com/kamailio/kamailio/commit/9c9366473280c52d7f79348637a5626…
---
diff --git a/src/modules/path/README b/src/modules/path/README
index d2e3d69398..4d6e7cba5c 100644
--- a/src/modules/path/README
+++ b/src/modules/path/README
@@ -292,6 +292,13 @@ if (!add_path("loadbalancer", "ob")) {
address as domain-part, and the address the request has been received
from as received-parameter.
+ If the “outbound” module was loaded before this module, and outbound is
+ required for this request, the header will be in the form “Path:
+ <sip:flowtoken@1.2.3.4;lr;received=sip:2.3.4.5:1234;ob>”, where
+ “flowtoken” is the RFC 5626 flow-token that can be used to identify the
+ source and local address and transport the request was received on, and
+ where “1.2.3.4” is the address of the outgoing interface.
+
This function can be used from REQUEST_ROUTE.
Example 1.8. add_path_received() usage