Call moveToChannel callback only if exists
This commit is contained in:
@ -17,8 +17,8 @@ accept_untrusted_certs = true
|
||||
[settings]
|
||||
max_fails = 3
|
||||
send_voice = true
|
||||
send_gps = true
|
||||
send_group_monitoring_before_each_call = false
|
||||
send_gps = 'true'
|
||||
send_group_monitoring_before_each_call = 'true'
|
||||
gps_report_interval = 10000 # The interval in which the GPS is sent
|
||||
gps_lat_start_point = 46.217802
|
||||
gps_lng_start_point = 24.776126
|
||||
@ -26,6 +26,11 @@ delay_between_clients = 300
|
||||
testing_duration = 600 # seconds
|
||||
|
||||
[assets]
|
||||
|
||||
#ids = [
|
||||
# 5488, 5489, 5490, 5491, 5492, 5493, 5494, 5495, 5496, 5497, 5498, 5499, 5500, 5501, 5502
|
||||
#]
|
||||
|
||||
ids = [
|
||||
5488
|
||||
]
|
||||
|
Reference in New Issue
Block a user