增加sip信令超时时间
This commit is contained in:
@@ -27,12 +27,12 @@ public class SipConfig {
|
||||
private String id;
|
||||
|
||||
private String password;
|
||||
|
||||
|
||||
Integer ptzSpeed = 50;
|
||||
|
||||
Integer registerTimeInterval = 120;
|
||||
|
||||
private boolean alarm = false;
|
||||
|
||||
private long timeout = 500;
|
||||
private long timeout = 1000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user