GNOME Bugzilla – Bug 150416
Remote Video is not viewable after a 'Transfer Call' has failed.
Last modified: 2004-12-22 21:47:04 UTC
If you attempt to transfer a call and the transfer fails (i.e. user is busy/offline) you maintain the connection with the original party, however you can not select the remote video (even though you appear to be recieving - according to the data rate counters). You lose video when you issue the transfer command, as it automatically selects local video. Audio connection is still active, and other party can still see your sent video.
Created attachment 30718 [details] [review] Changes the connection state back to connected if a transfer fails. When a transfer is started the connection state changes to 'calling', after transfer fails it is left in that state. Attached patch forces the connection state to 'Connected' after transfer has failed. This also fixes bug#150417
*** Bug 150417 has been marked as a duplicate of this bug. ***
OK I have fixed the bug in another way in CVS. Actually when you are transfering the remote party, there is no reason to change the state of the endpoint, the state should stay to connected as you are still connected to the remote party you are trying to transfer. Once the transfer is successful, then the call will be cleared, and the state changed back to standby. Thanks for the efficient debug!