Hello,
in the past 10 years or so, many of us met at Fosdem conference in
Brussels (the edition this year happens during February 3-4) and had a
dinner on Saturday evening. I know already couple of people from
community that will go there, so the question is if there is any
interest to organize again such event.
If yes, it will be again on Saturday, on the evening of the 3rd of February.
At the past editions, it turned into an all-RTC dinner, but we can
consider to have it alone again (eventually with few other invited
friends), if there are too many or people want a smaller meeting.
Reply this week if you want to join, so we can estimate how many seats
we need and have enough time to find a place that can accommodate us.
More about Fosdem can be found at:
- https://fosdem.org
There is a devroom on Sunday with topics covering real time
communications. I will have a presentation there.
Cheers,
Daniel
--
Daniel-Constantin Mierla
www.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio Advanced Training - March 5-7, 2018, Berlin - www.asipto.com
Kamailio World Conference - May 14-16, 2018 - www.kamailioworld.com
Function "is_audio_on_hold()" has support for rfc2543 only,
where "hold" is indicated by setting the "c" destination addresses for the media streams to zero (0.0.0.0).
Could you please add support for rfc3264 for this function, where "hold" is indicated by a=sendonly/inactive.
--
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/issues/1292
Module: kamailio
Branch: master
Commit: 7bb6fa1794735803668e077e80597b41533d0cca
URL: https://github.com/kamailio/kamailio/commit/7bb6fa1794735803668e077e80597b4…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2018-01-31T21:31:24+01:00
modules: readme files regenerated - app_python ... [skip ci]
---
Modified: src/modules/app_python/README
---
Diff: https://github.com/kamailio/kamailio/commit/7bb6fa1794735803668e077e80597b4…
Patch: https://github.com/kamailio/kamailio/commit/7bb6fa1794735803668e077e80597b4…
---
diff --git a/src/modules/app_python/README b/src/modules/app_python/README
index 8fcad886e9..54ea0697c7 100644
--- a/src/modules/app_python/README
+++ b/src/modules/app_python/README
@@ -167,7 +167,8 @@ python_exec("my_python_function", "$rU");
5.1. app_python.reload
- IMPORTANT: not implemented yet.
+ IMPORTANT: not functional yet (can crash a running instance, use it
+ only for testing).
Marks the need to reload the js script. The actual reload is done by
every working process when the next call to KEMI config is executed.
A newly introduced condition in an if () statement leads to core
dump in some scenarios. It is removed.
<!-- 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
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
<!-- Describe your changes in detail -->
Without this Change a core dump happens in the P-CSCF during handling the SIP REGISTER.
Obviously a condition was added to an if() Statement, which itself created a null pointer Access.
This additional Statement was removed.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1409
-- Commit Summary --
* pua: removed null pointer access from subscribe_cbparam()
-- File Changes --
M src/modules/pua/send_subscribe.c (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1409.patchhttps://github.com/kamailio/kamailio/pull/1409.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/1409