Commit Graph

708 Commits

Author SHA1 Message Date
Simon 82f26f6c68 Enable IPv6 in proxy by environment variable 2021-07-09 01:17:38 +01:00
Simon 497fa3143a Make preference for IPv6 when IP: :: more explicit for OBP 2021-07-06 01:12:19 +01:00
Simon 423bb3e5cd Silently Apply TGID ACL to outbound as well as inbound traffic
when the target is an OpenBridge
2021-07-05 01:10:26 +01:00
Simon e40a020b13 Update docker-compose install 2021-07-02 21:27:34 +01:00
Simon a1e8a2bdb4 h 2021-07-02 20:52:01 +01:00
Simon f197e023b7 Fix docker-compose installer 2021-07-02 20:44:57 +01:00
Simon c807153941 Experimental docker-compose one shot installer 2021-07-02 18:24:04 +01:00
Simon f07d6bd999 New German voicefiles from Adi - DL1HRC 2021-07-01 15:02:05 +01:00
Simon f9e5ed71f1 Listen IP and IPv6 support in proxy
plus a bit of tidying up
2021-07-01 01:36:04 +01:00
Simon cc5700878a Fix bug in DMR+ style options
Allow for 9 TG per TS like DMR+ does
2021-06-30 01:19:57 +01:00
Simon e0463ef0c4 Ignore non-ascii chars in options
(Damn you smart-quotes)
2021-06-30 00:55:21 +01:00
Simon aa319c6ae4 Debug options 2021-06-30 00:37:43 +01:00
Simon 278bade4a2 Modules 2021-06-28 01:31:49 +01:00
Simon cdbba03122 Add basic config for hbmonv2 2021-06-28 01:26:58 +01:00
Simon b19abfbd1e IPv6 Docker Compose example 2021-06-26 23:38:25 +01:00
Simon 48354372f4 Further support for IPv6 and Dual-Stack in OpenBridge
To enable IPv6 only - put an IPv6 address in IP (bind specific address)
To enable IPv4 only - put IPv4 address in IP or leave blank (default - binds all IPv4)
To enable dual-stack put '::' in IP (Binds all IPv4 and IPv6 address)
2021-06-19 00:47:21 +01:00
Simon 09a3015f77 Don't error on unresolvable hostname in TARGET_IP
Allow null TARGET_IP - Waits for first keepalive to update - use for
endpoints that are on a dynamic or unknown IP

Support IPv6 for OBP - to listen IPv6 set IP: :: or other valid ipv6 address

IPv6 addresses can be used in TARGET_IP or will be resolved from DNS

Note, might cause confusion if the target has an IPv6 address and we don't
take note of this and specify ipv4 explicitly if needs be.

IPv6 Needs some testing :-)
2021-06-18 01:52:13 +01:00
Simon a205a1eaaa apt-get -y 2021-06-17 00:04:40 +01:00
hacknix 403957e4df
Merge pull request #9 from m0glj/patch-1
Update docker_install.sh
2021-06-16 23:20:56 +01:00
M0GLJ 9eca0f6152
Update docker_install.sh
Tested Ubuntu Server 21.04 and works with the above changes to the script
2021-06-16 20:11:38 +01:00
Simon 00e1d2109a Debug LC exception 2021-06-15 21:02:24 +01:00
Simon 8913ff46f1 Add TGID_URL into sample config 2021-06-15 20:23:45 +01:00
Simon 37f861087c Should fix parrot 2021-06-15 20:23:03 +01:00
Simon 902b963e07 Slight fixes to peer logging 2021-06-15 16:15:47 +01:00
Simon ec0f52553e Missing sierra on cy_GB 2021-06-15 00:57:01 +01:00
Simon 9c92f84026 Fix new languages (cy_GB, CW) 2021-06-15 00:56:31 +01:00
Simon fa20a25852 Add traffic source validation:
Change behaviour of NETWORK_ID in OPENBRIDGE config:

This should be the ID of remote system. If traffic received on this bridge is not shown as
from this ID, it will be disgarded.

Fix reporting of PEER so it actually takes the peer from the incoming connection, not NETWORK_ID:

So, in short:

SERVER_ID in [GLOBAL] - the ID you send to other servers via OBP
NETWORK_ID in OPENBRIDGE - the expected ** remote ** ID for the bridge.
2021-06-15 00:24:49 +01:00
Simon c2cd23f341 Remove indexed files for fr_FR 2021-06-08 11:26:47 +01:00
Simon f84ea0d626 Best not to use this-is and freedmr for CW 2021-06-08 02:10:35 +01:00
Simon 0c7b7008c7 New language - CW
add CW to languages line
2021-06-08 02:07:52 +01:00
Simon 33c3c72cfa Update readme 2021-06-08 00:55:04 +01:00
Simon 87e0f0c6ca Added Welsh language - cy_GB
ANNOUNCEMENT_LANGUAGES: en_GB,en_GB_2,cy_GB,en_US,es_ES,es_ES_2,fr_FR,de_DE,dk_DK,it_IT,no_NO,pl_PL,se_SE,pt_PT
2021-06-08 00:43:14 +01:00
Simon ec199a1205 New audio files.
New language: pt_PT

Full line:

ANNOUNCEMENT_LANGUAGES: en_GB,en_GB_2,en_US,es_ES,es_ES_2,fr_FR,de_DE,dk_DK,it_IT,no_NO,pl_PL,se_SE,pt_PT
2021-06-07 23:28:21 +01:00
Simon 0514de08a7 Tidying up voice directories.
en_GB now = en_GB_2
es_ES now = es_ES_2

the _2 versions will be removed at a later date.
2021-06-07 18:50:37 +01:00
Simon d2e9f54c15 Use Docker-conpose in install script.
include docker-compose.yml
2021-06-03 02:25:51 +01:00
Simon 3385b89bce Add automatic downloading of tgid file from FreeDMR website to use
with HBMonitor etc.
2021-05-31 23:48:05 +01:00
Simon 7eb27cd019 Add dowbnload of update script to install script 2021-05-31 17:54:29 +01:00
Simon 7f59119ef9 Add update script 2021-05-31 17:50:51 +01:00
Simon b7c91e75ee Fix install script - NOW WORKS! 2021-05-31 17:27:44 +01:00
Simon 4ef08cbe5e Fix error in tobytes() 2021-05-30 16:15:25 +01:00
Simon 52da820554 Send SERVER_ID not NETWORK_ID in packets on OBP. 2021-05-30 02:46:52 +01:00
Simon 5904d471b7 Experimental passing of data sent as a group call 2021-05-29 19:00:54 +01:00
Simon b29fdd0fce Fix re.sub() to work properly on line 710 2021-05-29 18:48:34 +01:00
Simon 6b89bea20f Basic Install and run script for a docker setup (as yet untested) 2021-05-29 00:27:44 +01:00
Simon 428f470436 Fix XLXPEER and PEER not working 2021-05-26 19:42:34 +01:00
Simon 8c165b9122 Don't reset timers when calling info seervices 2021-05-24 23:12:02 +01:00
Simon c20c0f4aec Send contents of numbered AMBE files in language directory.
So, for example, for lang en_GB:

When you manual dial 9991, file en_GB_2/9991.ambe is played
2021-05-24 22:32:54 +01:00
Simon edeaf2fbe7 Allow ANNOUNCEMENT_LANGUAGE in MySQL DB:
To update DB:

alter table repeaters add column ANNOUNCEMENT_LANGUAGE VARCHAR(8);

update repeaters set announcement_language='en_GB_2';
2021-05-22 22:56:20 +01:00
Simon f7147ab299 Update parrot config 2021-05-17 00:27:59 +01:00
Simon aaf8580d3d Fix error in LANG when using peers and xlxpeers 2021-05-14 22:36:36 +01:00