Commit Graph

589 Commits

Author SHA1 Message Date
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
Simon
a3c01e393e Working 2021-05-14 22:26:50 +01:00
Simon
f501da0ee5 Update sample config 2021-05-14 00:38:46 +01:00
Simon
25bd7db348 Allow loading if multiple languages and selection both via
default in config file and OPTIONS.

Remove ANNOUNCEMENT_LANGUAGE from [GLOBAL]
Replace with ANNOUNCEMENT_LANGUAGES - Comma Separated list

Current list:

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

Add:

ANNOUNCEMENT_LANGUAGE to MASTER definition. If using GENERATOR, this becomes
the template default.

To change via OPTIONS add LANG=<language code>

take codes from list above
2021-05-14 00:07:11 +01:00
Simon
eb300e3de3 Alternative es_ES_2 language files 2021-05-09 21:01:04 +01:00
Simon
5c4795f6f6 add this-is to i8 2021-05-09 17:02:07 +01:00
Simon
c5ccf9529e add this is file 2021-05-09 16:54:22 +01:00
Simon
15d2986492 This is .... 2021-05-09 16:53:38 +01:00
Simon
4f8f3e5a33 argg 2021-05-09 16:11:55 +01:00
Simon
4d6961ec07 Fix freedmr ambe file
Add FreeDMR identifier to ident
2021-05-09 16:08:54 +01:00
Simon
3ce7a0b90a Extra file 2021-05-09 15:54:23 +01:00
Simon
6dd3057ee9 1.0 amp files 2021-05-09 15:52:14 +01:00
Simon
e9ddd72f98 Files 2021-05-09 15:49:43 +01:00
Simon
2612c0bebc ren 2021-05-09 15:39:04 +01:00
Simon
c375bd0c44 Add again 2021-05-09 15:35:15 +01:00
Simon
6d9ef4f874 del 2021-05-09 15:34:31 +01:00
Simon
6f8bdc7d29 Amplitude increase 2021-05-09 15:33:45 +01:00
Simon
034b6405a1 Enable sierra in en_GB_2 2021-05-09 14:42:42 +01:00
Simon
6ba08711e2 Alternative voice files for en_GB_2
Also, added abilty to read from separate ambe files in a dir
as well as the G4KLX style indexed files
2021-05-09 14:36:02 +01:00
Simon
22068bfbb1 Revert "Stop that annoying keyerror - HB3XPL ;-)"
This reverts commit 28eeab388c.
2021-05-08 16:47:11 +01:00