<!-- 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 -->
- [ ] PR should be backported to stable branches
- [ ] Tested changes locally
- [x] Related to issue #4100
#### Description
db_schema for ims_usrloc_pcscf module
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/4108
-- Commit Summary --
* lib/srdb1/schema: ims_usrloc_pcscf definitions
* utils/kamctl: regenerate db table definitions
-- File Changes --
A src/lib/srdb1/schema/kamailio-ims_usrloc_pcscf.xml (12)
A src/lib/srdb1/schema/location_pcscf.xml (436)
A utils/kamctl/db_sqlite/ims_usrloc_pcscf-create.sql (52)
M utils/kamctl/mysql/ims_usrloc_pcscf-create.sql (99)
A utils/kamctl/oracle/ims_usrloc_pcscf-create.sql (60)
A utils/kamctl/postgres/ims_usrloc_pcscf-create.sql (52)
A utils/kamctl/xhttp_pi/ims_usrloc_pcscf-mod (167)
A utils/kamctl/xhttp_pi/ims_usrloc_pcscf-table (51)
M utils/kamctl/xhttp_pi/pi_framework.xml (218)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/4108.patchhttps://github.com/kamailio/kamailio/pull/4108.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4108
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4108(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
-->
ITNOA
#### 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
- [x] Related to issue #4106 (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/4107
-- Commit Summary --
* Change C standard version to 23
-- File Changes --
M CMakeLists.txt (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/4107.patchhttps://github.com/kamailio/kamailio/pull/4107.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4107
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4107(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
-->
ITNOA
#### 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)
- [ ] 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/4113
-- Commit Summary --
* Make cmake happy
-- File Changes --
M CMakeLists.txt (13)
A CMakePresets.json (13)
M cmake/compiler-specific.cmake (1)
M cmake/os-specific.cmake (3)
A cmake/os-specific/windows.cmake (5)
M src/CMakeLists.txt (107)
M src/core/CMakeLists.txt (4)
M utils/kamcmd/CMakeLists.txt (40)
A vcpkg-configuration.json (14)
A vcpkg.json (6)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/4113.patchhttps://github.com/kamailio/kamailio/pull/4113.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4113
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4113(a)github.com>
ITNOA
<!-- 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
This PR remove `strings.h` and try to use standard functions.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/4114
-- Commit Summary --
* Change C standard version to 23
* Remove strings.h
* Fix some typo
-- File Changes --
M src/core/dprint.c (2)
M src/core/parser/parse_methods.c (2)
M src/core/parser/parse_option_tags.h (2)
M src/core/sr_module.c (2)
M src/core/ut.h (1)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/4114.patchhttps://github.com/kamailio/kamailio/pull/4114.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4114
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4114(a)github.com>
does have support Kamalio Support SS7 Sigtran if not i can add it
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4112
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4112(a)github.com>
Hi,
We are currently in the process of updating our docker containers to using Ubuntu 22.04 as their base image. After updating kamailio has started randomly crashing, with the following error:
17(28) CRITICAL: <core> [core/pass_fd.c:281]: receive_fd(): EOF on 18
0(8) ALERT: <core> [main.c:805]: handle_sigs(): child process 16 exited by a signal 11
0(8) ALERT: <core> [main.c:809]: handle_sigs(): core was generated
0(8) INFO: <core> [main.c:832]: handle_sigs(): terminating due to SIGCHLD
4(15) INFO: <core> [main.c:888]: sig_usr(): signal 15 received
3(14) INFO: <core> [main.c:888]: sig_usr(): signal 15 received
1(12) INFO: <core> [main.c:888]: sig_usr(): signal 15 received
8(19) INFO: <core> [main.c:888]: sig_usr(): signal 15 received
6(17) INFO: <core> [main.c:888]: sig_usr(): signal 15 received
9(20) INFO: <core> [main.c:888]: sig_usr(): signal 15 received
10(21) INFO: <core> [main.c:888]: sig_usr(): signal 15 received
15(26) INFO: <core> [main.c:888]: sig_usr(): signal 15 received
16(27) INFO: <core> [main.c:888]: sig_usr(): signal 15 received
13(24) INFO: <core> [main.c:888]: sig_usr(): signal 15 received
14(25) INFO: <core> [main.c:888]: sig_usr(): signal 15 received
12(23) INFO: <core> [main.c:888]: sig_usr(): signal 15 received
7(18) INFO: <core> [main.c:888]: sig_usr(): signal 15 received
11(22) INFO: <core> [main.c:888]: sig_usr(): signal 15 received
2(13) INFO: <core> [main.c:888]: sig_usr(): signal 15 received
17(28) INFO: <core> [main.c:888]: sig_usr(): signal 15 received
0(8) INFO: <core> [core/sctp_core.c:53]: sctp_core_destroy(): SCTP API not initialized
INFO:Supervisor:Kamailio exited with code: 1
Any pointers as to what could be causing this issue would be appreciated. One suspicion is that it may be related to ubuntu 22.04 upgrading OpenSSL to V3. I have played around with the new modparam("tls", "init_mode", 1), though this hasn't seemed to help.
Let me know if looking at our kamailio.cfg/tls.cfg files would be of use.
Thanks, Oisin