Pre-Submission Checklist
Type Of Change
Checklist:
Description
module: tm
kemi proto relay functions fails on TLS
Functions: ki_t_relay_to_proto and ki_t_relay_to_proto_addr.
It's a simple fix, Just added a missing equal zero (== 0) on strncasecmp to TLS test to validate.
} else if (strncasecmp(sproto->s, "TLS", 3) == 0) {
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/3110
Commit Summary
- 39431b8 Makefile.defs: version set to 5.7.0-dev0
- e310166 pkg/kamailio/deb: version set 5.7.0~dev0 [skip ci]
- 33228bb db_berkeley: reset lkey to avoid double free
- 0f9a833 ipops: warning when too many dns containers are created
- 543cd8f ipops: add dns container in dns_update_pv() if not created before
- 5497d15 doc: Fix typos
- e8bdf2b pkg: Fix typos
- 5dd8f0a core: Fix typos
- 4b2b892 lib: Fix typos
- 5e71d01 acc: Fix typos
- ba3f7d5 auth: Fix typos
- 4caf7e7 ctl: Fix typos
- f6da37a ldap: Fix typos
- b94f8da pike: Fix typos
- c5ff6d9 sanity: Fix typos
- ff9b030 tls: Fix typos
- f72c574 uid_auth_db: Fix typos
- c282b58 utils: Fix typos
- 97efd6a modules: readme files regenerated - acc ... [skip ci]
- 778374a userblocklist: fix restart errors
- a21c929 userblocklist: fix function comment, related to gh #3102
- 3bd6eb0 app_jsdt: duktape interpreter upgraded to v2.7.0
- c5da175 app_squirrel: updated squirrel interpreter to latest git version (3.2+)
- 4780d46 usrloc: connect to db for main process in PROC_POSTCHILDINIT child init
- 1ff86ff dialog: open db connection in POSTCHILDINIT callback for DB_MODE_SHUTDOWN
- 2e38d1a mtree: remove single-used small function
- 0c16d68 geoip2: log errors for cases where the container could not evaluated and add docs
- 7e88c98 modules: readme files regenerated - geoip2 ... [skip ci]
- 4b377f0 core: xavp - helper function to shift xavps to left with rotation
- 72c361f pv: config function to shift xavps to left with rotation
- 4267870 pv: docs for xavp_lshift() function
- 85d1881 modules: readme files regenerated - pv ... [skip ci]
- eebdabe pv: added $shvinc(name) - return incremented value of $shv(inc)
- 6770afc pv: use fixup get int value to evaluate the index parameter
- 9f9fd6f pv: kemi function to get $shvinc(name) value
- 69f3361 registrar: kemi functions to get $ulc(...) attributes
- 67f6a28 pv: declare pv wrapper function with two parameters
- 9100baa core: str - helerp macros to set str variable with char* value
- 1949622 registrar: added lookup_xavp("ultable", "uri", "rxname", "cxname")
- 4d478b7 registrar: docs for lookup_xavp(...)
- 45d7500 registrar: proper attribute name for contact record xavp
- 4d94b9e modules: readme files regenerated - registrar ... [skip ci]
- 38365c4 registrar: docs - removed extra closing tag
- 490eb07 modules: readme files regenerated - registrar ... [skip ci]
- ae40acf core: socket info - function to get socket by listen or advertise
- 8cb05b2 pv: xavp_push_dst(xname) function
- 33c3f35 pv: docs for xavp_push_dst()
- 1144c2e pv: allow xavp_push_dst() in request/branch/failure_rotue
- a1ea2c0 modules: readme files regenerated - pv ... [skip ci]
- 2d24221 siptrace: fix hardcoded PROTO_UDP in duplicate_uri module parameter
- e46c90c core: add an option to trigger also an RST on tcp connection close
- b498a0a dialog: docs -remark wabout to-tag parameter for dlg_get()
- 2538ddd modules: readme files regenerated - dialog ... [skip ci]
- d32f8f5 core: tcp main - check setsockopt() result for SO_LINGER
- 8caf4ec kazoo: docs - removed unnecessary xinclude entity
- c6ecf1d xlog: docs - updated section ids
File Changes
(101 files)
Patch Links:
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/3110@github.com>