Skip to content

Commit

Permalink
Update call.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed May 15, 2021
1 parent 6080197 commit 85d5ec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trunk-recorder/call.cc
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ void Call::end_call() {
myfile << "\"start_time\": " << this->start_time << ",\n";
myfile << "\"stop_time\": " << this->stop_time << ",\n";
myfile << "\"emergency\": " << this->emergency << ",\n";
myfile << "\"call_length\": " << this->final_length << ",\n";
//myfile << "\"source\": \"" << this->get_recorder()->get_source()->get_device() << "\",\n";
myfile << "\"talkgroup\": " << this->talkgroup << ",\n";
myfile << "\"srcList\": [ ";
Expand Down

0 comments on commit 85d5ec7

Please sign in to comment.