648540858
2023-03-20 039fbf7e243d4bf0f46b44e7dae2a5d36e978056
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) {