1.sip日志等级
This commit is contained in:
parent
2031d81029
commit
be07477cc7
|
@ -71,7 +71,8 @@ public class SipLayer {
|
|||
if (log.isDebugEnabled()) {
|
||||
properties.setProperty("gov.nist.javax.sip.TRACE_LEVEL", "DEBUG");
|
||||
}
|
||||
properties.setProperty("gov.nist.javax.sip.TRACE_LEVEL", "WARN");
|
||||
// sip日志等级
|
||||
properties.setProperty("gov.nist.javax.sip.TRACE_LEVEL", "ERROR");
|
||||
sipStack = sipFactory.createSipStack(properties);
|
||||
|
||||
return sipStack;
|
||||
|
|
Loading…
Reference in New Issue