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(): …
[View More]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
[View Less]
#### Pre-Submission Checklist
- [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)
- [ ] 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 …
[View More](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
- [ ] Not related to issues
#### Description
`Makefile.defs` is incorrect (`man_dir` should contain `share`) and `influxdbc` is not built (`sockaddr_in` is undefined) on FreeBSD environment.
The proposed patch fixes it and makes the module is consistent with the rest of modules.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/4099
-- Commit Summary --
* Makefile.defs: support for FreeBSD build
* influxdbc: support for FreeBSD build
-- File Changes --
M src/Makefile.defs (2)
M src/modules/influxdbc/ic.c (1)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/4099.patchhttps://github.com/kamailio/kamailio/pull/4099.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4099
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4099(a)github.com>
[View Less]
<!-- 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, …
[View More]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_dialog module
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/4101
-- Commit Summary --
* lib/srdb1/schema: ims_dialog definitions
* utils/kamctl: regenerate db table definitions
-- File Changes --
A src/lib/srdb1/schema/dialog_in.xml (180)
A src/lib/srdb1/schema/dialog_out.xml (116)
A src/lib/srdb1/schema/kamailio-ims_dialog.xml (14)
A utils/kamctl/db_berkeley/kamailio/dialog_in (10)
A utils/kamctl/db_berkeley/kamailio/dialog_out (10)
M utils/kamctl/db_berkeley/kamailio/version (6)
A utils/kamctl/db_redis/kamailio/dialog_in (2)
A utils/kamctl/db_redis/kamailio/dialog_out (2)
A utils/kamctl/db_sqlite/ims_dialog-create.sql (55)
A utils/kamctl/dbtext/kamailio/dialog_in (1)
A utils/kamctl/dbtext/kamailio/dialog_out (1)
M utils/kamctl/dbtext/kamailio/version (4)
A utils/kamctl/mongodb/kamailio/dialog_in.json (101)
A utils/kamctl/mongodb/kamailio/dialog_out.json (61)
M utils/kamctl/mongodb/kamailio/version-create.mongo (2)
M utils/kamctl/mysql/ims_dialog-create.sql (87)
A utils/kamctl/oracle/ims_dialog-create.sql (79)
A utils/kamctl/postgres/ims_dialog-create.sql (55)
A utils/kamctl/xhttp_pi/ims_dialog-mod (192)
A utils/kamctl/xhttp_pi/ims_dialog-table (50)
M utils/kamctl/xhttp_pi/pi_framework.xml (242)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/4101.patchhttps://github.com/kamailio/kamailio/pull/4101.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4101
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4101(a)github.com>
[View Less]