Skip to content

Commit

Permalink
Merge pull request #1714 from DSheirer/732-p25p2-missing-from-identif…
Browse files Browse the repository at this point in the history
…ier-call-event

#732 P25 Phase 2 - FROM ID Updated For Call Event Logging
  • Loading branch information
DSheirer committed Nov 9, 2023
2 parents feaed16 + 729b7e2 commit 88879c9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,8 @@ private void closeCurrentCallEvent(long timestamp, boolean resetIdentifiers, Mac
{
if(mCurrentCallEvent != null)
{
//Refresh the identifier collection before we close out the event
mCurrentCallEvent.setIdentifierCollection(getIdentifierCollection().copyOf());
mCurrentCallEvent.end(timestamp);
broadcast(mCurrentCallEvent);
mCurrentCallEvent = null;
Expand Down

0 comments on commit 88879c9

Please sign in to comment.