pull/399/head
parent
354a39961a
commit
bde0e13682
|
@ -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