[sr-dev] Re: [kamailio/kamailio] callout from event_route [tm:local-response] only occurs once (Issue #3064)

2023-07-10 Thread Ben Kaufman
This appears to be occurring in 5.6, 5.7, and devel- branch as well. Simple example config: ``` #!KAMAILIO loadmodule "pv" loadmodule "tm" loadmodule "xlog" route { xinfo("[$rm $ci-$cs] Src:[$si:$sp] RURI:[$ru] To:[$tu] From:[$fu]\n"); t_send_reply("404", "Not Found"); exit; }

[sr-dev] Re: [kamailio/kamailio] NATS Module not working (Issue #3253)

2023-07-10 Thread Emmanuel Schmidbauer
Closed #3253 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3253#event-9776121455 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] NATS Module not working (Issue #3253)

2023-07-10 Thread Emmanuel Schmidbauer
ok - closing this issue since i cannot reproduce it. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3253#issuecomment-1629152477 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] rtp_media_server module hard codes contact header to "rms" (Issue #3380)

2023-07-10 Thread Julien Chavanton
cool, due to the complexity involved and the lack of adoption, this module is its early stage of testing however the libraries are still well maintained and evolving so I think it is worth it. I will look at this. -- Reply to this email directly or view it on GitHub:

[sr-dev] Re: [kamailio/kamailio] does kamailio support RFC8599 (Issue #3508)

2023-07-10 Thread Henning Westerholt
Closed #3508 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3508#event-9773253946 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] does kamailio support RFC8599 (Issue #3508)

2023-07-10 Thread Henning Westerholt
Kamailio does not contain a push service, this is usually done by another service. SIP messages like INVITE, REGISTER etc.. are of course supported with a proper configuration. Please use our sr-users lists at this kind of questions, the bug tracker is for issues and extensions with the code.

[sr-dev] Re: Kamailio - VoNR support

2023-07-10 Thread Carsten Bock
Hi Sivanesh, You can also use Diameter-Rx in VoNR — no need to switch to SBI Interfaces. The SBI Interfaces are the way forward, but Diameter Rx works as well for now (depending on your 5GCore) - e.g., Amarisoft (as well the usual prominent vendors) supports Rx and N5 in parallel; you should

[sr-dev] [kamailio/kamailio] RFC8599 (Issue #3508)

2023-07-10 Thread Sterlin11
-- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3508 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Development Mailing List To unsubscribe send an

[sr-dev] git:master:7ca151a0: modules: readme files regenerated - msilo ... [skip ci]

2023-07-10 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 7ca151a0479e4971980f4bbbc10cbd8f7deea1b6 URL: https://github.com/kamailio/kamailio/commit/7ca151a0479e4971980f4bbbc10cbd8f7deea1b6 Author: Kamailio Dev Committer: Kamailio Dev Date: 2023-07-10T11:01:31+02:00 modules: readme files regenerated - msilo ...

[sr-dev] git:master:8da60f5a: msilo: docs for m_store_addrs()

2023-07-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 8da60f5a0a55fa2d5bb084b8215b96ec4c032161 URL: https://github.com/kamailio/kamailio/commit/8da60f5a0a55fa2d5bb084b8215b96ec4c032161 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-07-10T10:48:46+02:00 msilo: docs for

[sr-dev] git:master:3542608f: msilo: new function to allow specifying src/dst addresses

2023-07-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 3542608f89dba934d943c3de8b66e178c0cecdc5 URL: https://github.com/kamailio/kamailio/commit/3542608f89dba934d943c3de8b66e178c0cecdc5 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-07-10T10:42:15+02:00 msilo: new function

[sr-dev] git:master:7827013c: msilo: reformat exports structures for better alignment

2023-07-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 7827013c50121b5d085dc3352b44aad940460513 URL: https://github.com/kamailio/kamailio/commit/7827013c50121b5d085dc3352b44aad940460513 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-07-10T10:15:49+02:00 msilo: reformat

[sr-dev] git:master:b1356efd: registrar: increase max size for user and domain building aor

2023-07-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: b1356efd61e56eaa3426d8e2e813ea6730b4f2c9 URL: https://github.com/kamailio/kamailio/commit/b1356efd61e56eaa3426d8e2e813ea6730b4f2c9 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-07-10T09:41:15+02:00 registrar: increase

[sr-dev] Re: tracing, zipkin

2023-07-10 Thread Henning Westerholt
Hi Sergey, You probably looked already at the already existing json logging support in Kamailio, recently there was also common event expression syntax added: https://www.kamailio.org/wiki/cookbooks/devel/core#log_engine_cli_parameter Maybe you can add some post-processing to format it in a way

[sr-dev] Kamailio - VoNR support

2023-07-10 Thread Sivanesh Kumar K
Hi team, I was tested with Volte by using kamailio sip server . I want to know its supporting VoNR for 5G voice call . For my understanding VoNR requires kamailio IMS to use SBI interface, it's not implemented in kamailio IMS. Please correct me if I am wrong ? If not implemented means ,