GNOME Bugzilla – Bug 691195
Rakia / SIP "Use this account to call landlines and mobile phones" checkbox does nothing
Last modified: 2013-01-08 09:51:11 UTC
The "Use this account to call landlines and mobile phones" checkbox in the account settings for SIP accounts using telepathy-rakia does not remember its state and does not seem to have an impact on what happens in the Empathy UI; right-clicking contacts that have a phone number associated with them, I see options such as "Call 1514xxxxxxx" in the menu, but they are insensitive...
Demonstration: http://jeff.ecchi.ca/public/empathy-691195.webm
That's because of https://bugs.freedesktop.org/show_bug.cgi?id=40393 but yeah, that's ridiculous, let's fix this thing.
Hum actually no, there is another bug here.
Created attachment 232954 [details] [review] account-settings: early return if SASL earlier We should update the URI schemes and service even if the account uses SASL, so it has to be done *before* the early return. I did not hit this bug before as the only CM on which we use URI schemes (rakia) was not implementing SASL channel when I implemented this feature.
(In reply to comment #3) > Hum actually no, there is another bug here. Ok, so to be clear, we have 2 bugs. a) The settings was never saved with recent rakia, this patch fixes this. b) Even when the setting is saved, closing and re-opening the dialog will make it look like it was not saved. This is because of https://bugs.freedesktop.org/show_bug.cgi?id=40393 But if you close and restart empathy-accounts you'll see that the value has actually be saved.
+1
Merged to 3.6, I'll try to make a release soon. Attachment 232954 [details] pushed as 620122e - account-settings: early return if SASL earlier