From 663130df4556c35b8b390a74df571af8185d974d Mon Sep 17 00:00:00 2001
From: 648540858 <648540858@qq.com>
Date: 星期日, 19 二月 2023 12:46:53 +0800
Subject: [PATCH] 完善支持语音对讲talk

---
 src/main/java/com/genersoft/iot/vmp/gb28181/utils/SipUtils.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/genersoft/iot/vmp/gb28181/utils/SipUtils.java b/src/main/java/com/genersoft/iot/vmp/gb28181/utils/SipUtils.java
index 45c5a90..07a3044 100644
--- a/src/main/java/com/genersoft/iot/vmp/gb28181/utils/SipUtils.java
+++ b/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) {

--
Gitblit v1.8.0