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

Need to have an API to send ReInvite with "sendonly" in SDP #319

Open
jimmyxu1985 opened this issue Feb 5, 2021 · 1 comment
Open

Need to have an API to send ReInvite with "sendonly" in SDP #319

jimmyxu1985 opened this issue Feb 5, 2021 · 1 comment

Comments

@jimmyxu1985
Copy link
Collaborator

jimmyxu1985 commented Feb 5, 2021

Currently the reconnectMedia will only send ReInvite with "sendrecv" in SDP, but if the call is on hold, we cannot use reconnectMedia API to recover it since if client send ReInvite with "sendrecv", call will resume.

But if we don't send ReInvite at all when call is on hold, if other party hangup call, client cannot receive the BYE from server.

So we need to add an API or exten reconnectMedia API to send out ReInvite with "sendonly" so that we can keep the hold state and also we can receive BYE from server.

Related to bug ticket: FIJI-29843

@tylerlong
Copy link
Contributor

tylerlong commented Feb 25, 2025

But if we don't send ReInvite at all when call is on hold, if other party hangup call, client cannot receive the BYE from server.

As I tested, when the call is on hold, if other party hangup call, phone client CAN receive the BYE from server. However, there is about 5 seconds delay. I mean the BYE message is received 5 seconds after the other party hangup.

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