Merge branch 'master' into 重构/1078

# Conflicts:
#	src/main/java/com/genersoft/iot/vmp/service/bean/InviteErrorCode.java
#	src/main/resources/application.yml
This commit is contained in:
lin
2025-05-29 17:10:32 +08:00
24 changed files with 1404 additions and 245 deletions

View File

@@ -18,7 +18,8 @@ public enum InviteErrorCode {
ERROR_FOR_SIP_SENDING_FAILED(-10, "命令发送失败"),
ERROR_FOR_ASSIST_NOT_READY(-11, "没有可用的assist服务"),
ERROR_FOR_PARAMETER_ERROR(-13, "参数异常"),
ERROR_FOR_FINISH(-14, "已结束"),
ERROR_FOR_TCP_ACTIVE_CONNECTION_REFUSED_ERROR(-14, "TCP主动连接失败"),
ERROR_FOR_FINISH(-20, "已结束"),
;
private final int code;