优化国标信令
This commit is contained in:
parent
b9db7c15a6
commit
f2001904f8
@ -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))){
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
// 注册/注销成功移除缓存的信息
|
||||
|
Loading…
Reference in New Issue
Block a user