Simon
c7e59fa595
Switch to Python 3.9 for docker image
4 years ago
Simon
89a19ba107
If ANNOUNCEMENT_LANGUAGES is empty, use provided list instead.
...
Update default configs to reflect this as new default
4 years ago
Simon
00605369c6
Fix disconnected / linked to voice on Dial-A-TG timeout
4 years ago
Simon
2e4134656f
Fix bug when options is sent but system does not appear to be logged in
4 years ago
Simon
72eb434bf0
Add Greek Language courtesy of Spyros Kontos (c) 2021, licenced under GPL
...
COuntry code: el_GR
4 years ago
Simon
736b93818d
Handle error when fi is empty and log
4 years ago
Simon
ccc64b95c2
Same as last commit but for dial-a-tg
4 years ago
Simon
ed9c715efb
Stop TGs 9990-9999 from going over OBPs. These are for local server services only
4 years ago
hacknix
8b9321f1fe
Update README.md
4 years ago
Simon
60a3c6f849
Fix bug in install script
4 years ago
Simon
e5f7cf06c7
Update docker compose installer (includes dash etc)
4 years ago
Simon
422bfd5f53
replace master with corrected merge from hrt
4 years ago
Simon
732942d7c4
Revert "Merge branch 'hrt'"
...
This reverts commit de9892a1c2 , reversing
changes made to dff06fff62 .
4 years ago
Simon
10757f52a7
Revert "Need to remove merge marks"
...
This reverts commit 9cccfca70a .
4 years ago
Simon
9cccfca70a
Need to remove merge marks
4 years ago
Simon
de9892a1c2
Merge branch 'hrt'
4 years ago
Simon
0f8374cea9
More BCSQ logging tidying
4 years ago
Simon
25a7e3d397
Log all BCSQ the same
4 years ago
Simon
86c70aa1ca
more fixing streamid
4 years ago
Simon
82b02ec8ec
fix streamid
4 years ago
Simon
2e42df99c0
Handle RX BCSQ
4 years ago
Simon
75ccf3fe3c
Clearer logging of BCSQ
4 years ago
Simon
df2bb56ba7
fi in logs
4 years ago
Simon
e2c810d3f3
Andy
4 years ago
Simon
09d1614adb
Fix logic error
4 years ago
Simon
dff06fff62
Revert "Use hi-res timer for loop control"
...
This reverts commit cbd25b924d .
4 years ago
Simon
cbd25b924d
Use hi-res timer for loop control
4 years ago
Simon
501a557116
Revert "Override SERVER_ID that is sent for this OBP"
...
This reverts commit 36e7ed58b9 .
4 years ago
Simon
36e7ed58b9
Override SERVER_ID that is sent for this OBP
...
Generally, this is used for connecting to non-FreeDMR systems.
Should usually be set to:
OVERRIDE_SERVER_ID: False
** USE WITH CAUTION **
4 years ago
Simon
5724d32197
Update to include dash as well - this one does everything!
4 years ago
Simon
075064a888
Revert "Default IPv6 by environment variable"
...
This reverts commit fb1032e116 .
5 years ago
Simon
fb1032e116
Default IPv6 by environment variable
5 years ago
Simon
4742b78fd0
Add IPv6 proxy to compose file
5 years ago
Simon
82f26f6c68
Enable IPv6 in proxy by environment variable
5 years ago
Simon
497fa3143a
Make preference for IPv6 when IP: :: more explicit for OBP
5 years ago
Simon
423bb3e5cd
Silently Apply TGID ACL to outbound as well as inbound traffic
...
when the target is an OpenBridge
5 years ago
Simon
e40a020b13
Update docker-compose install
5 years ago
Simon
a1e8a2bdb4
h
5 years ago
Simon
f197e023b7
Fix docker-compose installer
5 years ago
Simon
c807153941
Experimental docker-compose one shot installer
5 years ago
Simon
f07d6bd999
New German voicefiles from Adi - DL1HRC
5 years ago
Simon
f9e5ed71f1
Listen IP and IPv6 support in proxy
...
plus a bit of tidying up
5 years ago
Simon
cc5700878a
Fix bug in DMR+ style options
...
Allow for 9 TG per TS like DMR+ does
5 years ago
Simon
e0463ef0c4
Ignore non-ascii chars in options
...
(Damn you smart-quotes)
5 years ago
Simon
aa319c6ae4
Debug options
5 years ago
Simon
278bade4a2
Modules
5 years ago
Simon
cdbba03122
Add basic config for hbmonv2
5 years ago
Simon
b19abfbd1e
IPv6 Docker Compose example
5 years ago
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)
5 years ago
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 :-)
5 years ago