测试sip消息预处理

This commit is contained in:
648540858
2022-09-01 22:27:18 +08:00
parent 3146e63fc0
commit b46e5efad2
2 changed files with 31 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ public class SipLayer{
* sip_server_log.log 和 sip_debug_log.log ERROR, INFO, WARNING, OFF, DEBUG, TRACE
*/
properties.setProperty("gov.nist.javax.sip.TRACE_LEVEL", "ERROR");
properties.setProperty("gov.nist.javax.sip.SIP_MESSAGE_VALVE", "com.genersoft.iot.vmp.gb28181.session.SipMessagePreprocessing");
// if (logger.isDebugEnabled()) {
// properties.setProperty("gov.nist.javax.sip.TRACE_LEVEL", "DEBUG");
// }