[sr-dev] git:master:281bf230: kamailio.cfg: use SIP-source-address

2021-03-11 Thread Fred Posner
Module: kamailio Branch: master Commit: 281bf230c10f252d10910f3d31ca55a14660203d URL: https://github.com/kamailio/kamailio/commit/281bf230c10f252d10910f3d31ca55a14660203d Author: Fred Posner Committer: Fred Posner Date: 2021-03-02T21:59:08-05:00 kamailio.cfg: use SIP-source-address * default

[sr-dev] git:master:525ee139: cplc: permanent contact not skipped by lookup anymore

2021-03-11 Thread easyrider14
Module: kamailio Branch: master Commit: 525ee139abcb45f71bda42b417b5f8e75c12a622 URL: https://github.com/kamailio/kamailio/commit/525ee139abcb45f71bda42b417b5f8e75c12a622 Author: easyrider14 Committer: easyrider14 Date: 2021-03-10T10:54:25+01:00 cplc: permanent contact not skipped by lookup a

[sr-dev] [kamailio/kamailio] [Question] About softphone for VoLTE (#2673)

2021-03-11 Thread Shigeru Ishida
Hi all, I have one question. What softphones can I use when trying VoLTE (not VoIP) with Kamailio? I would like to verify VoLTE of private LTE with Open5GS and Kamailio. I'm sorry to ask you a question without much understanding of Kamailio, VoIP and VoLTE. Thank you very much in advance. --

Re: [sr-dev] [kamailio/kamailio] KEMI paython3 Error (#2671)

2021-03-11 Thread dave-greeko
Thank you so much Daniel for your feedback and valuable time. Your suggestion fixed both issues by explicitly adding: `kemi.onsend_route_callback=""` to the kamailio.cfg file without doing anything to the python script. Thank you so much again! Dave, -- You are receiving this because you are su

[sr-dev] [CRON] Still Failing: dbank888/kamailio#127 (master - 491e19e)

2021-03-11 Thread Travis CI
Build Update for dbank888/kamailio - Build: #127 Status: Still Failing Duration: 5 mins and 22 secs Commit: 491e19e (master) Author: Daniel-Constantin Mierla Message: tls: update to default session id value to reflect major version View the changeset: https:/

Re: [sr-dev] [kamailio/kamailio] Failed to find command uac_auth (params 1) (#2672)

2021-03-11 Thread Daniel-Constantin Mierla
At the end I exposed the function under name uac_auth() which can take the parameter, along with documenting uac_auth_mode(), which was kept as well, so both variants should work now using master branch. I will backport to 5.4 soon. -- You are receiving this because you are subscribed to this t

Re: [sr-dev] [kamailio/kamailio] Failed to find command uac_auth (params 1) (#2672)

2021-03-11 Thread Daniel-Constantin Mierla
I looked in the code and the function with one parameter is actually exported as `uac_auth_mode(...)`, so it is an error in the docs. I will fix that soon. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/k

Re: [sr-dev] [kamailio/kamailio] Failed to find command uac_auth (params 1) (#2672)

2021-03-11 Thread Ben Kaufman
It's the same result with a double quoted "1". `if (uac_auth("1")) {` The error message looks like it can't find the command with this signature. ``` 0(24044) ERROR: [core/cfg.y:3536]: yyparse(): cfg. parser: failed to find command uac_auth (params 1) 0(24044) CRITICAL: [core/cfg.y:3677]: y

Re: [sr-dev] [kamailio/kamailio] Failed to find command uac_auth (params 1) (#2672)

2021-03-11 Thread Daniel-Constantin Mierla
Closed #2672. -- 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/2672#event-4446068449___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] Failed to find command uac_auth (params 1) (#2672)

2021-03-11 Thread Daniel-Constantin Mierla
The parameter has to be provided in between double quotes, like a string. Several functions support getting the parameter as an integer value directly, but not all of them -- the common is to enclose the parameters in quotes, no matter is a number or a string. Even those able to get it directly

[sr-dev] [kamailio/kamailio] Failed to find command uac_auth (params 1) (#2672)

2021-03-11 Thread Ben Kaufman
### Description According to the documentation for the UAC module, the `uac_reg` command can accept an optional argument to use the pre-calculated HA1 format: ``` 4.7. uac_auth([mode]) This function can be called only from failure route and will build the authentication response header and ins

[sr-dev] git:master:0eb57ecf: modules: readme files regenerated - uac ... [skip ci]

2021-03-11 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 0eb57ecfa56e0bf49c2f80291d2287080094340a URL: https://github.com/kamailio/kamailio/commit/0eb57ecfa56e0bf49c2f80291d2287080094340a Author: Kamailio Dev Committer: Kamailio Dev Date: 2021-03-11T18:46:13+01:00 modules: readme files regenerated - uac ... [s

[sr-dev] git:master:bb1fe2fc: uac: exposed uac_auth_mode() also as uac_mode([mode]) to match docs

2021-03-11 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: bb1fe2fc12cb0499c5242c220dd8065e83fe6e61 URL: https://github.com/kamailio/kamailio/commit/bb1fe2fc12cb0499c5242c220dd8065e83fe6e61 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-03-11T18:39:46+01:00 uac: exposed uac_auth_

[sr-dev] git:master:be4e1843: uac: docs - listed uac_auth_mode() function

2021-03-11 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: be4e1843c54e70206688c1f2d1f5483165baef8f URL: https://github.com/kamailio/kamailio/commit/be4e1843c54e70206688c1f2d1f5483165baef8f Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-03-11T18:39:16+01:00 uac: docs - listed uac

[sr-dev] git:master:afe84def: tm: log message if starting cancel retransmission fails

2021-03-11 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: afe84defa4ab391064c266e15f557415c5249f7c URL: https://github.com/kamailio/kamailio/commit/afe84defa4ab391064c266e15f557415c5249f7c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-03-11T17:28:09+01:00 tm: log message if sta

[sr-dev] Errored: kamailio/kamailio#9953 (master - 9917deb)

2021-03-11 Thread Travis CI
Build Update for kamailio/kamailio - Build: #9953 Status: Errored Duration: 5 mins and 32 secs Commit: 9917deb (master) Author: Daniel-Constantin Mierla Message: dialplan: renamed global variables and set them static - use module specific prefix View the chan

[sr-dev] git:master:9917deb6: dialplan: renamed global variables and set them static

2021-03-11 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 9917deb664fa5df6795cbf59f9f156d2e10d1a95 URL: https://github.com/kamailio/kamailio/commit/9917deb664fa5df6795cbf59f9f156d2e10d1a95 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-03-11T16:55:23+01:00 dialplan: renamed glob

[sr-dev] git:master:0838c3e4: dispatcher: renamed global variables and set them static

2021-03-11 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 0838c3e4bc5f9f37d408bc01ba48e4abd6d56ce3 URL: https://github.com/kamailio/kamailio/commit/0838c3e4bc5f9f37d408bc01ba48e4abd6d56ce3 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-03-11T16:55:23+01:00 dispatcher: renamed gl

Re: [sr-dev] [kamailio/kamailio] etc: kamailio.cfg- use SIP-source-address (#2656)

2021-03-11 Thread Daniel-Constantin Mierla
Merged #2656 into master. -- 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/pull/2656#event-001507___ Kamailio (SER) - Development Mailing Lis

Re: [sr-dev] [kamailio/kamailio] etc: kamailio.cfg- use SIP-source-address (#2656)

2021-03-11 Thread Daniel-Constantin Mierla
Let's merge this one for now to have backward compatibility with expected behaviour and we can review again the entire config file before releasing next major version, as we use to do it at that time. Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this ema

[sr-dev] git:master:7b4b3f25: Merge pull request #2656 from fredposner/master

2021-03-11 Thread GitHub
Module: kamailio Branch: master Commit: 7b4b3f252eb0c42115e2194f63b89381cbdc9a0d URL: https://github.com/kamailio/kamailio/commit/7b4b3f252eb0c42115e2194f63b89381cbdc9a0d Author: Daniel-Constantin Mierla Committer: GitHub Date: 2021-03-11T12:25:35+01:00 Merge pull request #2656 from fredposner

Re: [sr-dev] [kamailio/kamailio] Kamailio 5.4.4 extremely slow carrierroute preloading (#2653)

2021-03-11 Thread kristina258
Hi, **select count(*) from carrierroute where prob=0;** 0 **select count(*) from carrierroute where prob=1;** 1673990 **select count(*) from carrierroute;** 1688229 **kamailio -v** version: kamailio 5.4.3 (x86_64/linux) 06bd17 flags: USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE

[sr-dev] git:5.4:0ddb019f: pv_headers: fix detection of split marker

2021-03-11 Thread Victor Seva
Module: kamailio Branch: 5.4 Commit: 0ddb019f3d80e4bef2d00a504dbe1baa6b982bba URL: https://github.com/kamailio/kamailio/commit/0ddb019f3d80e4bef2d00a504dbe1baa6b982bba Author: Victor Seva Committer: Victor Seva Date: 2021-03-11T13:44:07+01:00 pv_headers: fix detection of split marker If we se

[sr-dev] git:master:c05c7133: pv_headers: fix detection of split marker

2021-03-11 Thread Victor Seva
Module: kamailio Branch: master Commit: c05c7133a5657a547a5b0ced0b0a05707b44bc06 URL: https://github.com/kamailio/kamailio/commit/c05c7133a5657a547a5b0ced0b0a05707b44bc06 Author: Victor Seva Committer: Victor Seva Date: 2021-03-11T13:41:41+01:00 pv_headers: fix detection of split marker If we

Re: [sr-dev] [kamailio/kamailio] Adds initial fuzzer for integration with oss-fuzz. (#2660)

2021-03-11 Thread Daniel-Constantin Mierla
@DavidKorczynski: a while ago we cleaned up the root folder, because it ended up with too many directories and files, therefore I would try to avoid starting adding there again. I would suggest to place it in `misc/fuzz`. Then, the only other requirement is format the commit message according to

Re: [sr-dev] [kamailio/kamailio] cplc: permanent contact not skipped by lookup anymore (#2665)

2021-03-11 Thread Daniel-Constantin Mierla
Merged #2665 into master. -- 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/pull/2665#event-4442434945___ Kamailio (SER) - Development Mailing Lis

Re: [sr-dev] [kamailio/kamailio] cplc: permanent contact not skipped by lookup anymore (#2665)

2021-03-11 Thread Daniel-Constantin Mierla
Thanks! -- 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/pull/2665#issuecomment-796527364___ Kamailio (SER) - Development Mailing List sr-dev@lis

[sr-dev] git:master:452d257d: Merge pull request #2665 from easyrider14/master

2021-03-11 Thread GitHub
Module: kamailio Branch: master Commit: 452d257d05fc4c0ccba7515169bacab0be1f0c72 URL: https://github.com/kamailio/kamailio/commit/452d257d05fc4c0ccba7515169bacab0be1f0c72 Author: Daniel-Constantin Mierla Committer: GitHub Date: 2021-03-11T08:28:27+01:00 Merge pull request #2665 from easyrider1

Re: [sr-dev] [kamailio/kamailio] [Feature] RFC 8898 support (#2669)

2021-03-11 Thread Daniel-Constantin Mierla
Personally I do not work on such extensions, others devs can comment if they plan to work on it. If you want to develop it, the recommended way is to try to make a new module if is going to have dependencies on external libraries. If no external dependencies, and not significant changes to the

Re: [sr-dev] [kamailio/kamailio] KEMI paython3 Error (#2671)

2021-03-11 Thread Daniel-Constantin Mierla
Closed #2671. -- 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/2671#event-4442395411___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] KEMI paython3 Error (#2671)

2021-03-11 Thread Daniel-Constantin Mierla
The bug tracker is for reporting issues in the C code, your logs indicate it is a configuration file issue. In short: either define the method ksr_onsend_route() or see the core cookbook for kemi related parameters. For more discussions, write email to sr-us...@lists.kamailio.org, which is the

[sr-dev] git:master:f3227abc: modules: readme files regenerated - jwt ... [skip ci]

2021-03-11 Thread Kamailio Dev
Module: kamailio Branch: master Commit: f3227abc403d7917d898b5ae6d46bc6c762160d7 URL: https://github.com/kamailio/kamailio/commit/f3227abc403d7917d898b5ae6d46bc6c762160d7 Author: Kamailio Dev Committer: Kamailio Dev Date: 2021-03-11T10:01:16+01:00 modules: readme files regenerated - jwt ... [s

[sr-dev] git:master:e19cb103: jwt: docs - updates for key_mode parameter

2021-03-11 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: e19cb103fd16b186fed673aae2d04f1abe982110 URL: https://github.com/kamailio/kamailio/commit/e19cb103fd16b186fed673aae2d04f1abe982110 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-03-11T09:49:45+01:00 jwt: docs - updates fo

[sr-dev] git:master:283e3660: jwt: added caching support for private/public keys

2021-03-11 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 283e36601c5c4037d147f7650d0be9071ffc737f URL: https://github.com/kamailio/kamailio/commit/283e36601c5c4037d147f7650d0be9071ffc737f Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-03-11T09:49:45+01:00 jwt: added caching sup