<!-- 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
<!-- Describe your changes in detail -->
added KEMI function for evapi_async_unicast for evapi module
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/2415
-- Commit Summary --
* Kemi for async_relay_unicast
* indendation
* indendation1
* name change
-- File Changes --
M src/modules/evapi/evapi_mod.c (58)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/2415.patchhttps://github.com/kamailio/kamailio/pull/2415.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/2415
Kamailio v5.4.0 is out – it comes with 5 new modules and a considerable
set of improvements touching again more than 100 existing modules.
You can read detailed release notes at:
* https://www.kamailio.org/w/kamailio-v5-4-0-release-notes/
Many thanks to all developers and community members that made possible
this release.
v5.4.0 brings more flexibility and optimizations across many components,
enhancements to load balancer, stateless active calls tracking,
STIR/SHAKEN support, Kafka connector, plenty of new variables and
transformations, ability do print JSON-structured log messages ... just
to list only a few here. Enjoy Kamailio v5.4.0!
Thank you for flying Kamailio!
Stay safe and healthy!
Daniel
--
Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- www.linkedin.com/in/miconda
Module: kamailio
Branch: 5.4
Commit: 1832f33f5a3e4801495f6a489bbfca6dc375eb2f
URL: https://github.com/kamailio/kamailio/commit/1832f33f5a3e4801495f6a489bbfca6…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2020-07-29T12:16:33+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/tls/README
---
Diff: https://github.com/kamailio/kamailio/commit/1832f33f5a3e4801495f6a489bbfca6…
Patch: https://github.com/kamailio/kamailio/commit/1832f33f5a3e4801495f6a489bbfca6…
---
diff --git a/src/modules/tls/README b/src/modules/tls/README
index 81eb47590b..a0e1f48d8d 100644
--- a/src/modules/tls/README
+++ b/src/modules/tls/README
@@ -1432,7 +1432,7 @@ end
10.34. rand_engine (str)
- Set the ranondom number generator engine for libssl.
+ Set the random number generator engine for libssl.
Note: the default random number generator (PRNG) engine of libssl
v1.1.x is not designed for multi-process applications and can result in