[sr-dev] git: new commits in branch 5.6

Daniel-Constantin Mierla miconda at gmail.com
Wed Sep 14 20:03:03 CEST 2022


- URL:  https://github.com/kamailio/kamailio/commit/98342927e3493a8af6b859ab1cd1877f816a8bde
Author: Henning Westerholt <hw at gilawa.com>
Date:   2022-09-14T18:54:05+02:00

ratelimit: fix docs to actual values in the code for queue and pipe limits

(cherry picked from commit cae9d78a6c8d33f6c4ec780901a55c27260c2000)

- URL:  https://github.com/kamailio/kamailio/commit/e8d797cb26e2b16dff3afd7ecb54beb7012e0370
Author: Henning Westerholt <hw at gilawa.com>
Date:   2022-09-14T18:55:47+02:00

acc: add some explanation that dialogs need to be tracked for CDR accounting

(cherry picked from commit 3ec40d792df5bcee838eee3e5e0e89a2ebdcc453)

- URL:  https://github.com/kamailio/kamailio/commit/8aceadf62fde1b1faf414e5d47c42102c64d2e90
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2022-09-14T18:58:47+02:00

core/cfg: cast pointer to long to silent compiler warning

- GH #3208

(cherry picked from commit 26785f866eeadc6944af83ae1a57e8ff100f60f5)

- URL:  https://github.com/kamailio/kamailio/commit/a5cbf0bade8ab0b04d1f8e9288b239df4df8d76b
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2022-09-14T19:00:15+02:00

msrp: proper cmap insert when last item has greater citemid

- condition for last item was processed first, resulting in improper
  order of items, GH #3215

(cherry picked from commit 1e4bf1dd7fbfc9d51f0e56e98472a42de781cdbd)

- URL:  https://github.com/kamailio/kamailio/commit/5bcb685d19b55b3b2046345e195e5deca53e179a
Author: Shane Mitchell <sm at opencluster.com.au>
Date:   2022-09-14T19:02:39+02:00

dialog: dont reset dlg_db_mode in POSTCHILDINIT for DB_MODE_SHUTDOWN

(cherry picked from commit 8fb25f7cb6fa73dc37fe11df9b921c32009bd107)

- URL:  https://github.com/kamailio/kamailio/commit/506e20e6aae21d862f6d643a2c87c748df8543c7
Author: Andy Brezinsky <andy.brezinsky at mitel.com>
Date:   2022-09-14T19:03:09+02:00

usrloc: re-use TCP connections for keepalive

- Fixes GH #3178. Sets TCP connection id for keepalive based on the value in the database
  If unset, tcpconn_id will remain 0 and keepalives will work the same as they do today
- Update documentation to clarify when it will use received vs AOR for keepalive

(cherry picked from commit 06f933ad17aac3a3f0f81cf0e0ab04f38cf60993)

- URL:  https://github.com/kamailio/kamailio/commit/9d473f92d3ff534535e6170b8895569703c8fc5a
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2022-09-14T19:04:06+02:00

usrloc: increased the size for keys2 array in ul_ka_db_records()

- consequence of 06f933ad17aac3a3f0f81cf0e0ab04f38cf60993

(cherry picked from commit b5ae633242e5e34b1f6dc8f025e68872b47b461c)

- URL:  https://github.com/kamailio/kamailio/commit/5ffbbaa6c956a74665859a709bd6c79ba4223269
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2022-09-14T19:05:12+02:00

registrar: print number of contacts and max limit in logs and formatting updates

(cherry picked from commit a88f805236ef0549ce8a8079142b202d569bf3f1)

- URL:  https://github.com/kamailio/kamailio/commit/94101dfc2df05f471fdb7ea1e6190f071bbfd04a
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2022-09-14T19:05:26+02:00

registrar: use macro to init str value and more debug messages

(cherry picked from commit 5f229a799b251e82431b4642e9bd8aa76c405d13)

- URL:  https://github.com/kamailio/kamailio/commit/addd16c13a0a6ab5cb460850141073d00617610b
Author: Henning Westerholt <hw at gilawa.com>
Date:   2022-09-14T19:05:58+02:00

utils: small whitespace fix for Makefile

(cherry picked from commit 3cb1f8eaec344433fd94011ec28da464c5626c2a)

- URL:  https://github.com/kamailio/kamailio/commit/4bdd89b4709553e2dde2fb2356ba47d4f7009774
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2022-09-14T19:06:19+02:00

pv: detect known headers provided with variable for $hfl(...) and $hflc(...)

- GH #3194

(cherry picked from commit fb13cf364870895dec94fa1ddf6a1afd3c099715)

- URL:  https://github.com/kamailio/kamailio/commit/33e1638b92c073f58b27232e7985a5ffe6994b7f
Author: Henning Westerholt <hw at gilawa.com>
Date:   2022-09-14T19:06:40+02:00

etc/kamailio.cfg: corrected a typo ("endabled"), GH #3223

(cherry picked from commit b46afeca6c515f5baf1812ca821321117df6478b)

- URL:  https://github.com/kamailio/kamailio/commit/e44c6716b5d640c489561062ea025455444fe0a3
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2022-09-14T19:06:54+02:00

pv: parse header name given with variable to $hdr() and $hdrc()

(cherry picked from commit a10da3a8802fd02bab9e8c655aa845d121370fd4)

- URL:  https://github.com/kamailio/kamailio/commit/902807e5de185cb6d6463ff617bf4c2e7862f293
Author: korayvt <koray.vatansever at gmail.com>
Date:   2022-09-14T19:07:29+02:00

core: added parser mode check

(cherry picked from commit 4598f0a0df90ad81e192be55a89fbd5cca52a40e)

- URL:  https://github.com/kamailio/kamailio/commit/272060e1079d9edbc819d396dafb2034a3812c6a
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2022-09-14T19:07:48+02:00

usrloc: adde random and pid to call-id for keepalive requests

- GH #3225

(cherry picked from commit 721daf5ca55a8fb366cff2821e249bfff64d8f87)

- URL:  https://github.com/kamailio/kamailio/commit/60a62d6f7df233d61d4ccecc39504e77e25421b8
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2022-09-14T19:09:04+02:00

acc: duplicate dlg var values used in extra2strar_dlg_only()

- avoid buffer index overlapping and be coherent with extra2strar()

(cherry picked from commit 54905e6b02e36e72bb74a92c77b273cf57822f18)

- URL:  https://github.com/kamailio/kamailio/commit/948f066718e102a7d592ef647754ba088f1eb0c6
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2022-09-14T19:09:22+02:00

dialog: updated to get the int value for cseq update operations

(cherry picked from commit a070f5c132a68111fade7212db6a2bc738e03193)

- URL:  https://github.com/kamailio/kamailio/commit/363a6267c4c50b6e321e59961dedc4a6f65fc940
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2022-09-14T19:09:30+02:00

dialog: safer version for getting dlg variable value

- clone to ensure that reference is not becoming invalid over the time

(cherry picked from commit aded00bbfe75771cef8d0ee9ae8401772f7644a9)

- URL:  https://github.com/kamailio/kamailio/commit/38cbf04afa2c02fa2f15bb1528d6b7f152c89d08
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2022-09-14T19:09:37+02:00

dialog: fetch directly the int value for dlg variable used in dlg_cseq_update()

(cherry picked from commit 8cb948cc07e2d577cdd14efdfe38f3e9bbf11d79)

- URL:  https://github.com/kamailio/kamailio/commit/e1deb704bc1df02e4dbdc85d7728acc040a517e0
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2022-09-14T19:09:48+02:00

pua_dialoginfo: clone dlg var values

(cherry picked from commit 1553a6c0efb2cec0b5962bba13bc0095211ee75d)

- URL:  https://github.com/kamailio/kamailio/commit/89fa86703adfdf6e30dc43c191d7327800270574
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2022-09-14T19:09:59+02:00

siptrace: use socket name for hep mirroring

- GH #3174

(cherry picked from commit 30c628732092108e8d73856a5c9ec60b16d5ef99)

- URL:  https://github.com/kamailio/kamailio/commit/2427f1951a1c63a8c047710d49ef06788c33c869
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2022-09-14T19:10:20+02:00

dialog: wrapper function to set a dlg var with unsigned integer parameter

- use it to set cseq diff value

(cherry picked from commit b7dc2ac6d66839b38ba8d6f36e9f28bc0a2d1425)

- URL:  https://github.com/kamailio/kamailio/commit/644938a6be5f841634f2e1443e5f123f683c45e4
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2022-09-14T19:10:29+02:00

dialog: remove strlen() checks when setting a variable

- assumed key->s and val->s are 0-terminated, which may not be the case

(cherry picked from commit 2cebd46f8f2dc3f87c9cfd2054976e347aa75ace)

- URL:  https://github.com/kamailio/kamailio/commit/d8c8922ff4dd47a47773e5391e4ce49d83087055
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2022-09-14T19:10:44+02:00

core: kemi - duplicate module name when registering the api exports

(cherry picked from commit 43f764cae870b15a96b8ca88f1eb195d4ceb8455)

- URL:  https://github.com/kamailio/kamailio/commit/b0636ff4aaa3f5c21389ca6b99a90be2d79c7953
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2022-09-14T19:11:20+02:00

core: use unsigned printing for version defines

(cherry picked from commit 3e94dd4bd3901d503c7be655d761f1d70453a451)

- URL:  https://github.com/kamailio/kamailio/commit/5edc2cd0f0308099be410f7f34c0c2566bb99a1d
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   2022-09-14T19:11:46+02:00

posops: docs - updated pos_set_char() section

- note that the change is done directly inside the sip message buffer

(cherry picked from commit c3771966fa8470db91d04323a1e9c837a16a22cf)





More information about the sr-dev mailing list