sip错误时移除会话

pull/243/head
648540858 2021-11-22 17:28:18 +08:00
parent 4cd5efbba5
commit 692348c395
1 changed files with 3 additions and 0 deletions

View File

@ -126,6 +126,9 @@ public class SIPProcessorObserver implements ISIPProcessorObserver {
}
}
}
if (responseEvent.getDialog() != null) {
responseEvent.getDialog().delete();
}
}