-
Notifications
You must be signed in to change notification settings - Fork 581
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
[BUG] rtp_relay doesn't work on bridge_retry() #3116
Comments
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
up |
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
UP |
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
Still actual |
Still planning to look into this, but didn't find the time yet. Thanks for keeping it up, as soon as I have updates, I will get back to you. |
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
Up |
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
UP |
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
Up |
Up |
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
Up |
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
Up |
Up. This is still actual. Hope someone can check this up. |
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
Up |
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
up |
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
Up |
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
up |
up |
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
Hello!
I have scenario with b2b module that handles 302 redirects - once received it creates new b2b_client and then does bridge_retry to connect them.
Here is part of my config:
When INVITE is received i create client and server entities, engage rtp_relay to use rtpengine for both legs and initialize b2b scenario. If i receive 302 Moved Temporary on second leg i create new client entity and then do bridge_retry to connect calls:
The call setup works OK, INVITE is sent out, replied and call is connected. The problem is that SDP is not changed on new leg and IP of Caller is passed for media. I also get an error in logs:
rtp_relay_b2b_tm_req: could not find a pending peer leg!
I understand that previous leg doesn't exist anymore and rtp_relay doesn't know anything about new one. Is there a way i can re-engage rtp_relay for new leg? Or i have misconfiguration somewhere?
OpenSIPS version you are running
Describe the bug
bridge_retry function doesn't re-engage rtp_relay for new leg.
To Reproduce
Steps to reproduce the behavior:
Example:
Expected behavior
SDP in INVITE to C contains IP of rtpengine
Relevant System Logs
OS/environment information
Additional context
Thank you!
The text was updated successfully, but these errors were encountered: