Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update unit to unit recording config documentation. #987

Merged
merged 1 commit into from
Dec 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/CONFIGURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ There is a list of available Plugins [here](./Plugins.md).
| audioStreaming | | false | **true** / **false** | Whether or not to enable the audio streaming callbacks for plugins. |
| newCallFromUpdate | | true | **true** / **false** | Allow for UPDATE trunking messages to start a new Call, in addition to GRANT messages. This may result in more Calls with no transmisions, and use more Recorders. The flipside is that it may catch parts of a Call that would have otherwise been missed. Turn this off if you are running out of Recorders. |
| softVocoder | | false | **true** / **false** | Use the Software Decode vocoder from OP25 for Phase 1 audio. Give it a try if you are hearing weird tones in your audio. Whether it makes your audio sound better or worse is a matter of preference. |

| recordUUVCalls | | true | **true** / **false** | *P25 only* Record Unit to Unit Voice calls. |


## Source Object
Expand Down Expand Up @@ -236,7 +236,6 @@ There is a list of available Plugins [here](./Plugins.md).
| digitalLevels | | 1 | number (1-16) | The amount of amplification that will be applied to the digital audio. |
| unitTagsFile | | | string | The filename of a CSV file that provides information about the unit tags. The format for the file is described below. |
| recordUnknown | | true | **true** / **false** | Record talkgroups if they are not listed in the Talkgroups File. |
| recordUUVCalls | | true | **true** / **false** | *P25 only* Record Unit to Unit Voice calls. |
| hideEncrypted | | false | **true** / **false** | Hide encrypted talkgroups log entries |
| hideUnknownTalkgroups | | false | **true** / **false** | Hide unknown talkgroups log entries |
| minDuration | | 0<br />(which is disabled) | number | The minimum call duration in seconds (decimals allowed), calls below this number will have recordings deleted and will not be uploaded. |
Expand Down Expand Up @@ -560,4 +559,4 @@ A **Header Row** is required for the file and the headers must match the column
| 1 | FDMA | 851.00625 | 6.25 | -45 |
| 2 | FDMA | 762.00625 | 6.25 | +30 |
| 3 | TDMA | 851.01250 | 12.5 | -45 |
| 4 | TDMA | 762.00625 | 12.5 | +30 |
| 4 | TDMA | 762.00625 | 12.5 | +30 |
Loading