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
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
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.
--
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
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:/
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
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
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
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
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
### 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
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
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_
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
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
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
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
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
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
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
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
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
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
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
@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
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
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
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
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
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
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
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
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
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
34 matches
Mail list logo