Skip to content

Commit

Permalink
1.代码更新
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuangpengLI committed Jul 15, 2024
1 parent 65390f9 commit 6702e34
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ public void handlerCmdType(RequestEvent evt, SipDevice device, Element element)
log.info("设备:{} 心跳上报时间:{}",deviceId,device.getLastconnecttime());
//log.warn("设备:{} 心跳上报时间:{}",deviceId,device.getLastconnecttime());
// 更新在线状态
// sipDeviceService.updateSipDeviceStatus(device);
sipDeviceService.updateSipDeviceStatus(device);
// 更新在线状态到emqx
mqttService.publishStatus(device, 3);
// mqttService.publishStatus(device, 3);
// 更新通道状态
messageInvoker.catalogQuery(device);
// 回复200 OK
Expand Down

0 comments on commit 6702e34

Please sign in to comment.