Skip to content

Commit

Permalink
Merge pull request #741 from CrimeIsDown/max-duration
Browse files Browse the repository at this point in the history
Documenting maxDuration config param
  • Loading branch information
robotastic authored Dec 4, 2022
2 parents ba51381 + 2980a4c commit a55cf27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CONFIGURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ Here is a map of the different sections of the *config.json* file:
| 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. |
| minTransmissionDuration| | 0<br />(which is disabled) | number | The minimum transmission duration in seconds (decimals allowed), transmissions below this number will not be added to their corresponding call. |
| maxDuration | | 0<br />(which is disabled) | number | The maximum call duration in seconds (decimals allowed), calls above this number will have recordings split into multiple parts. |
| talkgroupDisplayFormat | | "id" | **"id" "id_tag"** or **"tag_id"** | The display format for talkgroups in the console and log file. (*id_tag* and *tag_id* is only valid if **talkgroupsFile** is specified) |
| bandplan | | "800_standard" | **"800_standard" "800_reband" "800_splinter"** or **"400_custom"** | [SmartNet only] this is the SmartNet bandplan that will be used. |
| bandplanBase | | | number | [SmartNet, 400_custom only] this is for the *400_custom* bandplan only. This is the base frequency, specified in Hz. |
Expand Down Expand Up @@ -398,4 +399,3 @@ The **Enable** Column is optional and defaults to *True*. It only needs to be ad
| --------- | --------- | -------- | ------------- | ---------------------- | ------ | ------ | ------------------- |
| 300 | 462275000 | 94.8 PL | Town A Police | Town A Police Dispatch | Police | Town A | |
| 325 | 462275000 | 151.4 PL | Town B DPW | Town B Trash Dispatch | DPW | Town B | False |

0 comments on commit a55cf27

Please sign in to comment.