修复sip消息订阅事件移除失败的BUG

This commit is contained in:
648540858
2025-02-12 22:55:51 +08:00
parent b7d0eb793d
commit c5eca3ca0e
3 changed files with 7 additions and 5 deletions

View File

@@ -34,5 +34,5 @@ public class SipConfig {
private boolean alarm = false;
private long timeout = 15;
private long timeout = 150;
}