We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5707336 commit 5798d99Copy full SHA for 5798d99
trunk-recorder/call_concluder/call_concluder.cc
@@ -66,7 +66,8 @@ int create_call_json(Call_Data_t call_info) {
66
//json_file << "\"source\": \"" << this->get_recorder()->get_source()->get_device() << "\",\n";
67
json_file << "\"talkgroup\": " << call_info.talkgroup << ",\n";
68
json_file << "\"talkgroup_tag\": \"" << call_info.talkgroup_tag << "\",\n";
69
- json_file << "\"audio_type\": " << call_info.audio_type << ",\n";
+ json_file << "\"audio_type\": \"" << call_info.audio_type << "\",\n";
70
+ json_file << "\"short_name\": \"" << call_info.short_name << "\",\n";
71
if (call_info.patched_talkgroups.size()>1){
72
json_file << "\"patched_talkgroups\": [";
73
bool first = true;
0 commit comments