<!-- 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)
- [ ] 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 #2946
#### Description
migrate lcr to pcre2
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/3545
-- Commit Summary --
* lcr: pcre2 migration
-- File Changes --
M src/modules/lcr/Makefile (12)
M src/modules/lcr/hash.c (24)
M src/modules/lcr/hash.h (10)
M src/modules/lcr/lcr_mod.c (187)
M src/modules/lcr/lcr_mod.h (8)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/3545.patchhttps://github.com/kamailio/kamailio/pull/3545.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3545
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3545(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)
- [ ] 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 #2946
#### Description
migrate dialplan to pcre2
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/3543
-- Commit Summary --
* regex: migration to pcre2
* dialplan: migrate to pcre2
-- File Changes --
M src/modules/dialplan/Makefile (11)
M src/modules/dialplan/dialplan.c (5)
M src/modules/dialplan/dialplan.h (21)
M src/modules/dialplan/dp_db.c (103)
M src/modules/dialplan/dp_repl.c (56)
M src/modules/regex/Makefile (11)
M src/modules/regex/regex_mod.c (240)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/3543.patchhttps://github.com/kamailio/kamailio/pull/3543.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3543
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3543(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)
- [ ] 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/3551
-- Commit Summary --
* smsops: fixes as per static code analyzer report
-- File Changes --
M src/modules/smsops/smsops_impl.c (12)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/3551.patchhttps://github.com/kamailio/kamailio/pull/3551.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3551
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3551(a)github.com>
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/3559
-- Commit Summary --
* misc/ typos
-- File Changes --
M misc/examples/exec/exec_s5b.cfg (2)
M misc/examples/ims/icscf/README.md (2)
M misc/examples/ims/icscf/kamailio.cfg (4)
M misc/examples/ims/pcscf/README.md (2)
M misc/examples/ims/pcscf/kamailio.cfg (4)
M misc/examples/ims/pcscf/pcscf.cfg.sample (2)
M misc/examples/ims/pcscf/route/mo.cfg (2)
M misc/examples/ims/pcscf/sems/sems.conf (2)
M misc/examples/ims/scscf/README.md (2)
M misc/examples/ims/scscf/kamailio.cfg (6)
M misc/examples/ims/scscf/scscf.cfg.sample (2)
M misc/examples/kamailio/acc-mysql.cfg (2)
M misc/examples/kamailio/acc.cfg (2)
M misc/examples/kamailio/ctd.sh (4)
M misc/examples/kamailio/fork.cfg (2)
M misc/examples/kamailio/nathelper.cfg (2)
M misc/examples/kamailio/replicate.cfg (2)
M misc/examples/kamailio/web_im/README (2)
M misc/examples/kemi/kamailio-basic-kemi-ruby.rb (4)
M misc/examples/kemi/kamailio-basic-kemi.cfg (2)
M misc/examples/mixed/acc.cfg (2)
M misc/examples/mixed/kamailio-minimal-anycast.cfg (4)
M misc/examples/mixed/kamailio-minimal-proxy.cfg (4)
M misc/examples/mixed/nathelper.cfg (2)
M misc/examples/mixed/onr.cfg (4)
M misc/examples/mixed/replicate.cfg (2)
M misc/examples/mixed/sip-router.cfg.m4 (14)
M misc/examples/mixed/voicemail.cfg (2)
M misc/examples/obsoleted/imgw.cfg (4)
M misc/examples/obsoleted/secondary.cfg (2)
M misc/examples/obsoleted/sms.cfg (2)
M misc/examples/obsoleted/smsgw.cfg (2)
M misc/examples/obsoleted/test.cfg (2)
M misc/examples/obsoleted/tmtest.cfg (4)
M misc/examples/pkg/kamailio-basic.cfg (2)
M misc/examples/pkg/kamailio-oob.cfg (10)
M misc/examples/pkg/sip-router-basic.cfg (2)
M misc/examples/pkg/sip-router-oob.cfg (32)
M misc/examples/presence/full-no-failover.cfg (6)
M misc/examples/presence/no-db.cfg (4)
M misc/examples/scripts/ctd.sh (4)
M misc/examples/scripts/serresponse (8)
M misc/examples/scripts/web_im/README (2)
M misc/examples/webrtc/kamailio-default-websocket.cfg (4)
M misc/scripts/dbtext/ser_dbtext.sh (2)
M misc/scripts/mysql/sip-router_mysql.sh (4)
M misc/scripts/postgres/ser_postgres.sh (4)
M misc/scripts/serconf.sh (18)
M misc/tools/kemi/python_mock/README.md (4)
M misc/tools/kemi/python_mock/kemi_mock.py (2)
M misc/tools/pike_top/pike_top.c (12)
M misc/tools/profile/launch.sh (2)
M misc/tools/sipgrep/sipgrep (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/3559.patchhttps://github.com/kamailio/kamailio/pull/3559.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3559
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3559(a)github.com>