Hi Kamailio Team,
We have started inhouse implementation of ED-137B for VVCS project.
I need your guidance in identifying credible source for deployment of this protocol.
Regards,
Sandeep Nayak (VP - Engineering)
+91 80952 41019
[https://ci3.googleusercontent.com/mail-sig/AIorK4woqONsX5aNx6yhTdY0_mcz3Zal…]
Applied Electro Magnetics Pvt Ltd.
B-106, Block B, Sector 67, Noida, Uttar Pradesh-201301
Website: https://www.aemindia.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
- [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 -->
- [x] PR should be backported to stable branches
- [x] Tested changes locally
- [x] Related to issue #3984 (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/4224
-- Commit Summary --
* secfilter: fix secf_check_dst bug
* secfilter: Allow single quotes in From name and To name
-- File Changes --
M src/modules/secfilter/secfilter.c (57)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/4224.patchhttps://github.com/kamailio/kamailio/pull/4224.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4224
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4224(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
- [ ] Commits are split per component (core, individual modules, libs, utils, ...)
- [ ] 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
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
spelling/grammar
two version number bumps for ctl tools.
Should the commits be separated into different PRs?
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/4219
-- Commit Summary --
* kamdbctl: version set to 6.0.0
* kamctl: version set to 6.0.0
* treewide: spelling/grammar fixes
-- File Changes --
M doc/README.md (2)
M doc/tutorials/ser_radius/ser_radius.xml (2)
M pkg/kamailio/deb/bionic/kamailio.README.Debian (2)
M pkg/kamailio/deb/bookworm/kamailio.README.Debian (2)
M pkg/kamailio/deb/bullseye/kamailio.README.Debian (2)
M pkg/kamailio/deb/buster/kamailio.README.Debian (2)
M pkg/kamailio/deb/debian/kamailio.README.Debian (2)
M pkg/kamailio/deb/focal/kamailio.README.Debian (2)
M pkg/kamailio/deb/jammy/kamailio.README.Debian (2)
M pkg/kamailio/deb/jessie/kamailio.README.Debian (2)
M pkg/kamailio/deb/noble/kamailio.README.Debian (2)
M pkg/kamailio/deb/precise/kamailio.README.Debian (2)
M pkg/kamailio/deb/sid/kamailio.README.Debian (2)
M pkg/kamailio/deb/stretch/kamailio.README.Debian (2)
M pkg/kamailio/deb/trusty/kamailio.README.Debian (2)
M pkg/kamailio/deb/wheezy/kamailio.README.Debian (2)
M pkg/kamailio/deb/xenial/kamailio.README.Debian (2)
M src/core/atomic/atomic_sparc.h (2)
M src/core/atomic/atomic_sparc64.h (2)
M src/core/atomic/atomic_x86.h (2)
M src/core/cfg/cfg.h (2)
M src/core/cfg/cfg_script.c (2)
M src/core/cfg/cfg_script.h (2)
M src/core/cfg/cfg_select.c (2)
M src/core/cfg/cfg_struct.c (6)
M src/core/cfg/cfg_struct.h (16)
M src/core/parser/hf.c (2)
M src/core/parser/hf.h (2)
M src/core/sr_module.h (6)
M src/core/udp_server.c (2)
M src/lib/srdb1/db_query.h (20)
M src/lib/trie/dtrie.c (2)
M src/lib/trie/dtrie.h (2)
M src/modules/app_java/README-draft (4)
M src/modules/app_java/kamailio_java_folder/java-untested/siprouter_src/NativeInterface.java (4)
M src/modules/app_java/kamailio_java_folder/java/siprouter_src/NativeInterface.java (4)
M src/modules/app_jsdt/duktape.c (26)
M src/modules/avpops/doc/avpops_admin.xml (2)
M src/modules/call_control/doc/call_control_admin.xml (2)
M src/modules/carrierroute/doc/carrierroute_admin.xml (2)
M src/modules/cplc/doc/cplc_admin.xml (2)
M src/modules/db_berkeley/doc/db_berkeley_admin.xml (4)
M src/modules/db_berkeley/km_doc/db_berkeley_admin.xml (4)
M src/modules/db_postgres/km_res.c (2)
M src/modules/http_async_client/http_multi.c (2)
M src/modules/imc/doc/imc_admin.xml (2)
M src/modules/ims_charging/doc/ims_charging_admin.xml (2)
M src/modules/ims_qos/doc/ims_qos_admin.xml (2)
M src/modules/ims_registrar_pcscf/doc/ims_registrar_pcscf_admin.xml (2)
M src/modules/ims_usrloc_pcscf/pcontact.c (2)
M src/modules/ims_usrloc_scscf/ims_usrloc_scscf_mod.c (2)
M src/modules/ims_usrloc_scscf/ucontact.c (2)
M src/modules/janssonrpcc/janssonrpc_connect.c (2)
M src/modules/janssonrpcc/janssonrpcc_mod.c (2)
M src/modules/keepalive/doc/keepalive_devel.xml (2)
M src/modules/matrix/doc/matrix_admin.xml (2)
M src/modules/memcached/doc/memcached_admin.xml (2)
M src/modules/mohqueue/mohq_db.c (6)
M src/modules/nsq/nsq_mod.c (2)
M src/modules/p_usrloc/doc/p_usrloc_admin.xml (4)
M src/modules/p_usrloc/doc/p_usrloc_devel.xml (2)
M src/modules/presence/presentity.c (4)
M src/modules/qos/qos.c (2)
M src/modules/qos/qos_handlers.c (4)
M src/modules/rabbitmq/doc/rabbitmq_admin.xml (2)
M src/modules/rr/doc/rr_admin.xml (2)
M src/modules/rtpengine/doc/rtpengine_admin.xml (2)
M src/modules/secfilter/doc/secfilter_admin.xml (2)
M src/modules/sipcapture/doc/sipcapture_admin.xml (2)
M src/modules/siptrace/doc/siptrace_admin.xml (2)
M src/modules/sms/libsms_modem.c (2)
M src/modules/snmpstats/snmpstats.c (4)
M src/modules/snmpstats/sub_agent.c (2)
M src/modules/sst/sst.c (2)
M src/modules/sst/sst_handlers.c (22)
M src/modules/tm/doc/tm.xml (4)
M src/modules/userblocklist/doc/userblocklist_admin.xml (6)
M src/modules/xmpp/xode.c (2)
M test/unit/1.sh (2)
M test/unit/10.sh (2)
M test/unit/13.sh (2)
M test/unit/17.sh (2)
M test/unit/18.sh (2)
M test/unit/23.sh (6)
M test/unit/24.sh (2)
M test/unit/25.sh (2)
M test/unit/26.sh (4)
M test/unit/3.sh (4)
M test/unit/30.sh (2)
M test/unit/31.sh (2)
M test/unit/32.sh (2)
M test/unit/37.sh (6)
M test/unit/39.sh (4)
M test/unit/4.sh (2)
M test/unit/42.sh (6)
M test/unit/43.sh (2)
M test/unit/8.sh (4)
M test/unit/9.sh (4)
M utils/kamctl/CMakeLists.txt (2)
M utils/kamctl/kamctl (2)
M utils/kamctl/kamctlrc (2)
M utils/kamctl/kamdbctl (4)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/4219.patchhttps://github.com/kamailio/kamailio/pull/4219.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4219
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4219(a)github.com>