Home | History | Annotate | Download | only in stack

Lines Matching refs:callId

35 import gov.nist.javax.sip.header.CallID;
323 String callId, String firstLine, String status, String tid, long time,
327 sender, firstLine, tid, callId, timestampVal);
345 CallID cid = (CallID) message.getCallId();
346 String callId = null;
348 callId = cid.getCallId();
354 logMessage(inputText, from, to, sender, callId, firstLine, null, tid, time, tsval);
370 CallID cid = (CallID) message.getCallId();
371 String callId = null;
373 callId = cid.getCallId();
379 logMessage(encoded, from, to, sender, callId, firstLine, status, tid, time, tsval);