src/main/java/com/genersoft/iot/vmp/gb28181/utils/SipUtils.java @@ -113,4 +113,7 @@ return builder.toString(); } public static String getNewCallId() { return (int) Math.floor(Math.random() * 10000) + ""; } }