增加sip信令超时时间

This commit is contained in:
lin 2025-04-22 09:52:31 +08:00
parent c3b66fc475
commit dd32f4b07a

View File

@ -27,12 +27,12 @@ public class SipConfig {
private String id; private String id;
private String password; private String password;
Integer ptzSpeed = 50; Integer ptzSpeed = 50;
Integer registerTimeInterval = 120; Integer registerTimeInterval = 120;
private boolean alarm = false; private boolean alarm = false;
private long timeout = 500; private long timeout = 1000;
} }