648540858
2024-04-09 ab318fcf70c3c6df325e328fdcba4a905c198ede
src/main/java/com/genersoft/iot/vmp/service/impl/PlatformServiceImpl.java
@@ -646,7 +646,6 @@
        inviteInfo.setStatus(InviteSessionStatus.ok);
        ResponseEvent responseEvent = (ResponseEvent) eventResult.event;
        String contentString = new String(responseEvent.getResponse().getRawContent());
        System.out.println(1111);
        System.out.println(contentString);
        String ssrcInResponse = SipUtils.getSsrcFromSdp(contentString);
        // 兼容回复的消息中缺少ssrc(y字段)的情况