[sr-dev] Make Kamailio rtpengine module commands asynchronous

2022-11-22 Thread Aditya Gupta
Hello! We needed rtpengine module to be asynchronous. I needed help for this. 1) I want to understand how many of the commands in the list are needed to be made asynchronous. 2) I went through evapi module to understand how asynchronous commands were implemented by suspending request/responses

[sr-dev] git:master:4a6b6e3f: auth_radius: updated to use xavp long value field

2022-11-22 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 4a6b6e3f14318794405ba88a50f3d78971d60197 URL: https://github.com/kamailio/kamailio/commit/4a6b6e3f14318794405ba88a50f3d78971d60197 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2022-11-22T10:19:06+01:00 auth_radius: updated

[sr-dev] git:master:e37d9dbc: cnxcc: updated to use xavp long value field

2022-11-22 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: e37d9dbcfd199797a3514392e5a03f98a2c1151b URL: https://github.com/kamailio/kamailio/commit/e37d9dbcfd199797a3514392e5a03f98a2c1151b Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2022-11-22T10:18:04+01:00 cnxcc: updated to use

[sr-dev] git:master:d4251378: memcached: updated to use xavp long value field

2022-11-22 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d4251378c701a46803e24df607c0959a2975fa7b URL: https://github.com/kamailio/kamailio/commit/d4251378c701a46803e24df607c0959a2975fa7b Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2022-11-22T10:16:35+01:00 memcached: updated to

[sr-dev] git:master:68dcaf76: misc_radius: updated to use xavp long value field

2022-11-22 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 68dcaf766c5c08ebb9ad08a9203f40dd77b74933 URL: https://github.com/kamailio/kamailio/commit/68dcaf766c5c08ebb9ad08a9203f40dd77b74933 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2022-11-22T10:15:14+01:00 misc_radius: updated

[sr-dev] git:master:e14d2ee2: peering: updated to use xavp long value field

2022-11-22 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: e14d2ee291f76cc4d1187ccbc1c88f6ccf36fe28 URL: https://github.com/kamailio/kamailio/commit/e14d2ee291f76cc4d1187ccbc1c88f6ccf36fe28 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2022-11-22T10:12:17+01:00 peering: updated to

[sr-dev] git:master:4b6328ce: erlang: use proper name for the long field of xavp

2022-11-22 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 4b6328ce015bbdc0899dc948c0f981649039407c URL: https://github.com/kamailio/kamailio/commit/4b6328ce015bbdc0899dc948c0f981649039407c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2022-11-22T10:10:41+01:00 erlang: use proper

Re: [sr-dev] [kamailio/kamailio] jwt module: HS256 secret inside a file kdata.len is off by one (Issue #3282)

2022-11-22 Thread Daniel-Constantin Mierla
Indeed, I also expect to be some whitespace/EoL at the end of the file. I just pushed a patch to trim the key value. If still not working, re-open. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3282#issuecomment-1323322164 You are receiving

Re: [sr-dev] [kamailio/kamailio] jwt module: HS256 secret inside a file kdata.len is off by one (Issue #3282)

2022-11-22 Thread Daniel-Constantin Mierla
Closed #3282 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3282#event-7865519828 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] git:master:8860f244: jwt: trim read value for the key

2022-11-22 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 8860f244d2ad3587621b033374792a2daae7df22 URL: https://github.com/kamailio/kamailio/commit/8860f244d2ad3587621b033374792a2daae7df22 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2022-11-22T09:56:12+01:00 jwt: trim read value

Re: [sr-dev] [kamailio/kamailio] Kamailio 5.7 (master branch) commit 0d363cf1 segfault related to dialog variables (Issue #3276)

2022-11-22 Thread Henning Westerholt
Hello, thanks for the report. We did a review of the dialog module last week, and noticed that the print_list function was missing protection against concurrent access. So I deactivated it by commit a6d9505b107204ffbe6 (and also the older releases). Please give it a try in your test suite, it

Re: [sr-dev] [kamailio/kamailio] "kamdbctl create" creates the same user twice which fails (Issue #3280)

2022-11-22 Thread Henning Westerholt
Thanks for the report. Surely the DB scripts can be improved in several areas, and also made more robust in case they are executed several times. If you have some improvement ideas, please create a pull request that we can review it and also integrate into the git repository. -- Reply to this

Re: [sr-dev] [kamailio/kamailio] kamailio crashs at startup in musl enviroment (Issue #3281)

2022-11-22 Thread Henning Westerholt
Thanks for the report. Most people are using Kamailio on "standard" glibc based distributions, but some people are also using alpine linux. Its probably something related to a special configuration, as you also mentioned. Please open a pull requests with the improvement you suggested, this

Re: [sr-dev] [kamailio/kamailio] jwt module: HS256 secret inside a file kdata.len is off by one (Issue #3282)

2022-11-22 Thread Henning Westerholt
Looks like an easy fix, but might be something related to line/file endings coming from different platforms. Maybe @miconda can comment as well. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3282#issuecomment-1323300777 You are receiving this

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

2022-11-22 Thread Daniel-Constantin Mierla
- URL: https://github.com/kamailio/kamailio/commit/228bdac63e53a39b048e055dbecd0c8ff09098d6 Author: Daniel-Constantin Mierla Date: 2022-11-22T09:12:35+01:00 core: pv - helper functions use long for value - URL: