|
|
@@ -373,7 +373,8 @@ public class SIPCommander implements ISIPCommander {
|
|
|
}), e -> {
|
|
|
ResponseEvent responseEvent = (ResponseEvent) e.event;
|
|
|
SIPResponse response = (SIPResponse) responseEvent.getResponse();
|
|
|
- streamSession.put(device.getDeviceId(), channelId, "play", stream, ssrcInfo.getSsrc(), mediaServerItem.getId(), response,
|
|
|
+ String callId = response.getCallIdHeader().getCallId();
|
|
|
+ streamSession.put(device.getDeviceId(), channelId, callId, stream, ssrcInfo.getSsrc(), mediaServerItem.getId(), response,
|
|
|
InviteSessionType.PLAY);
|
|
|
okEvent.response(e);
|
|
|
});
|