648540858
2023-03-20 a000ed60625ef647d66a186a05bf5bed0e4de127
src/main/java/com/genersoft/iot/vmp/gb28181/utils/SipUtils.java
@@ -122,7 +122,7 @@
    }
    public static String getNewCallId() {
        return (int) Math.floor(Math.random() * 10000) + "";
        return (int) Math.floor(Math.random() * 1000000000) + "";
    }
    public static int getTypeCodeFromGbCode(String deviceId) {