Added new configuration to allow custom group join and individual asset ptt/gps

This commit is contained in:
2023-03-27 22:35:18 +03:00
parent 636e3cce1a
commit 702cd0efe4
5 changed files with 90 additions and 86 deletions

View File

@ -16,24 +16,25 @@ accept_untrusted_certs = true
[settings]
max_fails = 3
send_voice = false
send_gps = true
send_group_monitoring_before_each_call = 'true'
gps_report_interval = 300 # The interval in which the GPS is sent
gps_report_interval = 1000 # The interval in which the GPS is sent
gps_lat_start_point = 46.217802
gps_lng_start_point = 24.776126
delay_between_clients = 300
testing_duration = 600 # seconds
testing_duration = 20 # seconds
[assets]
#ids = [
# 5488, 5489, 5490, 5491, 5492, 5493, 5494, 5495, 5496, 5497, 5498, 5499, 5500, 5501, 5502
#]
[[assets]]
asset_id = 63
group_id = 1
generate_voice = true
generate_gps = true
ids = [
1868
]
[[assets]]
asset_id = 64
group_id = 1
generate_voice = false
generate_gps = true
[sounds]
tracks = ['1.mp3','2.mp3','3.mp3','4.mp3','5.mp3','6.mp3','7.mp3','8.mp3','9.mp3','10.mp3','11.mp3','12.mp3','13.mp3','14.mp3','15.mp3','16.mp3','17.mp3','18.mp3','19.mp3']