Hello,
(cross-posting to kamailio public groups, a few may get this message
duplicated).
Fosdem 2021 is going to be online, meaning that it opens the possibility
for everyone to do a presentation on the RTC Devroom, no longer being
required to travel to Brussels. Therefore I am sending here the link to
CFP in case someone would be interested to present about Kamailio or
something else RTC-related:
* https://github.com/FreeRTC/fosdem/blob/master/2021/cfp.md
New speakers are always welcome! Only have in mind that the event is
targeting developers and source code development, therefore your
proposals have to be made from this perspective.
Note also that submission deadline is 20th of December, very short time
frame from now.
Cheers,
Daniel
--
Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- www.linkedin.com/in/miconda
I am not 100% sure if its a bug or feature request. And, I have already asked this question in mailing list.
### Description
I was trying to pass environment variables to Kamailio that are definitely there in the container. Also, I am trying to use the environment variables to specify ports for Kamailio to listen on. I have already tried passing variables through -A option but to no avail.
### Expected behavior
Please note that these values are known at start time so should work.
#### Actual observed behavior
Errors
#### Debugging Data
I have tried:
```
#!define TLS_TO_LISTEN tls:TLS_IP:$env(TLS_PORT)
```
I have also tried using in EVAPI `bind_addr` modparam but that throws errors:
```
#!define EVAPI_LISTEN "0.0.0.0:EVAPI_PORT"
..
modparam("evapi", "bind_addr", EVAPI_LISTEN ) // IP and port to listen on for incoming TCP connections.
```
Error:
```
ERROR: evapi [evapi_mod.c:156]: mod_init(): invalid port: 0
```
### Additional Information
```
version: kamailio 5.4.2 (x86_64/linux) f8885c
```
* **Operating System**:
Docker Container:
```
Linux fe1933ee6208 4.15.0-124-generic #127-Ubuntu SMP Fri Nov 6 10:54:43 UTC 2020 x86_64 GNU/Linux
```
--
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/2585
Hello,
Kamailio SIP Server v5.4.3 stable release is out.
This is a maintenance release of the latest stable branch, 5.4, that
includes fixes since the release of v5.4.2. There is no change to
database schema or configuration language structure that you have to do
on previous installations of v5.4.x. Deployments running previous v5.4.x
versions are strongly recommended to be upgraded to v5.4.3.
For more details about version 5.4.3 (including links and guidelines to
download the tarball or from GIT repository), visit:
* https://www.kamailio.org/w/2020/12/kamailio-v5-4-3-released/
RPM, Debian/Ubuntu packages will be available soon as well.
Many thanks to all contributing and using Kamailio!
Cheers,
Daniel
--
Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- www.linkedin.com/in/miconda