648540858
2023-04-18 d295f3c51271c26a5f65c0184bfa27fe1af80f54
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) {