I use command line completion when I work in git. In all repositories I have, the upsteam is always called `origin`, as this is the default from git. So typing `or<TAB>` does complete the things correctly. Since Kamailio has a tag `orig` the completion completes to `orig`, not to `origin`. This is disturbing. If I use as upstream `upstream` only for Kamailio, then the problem is seemingly gone, until I forget that I have to use `upstream` and want to type `origin`.
As there is no …
[View More]use for the 20 years old `orig` tag in git, delete it.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3575
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3575(a)github.com>
[View Less]
Hello,
The Problem is that SDP body is rewritten, but Content-Length isn't updated.
Attached a trace from PCSCF.
Event 207
Incoming INVITE: Content length of SDP body is 313.
[cid:image001.png@01D9C520.8D438CA0]
Event 218
Outgoing INVITE: SDP body is rewritten triggered by "rtpengine_manage".
[cid:image002.png@01D9C521.F9C28DD0]
Content length of SDP body isn't updated. It should be 242.
Event 212: Received from RTP Proxy
[cid:image003.png@01D9C521.F9C28DD0]
Kamailio Version 5.5.…
[View More]X
LOGs from rtpengine.c:
Changed File according Logs attached..
2023-08-01T10:25:41.118366+02:00 172.29.21.25 vict-pcscf-rhel8[1170319] - [logSDID@20306 resource="rtpengine"] ERROR: rtpengine [rtpengine.c:4070]: newbody 'v=0#015#012o=- 3863667612 3863667612 IN IP4 172.23.12.62#015#012s=pjmedia#015#012b=AS:84#015#012t=0 0#015#012a=X-nat:0#015#012m=audio 30444 RTP/AVP 8 101#015#012c=IN IP4 172.29.21.32#015#012b=TIAS:64000#015#012a=sendrecv#015#012a=rtpmap:8 PCMA/8000#015#012a=rtpmap:101 telephone-event/8000#015#012a=fmtp:101 0-16#015#012'
2023-08-01T10:25:41.118730+02:00 172.29.21.25 vict-pcscf-rhel8[1170319] - [logSDID@20306 resource="rtpengine"] ERROR: rtpengine [rtpengine.c:4071]: newbody.len [242]
2023-08-01T10:25:41.119049+02:00 172.29.21.25 vict-pcscf-rhel8[1170319] - [logSDID@20306 resource="rtpengine"] ERROR: rtpengine [rtpengine.c:4110]: rtpengine_offer_answer-03
Any suggestions on how to solve this problem?
Thanks!
BR
Theo
[View Less]