if (msgMap.get("PrincipalName") == null) {
msgMap.put("PrincipalName", "");
}
if (msgs[i].isCallFlowEnabled()) {
CallFlowMonitor cfm = CallFlowHandlers.getCallFlowMonitor(server);
List list = cfm.queryCallStackForRequest(msgs[i].getMessageID());
if (list == null || list.isEmpty()) {
msgMap.put("IsCallFlowAvailable", Boolean.FALSE);
} else {
msgMap.put("IsCallFlowAvailable", Boolean.TRUE);
}