|
@@ -83,7 +83,7 @@ namespace CallCenter.Application.Handlers
|
|
};
|
|
};
|
|
await _callDetailRepository.AddAsync(detail, cancellationToken);
|
|
await _callDetailRepository.AddAsync(detail, cancellationToken);
|
|
|
|
|
|
- await _realtimeService.AlertAsync(workModel.UserId, new AlertDto() { Id = model.Id, From = telNo, To = notification.Outer.To, CallType = ECallType.ExtToOuter, ConversationId = notification.Outer.Id }, cancellationToken);
|
|
|
|
|
|
+ await _realtimeService.AlertAsync(workModel.UserId, new AlertDto() { Id = callId, From = telNo, To = notification.Outer.To, CallType = ECallType.ExtToOuter, ConversationId = notification.Outer.Id }, cancellationToken);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|