648540858
2023-02-19 663130df4556c35b8b390a74df571af8185d974d
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) {