mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-06 06:06:08 +08:00
添加调试日志
This commit is contained in:
parent
d6b63e13c0
commit
cd5c10cf48
@ -97,6 +97,7 @@ public class NotifyRequestProcessor extends SIPRequestProcessorParent implements
|
||||
if (!sipConfig.isAlarm()) {
|
||||
return;
|
||||
}
|
||||
log.info("[收到Notify-Alarm]:{}", evt.getRequest());
|
||||
try {
|
||||
FromHeader fromHeader = (FromHeader) evt.getRequest().getHeader(FromHeader.NAME);
|
||||
String deviceId = SipUtils.getUserIdFromFromHeader(fromHeader);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user