Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check emergency urn function kamailio 5.8.1 #5

Draft
wants to merge 102 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
102 commits
Select commit Hold shift + click to select a range
faddcec
Makefile.defs: version set to 5.8.0-rc0
miconda Feb 23, 2024
3566edd
pkg/kamailio/deb: version set 5.8.0~rc0
linuxmaniac Feb 23, 2024
fbdca3d
github: set branch to 5.8 [skip ci]
linuxmaniac Feb 23, 2024
5af33b2
pkg/docker: set branch 5.8 and refresh [skip ci]
linuxmaniac Feb 23, 2024
49a9d8a
tls: restore early init for other modules that use TLS
space88man Feb 25, 2024
aa8fcf9
tls: fix restore early init
space88man Feb 25, 2024
b98718c
tls: fix OpenSSL 1.1.1 compatibility
space88man Feb 25, 2024
ac4f1be
OpenSSL integration: manage curl_global_init(...) used by modules
space88man Feb 26, 2024
b1a3088
Revert ac4f1be039 - split into per module commits
space88man Feb 26, 2024
ce17fee
core/rthreads.h: add thread executor for curl_global_init()
space88man Feb 26, 2024
5d4fae5
http_async_client: libssl thread executor for curl_global_init()
space88man Feb 26, 2024
49c3290
http_client: libssl thread executor for curl_global_init()
space88man Feb 26, 2024
5339894
xcap_client: libssl thread executor for curl_global_init()
space88man Feb 26, 2024
bc4c206
http_async_client: libssl refactor thread executors for curl
space88man Feb 27, 2024
6721fb7
file_out: Add header guards
xkaraman Feb 26, 2024
59ab585
file_out: Fix leaks
xkaraman Feb 27, 2024
f53c6b4
tls: fix OpenSSL 1.1.1 engine keys
space88man Feb 29, 2024
0ddbd96
tls: make explicit ENGINE deprecation in OpenSSL 3
space88man Mar 1, 2024
9d42e4a
tls: clean-up of ENGINE
space88man Mar 2, 2024
8e81774
tlsa: removed the map files used in the past for tls engine
miconda Mar 2, 2024
6ee4437
tls: remove unused ENGINE define
space88man Mar 2, 2024
3d80bc8
tls: basic OpenSSL 3 support of provider keys (replaces ENGINE)
space88man Mar 2, 2024
0a565d3
core/rthreads.h: add new option tls_threads_mode = 2
space88man Mar 4, 2024
0ba1ff1
tls: new option tls_threads_mode = 2
space88man Mar 4, 2024
56aeb07
etc/kamailio.cfg: document tls_threads_mode = 2 to use atfork handler
space88man Mar 4, 2024
dae1537
tls: NULL safety check
space88man Mar 5, 2024
15ffdf7
ndb_redis: reformat exported structures
miconda Feb 25, 2024
3415be2
evrexec: reformat exported structures
miconda Feb 25, 2024
2d20067
microhttpd: docs - note about variables available in the event route
miconda Feb 26, 2024
50c7590
ndb_redis: init enabled for tcp-main and postchildinit callbacks
miconda Feb 26, 2024
c2ac3ff
tcpops: variables to get active connection attributes
miconda Feb 27, 2024
8835f04
tcpops: if connection not found, return attributes from sip msg rcv
miconda Feb 27, 2024
ab981da
ims_usrloc: make matching of username in contact conditional
herlesupreeth Feb 25, 2024
c06ea12
ims_registrar_pcscf: update registered state to pending registration …
herlesupreeth Feb 27, 2024
0747c18
core: rthreads - init return variable
miconda Mar 1, 2024
219c21f
influxdbc: copy with buffer size limit
miconda Mar 1, 2024
4c78a56
core: ppcfg - jump to end when defexp eval does not get a str val
miconda Mar 1, 2024
089bf63
core: select - handle ws and wss inside select_ip_port()
miconda Mar 1, 2024
4626cb7
core: parser rr - check for rr value before serializing
miconda Mar 3, 2024
42282a2
acc: cdr - do not free static empty string in case of error
miconda Mar 4, 2024
d45c78e
ctl: reset log prefix on reading ctl traffic
miconda Mar 4, 2024
500e5fa
core: main - init local variables used for cli param parsing
miconda Mar 4, 2024
a814df7
presence: docs - remove extra section end tag
miconda Mar 5, 2024
6533c42
tls/docs: Update tls.reload docs
xkaraman Mar 5, 2024
22f2745
tls/docs: Update certificate generation docs
xkaraman Mar 5, 2024
ed99a5e
modules: readme files regenerated - modules ... [skip ci]
kamailio-dev Mar 7, 2024
dc289e4
ChangeLog: added content from 5.8.0 developent
miconda Mar 7, 2024
50a0f82
pkg/kamailio/deb: version set 5.8.0 [skip ci]
linuxmaniac Mar 7, 2024
e6b67b1
pkg/kamailio: version set 5.8.0 for rpms and alpine
miconda Mar 7, 2024
1fa3ba8
Makefile.defs: version set to 5.8.0
miconda Mar 7, 2024
2e2217b
ChangeLog: content set for v5.8.0
miconda Mar 7, 2024
c229e11
pkg/kamailio/obs: packaged README.file_out
sergey-safarov Mar 7, 2024
1928af8
core: set null-terminated char for modparam (backport from master)
juha-h Mar 12, 2024
2122afa
Avoid 'qm_strnstr' defined but not used warning
juha-h Mar 12, 2024
772b464
topos: small rearangement by removing else after return in the true b…
miconda Mar 8, 2024
45ee72f
topos: properly handle cases of no user in contact for mode 1
miconda Mar 9, 2024
f9b1cca
pkg/kamailio/obs: Allow builders to disable wolfssl module [skip ci]
guss77 Mar 10, 2024
d6cd085
file_out: Fix var position and initialize
xkaraman Mar 14, 2024
6410f37
pdb: Return negative carrierid for failures
smititelu Mar 5, 2024
0af55b0
pdb server: Return negative carrierid for failures. Clang format
smititelu Mar 5, 2024
90f8117
ctl: handle int input for double storage
miconda Mar 15, 2024
7df7508
dispatcher: refine documentation
Den4t Mar 11, 2024
5daadec
ims_ipsec_pcscf: TLS support in ipsec_forward() improved
axelsommerfeldt Mar 8, 2024
91b0962
acc: more log messages of failure arsing extra acc string
miconda Mar 18, 2024
0b3aa00
keepalive: proper storing of last up/down timestamps
miconda Mar 19, 2024
a7d4ce9
keepalive: small formatting updates and comments to the ka dest struc…
miconda Mar 19, 2024
a0dfa0a
ndb_redis: clang-format for WITH_SSL code
miconda Mar 19, 2024
86df978
ndb_redis: fix index on parsing sentinel address inside redisc_reconn…
miconda Mar 19, 2024
60fd6c2
ndb_redis: break on finding a server via sentinel inside redisc_recon…
miconda Mar 19, 2024
7bcef8e
modules: readme files regenerated - modules ... [skip ci]
kamailio-dev Mar 20, 2024
814f5bd
dmq: fix inter-lock on error
linuxmaniac Mar 22, 2024
028ba8f
file_out: additional checks for silenting warnings
miconda Mar 1, 2024
3fac5af
file_out: Cast to correct type of str
xkaraman Mar 22, 2024
f4d44a9
tls: Fix ‘for’ loop initial declarations error
xkaraman Mar 27, 2024
613e2cd
file_out: FIx ‘for’ loop initial declarations error
xkaraman Mar 27, 2024
c48fbea
gcrypt: docs - module name used for section ids
miconda Mar 20, 2024
0e00ae1
core: socket info - parse advertise ip part to get address family
miconda Mar 22, 2024
dbf9208
core: resolve/create_srv_pref_list() - insert at correct position in …
anomarme Mar 23, 2024
3f44cab
corex: fix conditions for dns_cache modparam srv attributes
anomarme Mar 23, 2024
c9edb30
keepalive: reformat module exports structures
miconda Mar 23, 2024
557d7e8
db_mysql: MYSQL_OPT_RECONNECT is deprecated by MySQL 8.0.34
miconda Mar 25, 2024
3f3c194
db_mysql: right position for define KSR_MYSQL_OPT_RECONNECT
miconda Mar 25, 2024
b21a7aa
smsops: reformat module exports structures
miconda Mar 26, 2024
c0c8ee0
smsops: short reference section about variables
miconda Mar 27, 2024
e394a05
blst: reformat exported structures
miconda Mar 28, 2024
4e4e935
modules: readme files regenerated - modules ... [skip ci]
kamailio-dev Apr 1, 2024
3b00630
pkg/kamailio: version set 5.8.1 for rpms and alpine
miconda Apr 3, 2024
4708758
pkg: deb specs updated for v5.8.1
miconda Apr 3, 2024
1caec71
core: xavp - added missing closing parenthesis in log messages
miconda Apr 3, 2024
69f667f
core: msg translator - duplicate reply via xavp params and handle errors
miconda Apr 3, 2024
e8aa987
Makefile.defs: version set to 5.8.1
miconda Apr 3, 2024
384843c
ChangeLog: content updated for v5.8.1
miconda Apr 3, 2024
e0d25ef
Provisional commit message
Jul 2, 2024
c4aeafb
Trying new parse
Jul 3, 2024
8c88db7
Style changes
Jul 4, 2024
77b60e2
Removed check_emergency function
Jul 5, 2024
2bde670
Changing host length
Jul 5, 2024
e4efa81
Checking that inesrp is updated
Jul 5, 2024
e551caa
Reverting changes
Jul 5, 2024
d78cafa
Not assigning s if schema is URN
Jul 5, 2024
ef9e3c0
Simplifying logic
Jul 5, 2024
8a0f430
Adding flag for f-component
Jul 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
"name": "Debian",
"build": {
"cacheFrom": "ghcr.io/kamailio/kamailio-master-devcontainer",
"cacheFrom": "ghcr.io/kamailio/kamailio-5.8-devcontainer",
"context": "../pkg/kamailio/deb",
"dockerfile": "Dockerfile"
},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: build devcontainer image
'on':
push:
branches:
- master
- 5.8
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build
'on':
push:
branches:
- master
- 5.8
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
Expand Down
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[submodule "pkg/docker"]
path = pkg/docker
url = https://github.com/kamailio/kamailio-ci.git
branch = 5.8
[submodule "src/modules/tls_wolfssl/lib/wolfssl"]
path = misc/external/wolfssl/wolfssl
url = https://github.com/wolfSSL/wolfssl.git
Loading