Module: kamailio
Branch: master
Commit: 089a55b8417b48ed783fafe0ed4bc10374e09425
URL: https://github.com/kamailio/kamailio/commit/089a55b8417b48ed783fafe0ed4bc10…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2021-12-28T20:16:21+01:00
modules: readme files regenerated - siputils ... [skip ci]
---
Modified: src/modules/siputils/README
---
Diff: https://github.com/kamailio/kamailio/commit/089a55b8417b48ed783fafe0ed4bc10…
Patch: https://github.com/kamailio/kamailio/commit/089a55b8417b48ed783fafe0ed4bc10…
---
diff --git a/src/modules/siputils/README b/src/modules/siputils/README
index d5ea0ae845..bd32c3e674 100644
--- a/src/modules/siputils/README
+++ b/src/modules/siputils/README
@@ -461,6 +461,11 @@ modparam("auth", "rpid_avp", "$avp(myrpid)")
Please note that you need to set a positive ring_timeout value in order
to use this function.
+ Note: the change of sip reply can be done only in cases when it is not
+ parsed too much before config execution, otherwise it fails. For
+ example, setting global parameter "log_prefix" can cause this function
+ to fail changing the replies.
+
The function returns TRUE on success, and FALSE during processing
failures.
Module: kamailio
Branch: master
Commit: 090f1f74603de6113f3dd41095ae41b4f03f8171
URL: https://github.com/kamailio/kamailio/commit/090f1f74603de6113f3dd41095ae41b…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2021-12-28T20:00:17+01:00
siputils: docs - note about restrictions of ring_insert_callid()
- GH #2989
---
Modified: src/modules/siputils/doc/siputils_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/090f1f74603de6113f3dd41095ae41b…
Patch: https://github.com/kamailio/kamailio/commit/090f1f74603de6113f3dd41095ae41b…
---
diff --git a/src/modules/siputils/doc/siputils_admin.xml b/src/modules/siputils/doc/siputils_admin.xml
index 2b7ac27951..db66d40ac6 100644
--- a/src/modules/siputils/doc/siputils_admin.xml
+++ b/src/modules/siputils/doc/siputils_admin.xml
@@ -286,6 +286,12 @@ modparam("auth", "rpid_avp", "$avp(myrpid)")
to use this function.
</para>
<para>
+ Note: the change of sip reply can be done only in cases when it is not
+ parsed too much before config execution, otherwise it fails. For
+ example, setting global parameter "log_prefix" can cause this function
+ to fail changing the replies.
+ </para>
+ <para>
The function returns TRUE on success, and FALSE during processing failures.
</para>
<para>
Hello everyone,
I have a problem over running local docker images of Kamailio in Kubernate cluster..
Consider I build a local docker image from Kamailio and create a pod in one of my nodes . My process created successfully and Kamailio listen over port 5060 now I need to rebuild another docker image with new Kamailio configuration and run it as another pod with new name and listening over port 5061 but I have error "ImagePullBackOff" . I test this scenario many times but problem exists..
It is devastating for me and I need emergency help.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2988
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/2988(a)github.com>
<!-- 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
- [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
- [ ] 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
Removed RHEL/CentOS 6 packaging from spec file as those versions reached End of Life almost more than a year ago. Fixed a typo and did %autosetup instead of %setup -n which figures out name and version automatically from macros and also does a quiet decompression of source archive.
Note: %autosetup has similar -n flag if archive name isn't standard like %{name}-%{version}
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/2986
-- Commit Summary --
* Removed packaging for RHEL/CentOS 6 as End Of Life
* Typo fix & %autosetup in prep section
-- File Changes --
M pkg/kamailio/obs/kamailio.spec (104)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/2986.patchhttps://github.com/kamailio/kamailio/pull/2986.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2986
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/2986(a)github.com>
Another challenging year is getting close to its end, pressuring even
more everyone! Let's hope things will go back to a more usual life (as
it used to be) in the near future!
Kamailio project continued to develop, bringing out a new major release,
preparing for the next one in a few months, relying on an amazing
community of developers and users. We also trust it continued to help
people and companies world wide to connect with the dear ones and build
a better way of living.
The season holidays are ahead, time to relax, spend time with family and
friends! I take again this chance to express my thanks and greetings to
all the friends, developers, supporting companies and community members
that made 2021 another great year for Kamailio project.
Enjoy the holidays! Merry Christmas!
Daniel
* Santa is flying Kamailio! *
--
Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- www.linkedin.com/in/miconda
### Description
If possible, add a new parameter, where you can choose between sending the password in ha1 or plain text.
### Expected behavior
route[REGFWD] {
if(!is_method("REGISTER"))
{
return;
}
$uac_req(method)="REGISTER";
$uac_req(auser)=$fU;
$uac_req(apasswd)="4850730cadc0250e9fa951eae583ace9";
$uac_req(passtype)="ha1";
...
uac_req_send();
...
}
#### Actual observed behavior
It is currently not possible to send the password in ha1 format
#### Debugging Data
#### Log Messages
#### SIP Traffic
### Possible Solutions
Create an additional field.
### Additional Information
version: kamailio 5.5.2 (x86_64/linux) 55e232
flags: USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLOCKLIST, HAVE_RESOLV_RES
ADAPTIVE_WAIT_LOOPS 1024, MAX_RECV_BUFFER_SIZE 262144, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id: 55e232
compiled on 14:20:31 Aug 25 2021 with gcc 4.8.5
* **Operating System**:
CentOS Linux release 7.9.2009 (Core)
Linux vsphone-proxy-srv1.virtualsistemas.local 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2982
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/2982(a)github.com>
<!-- 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
- [ ] Small bug fix (non-breaking change which fixes an issue)
- [X] 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
- [X] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
<!-- Describe your changes in detail -->
Added a publish function to nats module. When the function is called, the routing process tries to connect to the url (param) and tries to send the payload (param) to the subject queue (param). No libuv is used for this.
Probably a better approach is to make publisher workers (like subscriber workers) and pass payload from routing processes to publisher worker processes via shared memory. Right now I see this as an improvement and find the new function good enough, for now.
@eschmidbauer what do you think of this?
Thank you,
Stefan
P.S. Will update doc after review.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/2915
-- Commit Summary --
* <a href="https://github.com/kamailio/kamailio/pull/2915/commits/121ae374e0c309027eeb…">nats: Add publish function</a>
-- File Changes --
M src/modules/nats/nats_mod.c (71)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/2915.patchhttps://github.com/kamailio/kamailio/pull/2915.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/2915