Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rtpengine issue #42

Open
srinidhikrs opened this issue Jul 13, 2024 · 3 comments
Open

rtpengine issue #42

srinidhikrs opened this issue Jul 13, 2024 · 3 comments

Comments

@srinidhikrs
Copy link

Hi ,

We have a Volte testbed with srsenb (USRP_B210) + open5gs + kamailio IMS + IMS Application server.
We are testing Video Ringbacktone service using our IMS application server.

When B-party is ringing , IMS applicaion server upgrades audio session to video session between A-party and Video Tone service(IMS MRF) .by sending SIP Update request from IMS Application server to A-party.
(IMS Application gets triggered based on A-party subscription to Video RBT service)

Issue :
The SIP Update from IMS application server to A-party contains sdp with connection address of IMS MRF.
The Kamailio IMS is routing the request without processing sdp with rtpengine_manage.
A-party is receiving the sdp connection address as IMS MRF IP in sdp of received Update request.

But RTP packets are reaching to A-party handset from rtpengine IP (rtp packets from MRF to rtpengine and then GTP from rtpengine to A-party handset)

So handset is not decoding and processing RTP packets.

Please help in resolving the issue.

Thanks
Srinidhi

@srinidhikrs
Copy link
Author

Hi,

I modified route/rtp.cfg to call rtpengine_manage for SIP Update request from IMS MRF to A-party and then for 200 OK Update response from A-party to IMS MRF. Now sgwc is crashing with some errors. Please help in resolving the issue.

Error Time in logs and pcap (18:55:21)

sgwcissue.zip

regards
Srinidhi

@herlesupreeth
Copy link
Owner

Hey, I haven't worked in general with IMS application server so may not know what the issue is. Have you taken a look at this comment - herlesupreeth/docker_open5gs#142 (comment)?

@srinidhikrs
Copy link
Author

Hi,

With some hack in our IMS Application server (To get the rtpproxy audio and video port for b-party side), we are able to complete the service POC demo

Thanks for all the help

Thanks
Srinidhi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants