This commit is contained in:
parent
f2af3bd989
commit
00b9831fe4
@ -88,7 +88,7 @@ public class RecordInfoQueryMessageHandler extends SIPRequestProcessorParent imp
|
|||||||
Element secrecyElement = rootElement.element("Secrecy");
|
Element secrecyElement = rootElement.element("Secrecy");
|
||||||
int secrecy = 0;
|
int secrecy = 0;
|
||||||
if (secrecyElement != null) {
|
if (secrecyElement != null) {
|
||||||
secrecy = Integer.parseInt(secrecyElement.getText());
|
secrecy = Integer.parseInt(secrecyElement.getText().trim());
|
||||||
}
|
}
|
||||||
String type = "all";
|
String type = "all";
|
||||||
Element typeElement = rootElement.element("Type");
|
Element typeElement = rootElement.element("Type");
|
||||||
|
Loading…
Reference in New Issue
Block a user