Skip to content

Commit

Permalink
Update unit to unit recording config documentation. (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
tadscottsmith authored Dec 14, 2024
1 parent a64b639 commit b09952b
Showing 1 changed file with 2 additions and 3 deletions.
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 |

0 comments on commit b09952b

Please sign in to comment.