优化国标信令

pull/894/head
648540858 2023-06-25 22:40:26 +08:00
parent f306937616
commit fec69c714c
2 changed files with 2 additions and 1 deletions

View File

@ -214,6 +214,7 @@ public class SIPCommanderFroPlatform implements ISIPCommanderForPlatform {
continue;
}else {
if (channel.getChannelId().length() != 20) {
catalogXml.append("</Item>\r\n");
continue;
}
switch (Integer.parseInt(channel.getChannelId().substring(10, 13))){

View File

@ -102,7 +102,7 @@ public class RegisterResponseProcessor extends SIPResponseProcessorAbstract {
SipTransactionInfo sipTransactionInfo = new SipTransactionInfo(response);
platformService.online(parentPlatform, sipTransactionInfo);
}else {
platformService.offline(parentPlatform, false);
platformService.offline(parentPlatform, true);
}
// 注册/注销成功移除缓存的信息