mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
* #6561 : fix phantom call after transfer
same fix than [1519fc4de4
], for transfer button this time
This commit is contained in:
@ -790,7 +790,6 @@ sflphone_keypad (guint keyval, gchar * key)
|
||||
dbus_transfert (c);
|
||||
time (&c->_time_stop);
|
||||
calltree_remove_call(current_calls, c, NULL);
|
||||
calllist_remove_call(current_calls, c->_callID);
|
||||
break;
|
||||
case 65307: /* ESCAPE */
|
||||
sflphone_unset_transfert ();
|
||||
|
Reference in New Issue
Block a user