admin hace 2 años
padre
commit
fdba0ef579
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  1. 1 5
      src/CallCenter.NewRock/DeviceManager.cs

+ 1 - 5
src/CallCenter.NewRock/DeviceManager.cs

@@ -412,11 +412,7 @@ namespace CallCenter.NewRock
                 var iswork = await _userCacheManager.IsWorkingByTelAsync(ext.No, cancellationToken);
                 if (iswork)
                 {
-                    var tel = _telCacheManager.GetTel(ext.No);
-                    if (tel.TelStatus == Tels.ETelStatus.Ready)
-                    {
-                        exts.Add(ext.No);
-                    }
+                    exts.Add(ext.No);
                 }
             }