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