mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-05-18 13:14:14 +00:00
Don't send busy call response to allow linked devices to accept call
This commit is contained in:
parent
740cd6f89b
commit
33b2b563b3
@ -197,11 +197,6 @@ public class CallManager implements AutoCloseable {
|
|||||||
if (callEventListeners.isEmpty()) {
|
if (callEventListeners.isEmpty()) {
|
||||||
logger.debug("Ignoring incoming offer for call {}: no call event listeners registered",
|
logger.debug("Ignoring incoming offer for call {}: no call event listeners registered",
|
||||||
callIdUnsigned(callId));
|
callIdUnsigned(callId));
|
||||||
|
|
||||||
final var result = sendBusyMessage(callId, recipientId, deviceId);
|
|
||||||
if (!result.isSuccess()) {
|
|
||||||
logger.warn("Failed to send busy for unhandled call {}", callIdUnsigned(callId));
|
|
||||||
}
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user