From d757a393bc21007b7b2dc4ffbe159cb964f652ef Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 19 Feb 2022 17:42:25 +0000 Subject: [PATCH] Add allstar configs to sample files --- FreeDMR-SAMPLE-commented.cfg | 10 ++++++++++ FreeDMR-SAMPLE.cfg | 9 +++++++++ docker-configs/docker_install.sh | 11 +++++++++++ 3 files changed, 30 insertions(+) diff --git a/FreeDMR-SAMPLE-commented.cfg b/FreeDMR-SAMPLE-commented.cfg index 94275cd..cd0d2ab 100755 --- a/FreeDMR-SAMPLE-commented.cfg +++ b/FreeDMR-SAMPLE-commented.cfg @@ -113,6 +113,16 @@ SUBSCRIBER_URL: https://www.radioid.net/static/users.json TGID_URL: http://downloads.freedmr.uk/downloads/talkgroup_ids.json STALE_DAYS: 7 +#Control server shared allstar instance via dial / AMI +[ALLSTAR] +ENABLED: False +USER:llcgi +PASS: mypass +SERVER: my.asl.server +PORT: 5038 +NODE: 0000 + + #Read further repeater configs from MySQL [MYSQL] USE_MYSQL: False diff --git a/FreeDMR-SAMPLE.cfg b/FreeDMR-SAMPLE.cfg index e6db880..46f851d 100755 --- a/FreeDMR-SAMPLE.cfg +++ b/FreeDMR-SAMPLE.cfg @@ -38,6 +38,15 @@ TGID_URL: http://downloads.freedmr.uk/downloads/talkgroup_ids.json STALE_DAYS: 7 SUB_MAP_FILE: +#Control server shared allstar instance via dial / AMI +[ALLSTAR] +ENABLED: False +USER:llcgi +PASS: mypass +SERVER: my.asl.server +PORT: 5038 +NODE: 0000 + [MYSQL] USE_MYSQL: False USER: hblink diff --git a/docker-configs/docker_install.sh b/docker-configs/docker_install.sh index 4129cec..428bc15 100755 --- a/docker-configs/docker_install.sh +++ b/docker-configs/docker_install.sh @@ -59,6 +59,16 @@ SUBSCRIBER_URL: https://www.radioid.net/static/users.json TGID_URL: TGID_URL: http://downloads.freedmr.uk/downloads/talkgroup_ids.json STALE_DAYS: 7 +#Control server shared allstar instance via dial / AMI +[ALLSTAR] +ENABLED: False +USER:llcgi +PASS: mypass +SERVER: my.asl.server +PORT: 5038 +NODE: 0000 + + [MYSQL] USE_MYSQL: False USER: hblink @@ -82,6 +92,7 @@ SUB_ACL: DENY:1 TGID_ACL: PERMIT:ALL RELAX_CHECKS: True ENHANCED_OBP: True +PROTO_VER: 4 [SYSTEM]