Commit Graph

678 Commits

Author SHA1 Message Date
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
Simon 6b314774f3 More proxy 2021-05-08 16:45:09 +01:00
Simon 2b635b8643 Proxyoxyoxy 2021-05-07 22:40:00 +01:00
Simon 28eeab388c Stop that annoying keyerror - HB3XPL ;-) 2021-05-07 11:19:09 +01:00
Simon 7aa3a142da SERVER_ID in loro.cfg 2021-05-06 22:23:15 +01:00
Simon b3388da319 Trying to get logger exception logging working properly 2021-05-06 21:33:33 +01:00
Simon 2ee5af70d6 Treat a DMRD packet as a silent keepalive
This is because the other end may not have enabled ENHANCED_OBP,
DMRD is traffic so the server is up, and not sending to systems
we can receive from can cause weird effects on the network.
2021-05-05 23:28:13 +01:00
Simon b77d2b72ad Add support for SERVER_ID 2021-05-04 21:18:50 +01:00
Simon 22326f6319 If ENHANCED_OBP, don't start sending to system until at least one BCKA seen from system 2021-05-04 01:41:35 +01:00
Simon 57aeb3078c Docker error 2021-05-02 22:22:50 +01:00
Simon 0f546e9636 Make KA report correct time 2021-05-02 21:04:25 +01:00
Simon 502adddf8c Revert "Revert "Try allowing XLX again""
This reverts commit 45b70cf604.
2021-05-02 19:24:47 +01:00