-
Notifications
You must be signed in to change notification settings - Fork 29
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
outbound error #42
Comments
Do I understand correctly that your issues is that the LiveKit room is not removed after SIP call ends? Currently it won't automatically delete the LiveKit room. This is by design, because it can be done by your application using LiveKit API. On the other hand, the SIP participant in that room should disappear after call hangup. If it doesn't happen, then you probably hit a issue with |
"On the other hand, the SIP participant in that room should disappear after call hangup. If it doesn't happen, then you probably hit a issue with BYE that we are currently fixing." yes that is exactly what my issue is , thank you,i will focus on the release log on github |
Call termination should now work properly for calls from SIP to LiveKit. Can you please check if it works on your end? |
which release get rid of it? the newest release have error like below: ERROR livekit service/sip.go:199 cannot update sip participant {"error": "request timed out"} |
did you mean terminate the call manually? |
when i ended the sip call by hangup the sip phone, it still exist in the room. which commit should i checkout to resolve this bug |
dear author,
when i user outbound api to make call, it worked.but when i hangup the sip endpoint ,the livekit room still exist the sip endpoint ,the logs like below,
how should i resolve them?
The text was updated successfully, but these errors were encountered: