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
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
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?
--
@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: __
@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
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
@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: __