Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| vendors:redbox:home [2025/01/17 08:06] – [Redbox Broker] gerardorourke | vendors:redbox:home [2025/01/28 14:23] (current) – [Storage] gerardorourke | ||
|---|---|---|---|
| Line 115: | Line 115: | ||
| * If you get "An error has occurred in the application" | * If you get "An error has occurred in the application" | ||
| + | ===== Storage ===== | ||
| + | *https:// | ||
| + | |||
| + | The D: (or other) drive should be dedicated for the Callstore and Database and by default with only 2GB free. | ||
| + | However if you want to allow more free space - the **FreespaceMB** config makes the most sense - but below options - include this and other approaches. | ||
| + | |||
| + | ===Option 1=== | ||
| + | Free up space by remove all calls marked in the recorder database as deleted. | ||
| + | To Remove all calls in the recorder database that are marked as deleted, this can be used to free up space. | ||
| + | To Apply this setting you will need to amend the Recorder.ini. | ||
| + | Please be aware this will run without a Recorder restart. | ||
| + | C: | ||
| + | |||
| + | [Recording] | ||
| + | CheckForAllOrphanedCalls=1 | ||
| + | </ | ||
| + | Once this has run you will need to remove this entry. | ||
| + | |||
| + | ===Restrict the maximum Callstore size.=== | ||
| + | |||
| + | 1. Review the setting implementation restrictions below: | ||
| + | |||
| + | Aged call deletion in use: The Callstore cannot resize until calls are over the age set, as they are prohibited from deletion until then. | ||
| + | |||
| + | Aged call deletion not in use: If aged call deletion was in use and then disabled, it must remain disabled for a full wrap around of the callstore' | ||
| + | |||
| + | The " | ||
| + | |||
| + | Login to the Recorder, open a file explorer and navigate to: C:\Windows\ and open recorder.ini. | ||
| + | |||
| + | 2. Add or modify the following content: | ||
| + | |||
| + | < | ||
| + | [Recording] | ||
| + | FreespaceMB=20480 | ||
| + | </ | ||
| + | |||
| + | Note: Where the value used is in megabytes. | ||
| + | |||
| + | 2. Restart the Recorder for the change to take effect. | ||
| + | |||
| + | Note: Free space is recovered gradually as the callstore fills frame files, which triggers the free space check | ||
| + | This may take weeks or months. | ||
| + | |||
| + | |||
| + | To confirm the Callstore is aware of all available space on the drive or partition, open file explorer and browse to C: | ||
| + | |||
| + | * Open the file " | ||
| + | * Compare the Disk size and free space in bytes to the drive properties in file explorer. | ||
| + | |||
| + | Example: | ||
| + | < | ||
| + | CallStoreSettings.cpp(1236): | ||
| + | </ | ||
| ===== SSL Certs ===== | ===== SSL Certs ===== | ||
| Line 203: | Line 257: | ||
| * Note - I am unsure if above is all that is needed or if a restart of the **RBRConfig Manager** Service is needed as well or if both are needed! More testing required! | * Note - I am unsure if above is all that is needed or if a restart of the **RBRConfig Manager** Service is needed as well or if both are needed! More testing required! | ||
| * I can confirm when you make change via the GUI and apply that the client updates in < 60 seconds. So you don't need to do anything on the client side after making a change. | * I can confirm when you make change via the GUI and apply that the client updates in < 60 seconds. So you don't need to do anything on the client side after making a change. | ||
| - | |||