Исправление недохода END_CALL к вызываемому пользователю если он авторизован

This commit is contained in:
RoyceDa
2026-04-07 14:55:39 +02:00
parent bc0a64f450
commit a9c4612a72

View File

@@ -176,6 +176,7 @@ public class Executor26SignalPeer extends PacketExecutor<Packet26SignalPeer> {
return;
}
session.sendPacket(packet, client);
this.callManager.sendPacketToRinging(session, packet);
this.callManager.removeSession(session);
return;
}