[sr-dev] [kamailio/kamailio] KEMI app_python3 crash (Issue #4314)

2025-07-09 Thread Denys Pozniak via sr-dev
denyspozniak created an issue (kamailio/kamailio#4314) ### Description The code below causes Kamailio to crash when sending a simple OPTIONS request. I agree that this is not the most proper way to call the sl function, but it's probably worth paying attention to this issue. Reproduction

[sr-dev] Re: [kamailio/kamailio] Wrong Route header order in called party re-INVITE when using topos (Issue #3778)

2024-09-18 Thread Denys Pozniak via sr-dev
In my case the problem is only in the reverse order of the Route headers in the BYE message after topos processing. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3778#issuecomment-2358173354 You are receiving this because you are subscribed to

[sr-dev] Re: [kamailio/kamailio] Wrong Route header order in called party re-INVITE when using topos (Issue #3778)

2024-09-18 Thread Denys Pozniak via sr-dev
I have a similar problem. Topology: sip-ua -> kamailio (topos) -> kamailio -> freeswitch After setting the hold state on the client phone, the SIP BYE message from the freeswitch will have mixed-up Route headers. I also use record_route() for re-INVITES, can it be the source of the problem? --

[sr-dev] Re: [kamailio/kamailio] Debian package build fails for Kamailio 5.7.4 (Issue #3722)

2024-07-15 Thread Denys Pozniak via sr-dev
@linuxmaniac , setting library paths helps: ``` make deb LIBDIR=lib/x86_64-linux-gnu ``` -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3722#issuecomment-2228429604 You are receiving this because you are subscribed to this thread. Message ID: __

[sr-dev] Re: [kamailio/kamailio] Debian package build fails for Kamailio 5.7.4 (Issue #3722)

2024-07-15 Thread Denys Pozniak via sr-dev
@linuxmaniac , maybe your build environment is somehow different? try to compare the result of the two commands: ``` docker build --build-arg KAMAILIO_VERSION=5.7.3 -t kamailio-deb-573 . && \ docker run --rm kamailio-deb-573 docker build --build-arg KAMAILIO_VERSION=5.7.4 -t kamailio-deb-574

[sr-dev] Re: [kamailio/kamailio] Debian package build fails for Kamailio 5.7.4 (Issue #3722)

2024-07-12 Thread Denys Pozniak via sr-dev
there is a possibility that this commit had an impact: https://github.com/kamailio/kamailio/commit/90692361c5158516bf9570dcdd139204e3ccf4df -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3722#issuecomment-2225196305 You are receiving this becaus

[sr-dev] Re: [kamailio/kamailio] Debian package build fails for Kamailio 5.7.4 (Issue #3722)

2024-07-12 Thread Denys Pozniak via sr-dev
@linuxmaniac I faced exactly the same situation. 5.7.2 builds fine, but 5.7.6 does not. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3722#issuecomment-2225170313 You are receiving this because you are subscribed to this thread. Message ID: __