This works on Debian 10, 11, PiOs (Raspbian) and recent Ubuntu systems, on other flavours, you may need to follow the process below.
...
...
@@ -28,19 +28,29 @@ A change needs to be made to the docker config for openbridge to work correctly:
`systemctl restart docker`
## Grab and edit the config file
## Get and edit the maintained config file
Get the file: [freedmr.cfg](https://gitlab.hacknix.net/hacknix/FreeDMR/-/blob/93a3fc244338ebc5c5a79ecd55e167fa519afd68/docker-configs/freedmr.cfg)
Get the current minimal configuration: [FreeDMR.cfg](https://gitlab.hacknix.net/hacknix/FreeDMR/-/blob/master/FreeDMR.cfg)
`mkdir /etc/freedmr`
`mkdir -p /etc/freedmr`
place the freedmr.cfg file in this directory.
Install it as `/etc/freedmr/freedmr.cfg`, then edit the server ID, FBP/OBP peer and local HBP settings for your deployment. The one-shot installer performs this download automatically. It uses the maintained repository file rather than carrying a separate embedded configuration.
The current sample includes independent slot defaults and network direct dial:
```ini
DEFAULT_DIAL_TS1:0
DEFAULT_DIAL_TS2:0
NETWORK_DIRECT_DIAL_SLOT:1
```
See [Homebrew Protocol OPTIONS](Homebrew-Protocol-OPTIONS) for per-client session settings and [Current FreeDMR 1.x release notes](Current-FreeDMR-1.x-release-notes) for compatibility notes.