增加sip信令超时时间
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user