-
Notifications
You must be signed in to change notification settings - Fork 84
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] Missing "released" call state on newer SDK versions #450
Comments
I think this explains why I do not see |
This seems to have started with Linphone Android 5.1.0 / Linphone SDK 5.2.96. |
@Viish Hello Sylvain, have you had a chance to review it? Thank you very much in advance 🙏 🙏 |
Sorry but that's not my area of expertise. |
I apologize if I tagged you irrelevantly, maybe you have a relevant opinion on this topic? |
Hello,
We access the Asterisks server via linphone.
We are currently using version 5.1.73 minimal and minimal-debug.
When we initiate an outgoing call, in this version, after a certain period of time, if the other party does not answer the call, we receive “end” and “release” call state events from linphone.
Now we have upgraded our SDK version to 5.3.9. In the same scenario we get “end” but not “release” event.
Here we have some scenarios where we follow the “release” call state. Is the behavior change here a bug or is it a change that we need to adapt?
Attached are the SDK logs where we do and do not get the “release” call_state.
Note -> Only SDK version change makes this difference, regardless of device and OS. That's why I don't share device information.
Start an outgoing call that the other party does not answer
At the end of a long phone ringing time, a “release” call state event should occur when the call is automatically closed.
Correctly Running SDK Version
Different Running SDK Version
Shared in two different files
Thank you in advance
5.1.73.txt
5.3.90.txt
The text was updated successfully, but these errors were encountered: