648540858
2023-04-03 786c76ba714321c2d481b32afbb619a33f7c11a9
src/main/java/com/genersoft/iot/vmp/gb28181/utils/SipUtils.java
@@ -123,7 +123,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) {