mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-20 04:17:50 +08:00
sip错误时移除会话
This commit is contained in:
parent
4cd5efbba5
commit
692348c395
@ -126,6 +126,9 @@ public class SIPProcessorObserver implements ISIPProcessorObserver {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (responseEvent.getDialog() != null) {
|
||||
responseEvent.getDialog().delete();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user