diff --git a/channels/chan_skinny.c b/channels/chan_skinny.c index ab967339f8494800534f775afe9ec22f5580077f..5fa3236206c07439f8280b3613d580c222bb4e8e 100644 --- a/channels/chan_skinny.c +++ b/channels/chan_skinny.c @@ -6507,13 +6507,6 @@ static int handle_soft_key_event_message(struct skinny_req *req, struct skinnyse if (skinnydebug) ast_verb(1, "Received Softkey Event: End Call(%d/%d)\n", instance, callreference); - if (d->hookstate == SKINNY_ONHOOK) { - /* Something else already put us back on hook */ - /* Not ideal, but let's send updated time anyway, as it clears the display */ - transmit_definetimedate(d); - return 0; - } - if (l->transfer && sub && sub->xferor && sub->owner->_state >= AST_STATE_RING) { /* We're allowed to transfer, we have two active calls and we made at least one of the calls. Let's try and transfer */