GNOME Bugzilla – Bug 660084
SIP calls are automatically answered
Last modified: 2011-09-26 12:50:19 UTC
When I receive a SIP call, it's automatically answered, i.e. the empathy call window directly pops up with the call already started after the first ring. I believe this started recently...maybe gnome-shell interacting with the call approver in a wrong way? telepathy-sofiasip-0.7.1 telepathy-glib-0.15.5 telepathy-mission-control-5.9.2
I just tried using the same versions and didn't manage to reproduce: gnome-shell proposes me to accept/decline the call and accepting it works fine. Could you please attach mission-control logs and ideally dbus-monitor ones as well?
Which version of the Shell are you using btw?
Just got it! It seems to only happen when Empathy (the contact list) is not running.
That's a (stupid) gnome-shell bug; patch coming.
Created attachment 197453 [details] [review] telepathyClient: call delay on context when approving a FT or call Not doing so is considered as a bug as we don't accept the context right away. It leads to tp-glib returning directly from the AddDispatchOperation() D-Bus call and so automatically approve the channel if the Shell is the only approver running.
Looks good, please merge asap. Should be blocker for 3.2.0 IMO.
(In reply to comment #6) > Looks good, please merge asap. Should be blocker for 3.2.0 IMO. Yeah it should. Auto accepting call, especially video calls, is a pretty nasty privacy violation.
Approved by the RT; merged to master. Attachment 197453 [details] pushed as 00384cc - telepathyClient: call delay on context when approving a FT or call