Hi Miconda,
We are using Kamailio 5.0.2 right now. We want to use recently
introduced db_redis for location queries. So, can you confirm please when
kamailio 5.2 stable (with db_redis) will be released (rough expectation).
--
Regards,
Saurabh Kumar
VOIP Application Developer
Hello,
I have Aastra phone that doesn't seems to get new firmware and most importantly NEC Hybrid IP phones.
My question is, how can I "adjust" Kamailio to get these phones behave like SIP compliant phone.
Which kind of Module do I have to develop? For the NEC story, I will actually dedicate a separate Kamailio instance if some workaround is possible.
Someone offer me a complete NEC system to do this: NEC phone system + plus some NEC IP Phones for the "reverse engineering" task. So I will be able to see all the SIP traffic on the NEC system and will adjust Kamailio to handle them. Possible???
Thanks,
Vic
Module: kamailio
Branch: master
Commit: 25e4ac2e60eb13116960c3824a5eefa896b6774d
URL: https://github.com/kamailio/kamailio/commit/25e4ac2e60eb13116960c3824a5eefa…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2018-07-20T19:46:44+02:00
modules: readme files regenerated - kex ... [skip ci]
---
Modified: src/modules/kex/README
---
Diff: https://github.com/kamailio/kamailio/commit/25e4ac2e60eb13116960c3824a5eefa…
Patch: https://github.com/kamailio/kamailio/commit/25e4ac2e60eb13116960c3824a5eefa…
---
diff --git a/src/modules/kex/README b/src/modules/kex/README
index 8012752527..3b58fbae06 100644
--- a/src/modules/kex/README
+++ b/src/modules/kex/README
@@ -376,7 +376,9 @@ pv_printf("$avp(x)", "From: $fU - To: $tU");
3.11. is_myself(uri)
Check if the parameter matches the 'myself' condition (i.e., is a local
- IP or domain).
+ IP or domain). Note that if the port is missing in the URI, then no
+ port matching is done (in other words, port matching is skipped -- it
+ does not use default SIP ports 5060 or 5061 for matching).
Meaning of the parameters is as follows:
* uri - Valid SIP URI or IP address to check against the list of
Module: kamailio
Branch: master
Commit: d2841c66304196cbe73c76517f284e49aa0c76b9
URL: https://github.com/kamailio/kamailio/commit/d2841c66304196cbe73c76517f284e4…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2018-07-20T19:40:42+02:00
kex: docs - note that is_myself() does not match with default ports
---
Modified: src/modules/kex/doc/kex_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/d2841c66304196cbe73c76517f284e4…
Patch: https://github.com/kamailio/kamailio/commit/d2841c66304196cbe73c76517f284e4…
---
diff --git a/src/modules/kex/doc/kex_admin.xml b/src/modules/kex/doc/kex_admin.xml
index b55bfa4be4..9d2a203425 100644
--- a/src/modules/kex/doc/kex_admin.xml
+++ b/src/modules/kex/doc/kex_admin.xml
@@ -350,7 +350,10 @@ pv_printf("$avp(x)", "From: $fU - To: $tU");
<title><function moreinfo="none">is_myself(uri)</function></title>
<para>
Check if the parameter matches the 'myself' condition (i.e., is
- a local IP or domain).
+ a local IP or domain). Note that if the port is missing in the URI,
+ then no port matching is done (in other words, port matching is
+ skipped -- it does not use default SIP ports 5060 or 5061 for
+ matching).
</para>
<para>Meaning of the parameters is as follows:</para>
<itemizedlist>
<!-- 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/1593
-- Commit Summary --
* kamailio always retries deleted RTPEngine Nodes which generates PDD
-- File Changes --
M src/modules/rtpengine/rtpengine.c (3)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1593.patchhttps://github.com/kamailio/kamailio/pull/1593.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/1593