sip错误时移除会话
This commit is contained in:
@@ -126,6 +126,9 @@ public class SIPProcessorObserver implements ISIPProcessorObserver {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (responseEvent.getDialog() != null) {
|
||||
responseEvent.getDialog().delete();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user