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

Twinkle freezes during the call transfer #73

Closed
b-32 opened this issue Aug 18, 2016 · 1 comment · Fixed by #78
Closed

Twinkle freezes during the call transfer #73

b-32 opened this issue Aug 18, 2016 · 1 comment · Fixed by #78

Comments

@b-32
Copy link

b-32 commented Aug 18, 2016

When I try to transfer the call to "Call transfer with consultation (attended call transfer)" Twinkle freezes and does not respond to anything. When call trasfer "blindly" works fine. Tried to use version 1.9.0 and 1.10.0.
And on version 1.4.0 it works.

fbriere added a commit to fbriere/twinkle that referenced this issue Oct 4, 2016
t_line::get_call_info() returns a copy of a (locked) t_call_info;
copying the mutex, aside from being undefined in POSIX, returns an
unexpectedly locked copy, possibly resulting in a deadlock.

This fix is pretty much a copy of the one applied to t_call_record in
38bb6b7, with an added check for self-assignment.  Like its predecessor,
it is still susceptible to deadlock, though (as unlikely as it may be).

Fixes LubosD#73
@LubosD LubosD closed this as completed in #78 Oct 5, 2016
@b-32
Copy link
Author

b-32 commented Oct 13, 2016

Hello, this problem can be taken into account before the version 1.10.1 repositories in Debian? Thank you.

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

Successfully merging a pull request may close this issue.

1 participant