Hi there! I guess it is probably my own bug, maybe even unrelated to call-ui code, but I can't get latest ktp-call-ui (from git) to work with rakia. It says me: « No capable accounts found. Please make sure, that you are online and that the accounts that you have configured support audio and/or video calls » At the same time, rakia-accounts: 1) connected to SIP-servers successfully (I see it in connection list in my SIP-provider billing) 2) rakia, *support* audio/video-calls Reproducible: Always Also, tell me, please, what info should I put here to help you to help me? :)
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! ;)