Summary: | ktp-call-ui (dialout widget) doesn't work with rakia accounts (SIP) due to misfiltering | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Vadim A. Misbakh-Soloviov (mva) <kde> |
Component: | call-ui | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde |
Priority: | NOR | ||
Version: | git-latest | ||
Target Milestone: | Future | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/telepathy-call-ui/4976179aa756f0f121d0611dfa9ca64de49d81ab | Version Fixed In: | |
Sentry Crash Report: |
Description
Vadim A. Misbakh-Soloviov (mva)
2013-03-10 08:31:31 UTC
Did it work in 0.5? [14:14] <mva> so, then it worked fine when git master was 0.5.3 This means it's my new AccountsFiltering that's "broken" for SIP. Old code looked at account->capabilities->audioCalls(); new code filters on requestableChannelClassSpec. Need someone to look at TpQt code and see what Capcabilities:::audioCalls() is actually checking. Also look to see if we can change our AccountFitler to use that. should be fixed in git head. Patch is sent to David Edmundson. Git commit 4976179aa756f0f121d0611dfa9ca64de49d81ab by David Edmundson. Committed on 10/03/2013 at 16:53. Pushed by davidedmundson into branch 'master'. Filter for both new and older audio/video call specs M +14 -3 src/dialout/dialout-widget.cpp http://commits.kde.org/telepathy-call-ui/4976179aa756f0f121d0611dfa9ca64de49d81ab Thanks a lot, David! ;) |