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