完善目录订阅

This commit is contained in:
648540858
2021-11-17 17:01:59 +08:00
parent 2f108a46d0
commit f559e6a395
3 changed files with 18 additions and 19 deletions

View File

@@ -47,7 +47,7 @@ public class DeviceServiceImpl implements IDeviceService {
if (device == null || device.getSubscribeCycleForCatalog() < 0) {
return false;
}
logger.info("移除目录订阅{}", device.getDeviceId());
logger.info("移除目录订阅: {}", device.getDeviceId());
dynamicTask.stopCron(device.getDeviceId());
device.setSubscribeCycleForCatalog(0);
sipCommander.catalogSubscribe(device, null, null);