级联问题修正
This commit is contained in:
parent
e3d28ae139
commit
5a30f6cd86
@ -86,7 +86,10 @@ public class MessageRequestProcessor extends SIPRequestProcessorParent implement
|
|||||||
try {
|
try {
|
||||||
rootElement = getRootElement(evt);
|
rootElement = getRootElement(evt);
|
||||||
if (rootElement != null) {
|
if (rootElement != null) {
|
||||||
deviceId = getText(rootElement, "DeviceID");
|
String cmdType = getText(rootElement, "CmdType");
|
||||||
|
if(cmdType.equalsIgnoreCase("MediaStatus")){
|
||||||
|
deviceId = getText(rootElement, "DeviceID");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} catch (Exception ignore) {}
|
} catch (Exception ignore) {}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user