dss 2 жил өмнө
parent
commit
16b90078b3

+ 1 - 1
src/CallCenter.Application/Handlers/CallState/AlertExtToOuterNotificationHandler.cs

@@ -83,7 +83,7 @@ namespace CallCenter.Application.Handlers
                         };
                         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);
                     }
                 }
             }