fix spurious algid

This commit is contained in:
Max 2021-09-07 19:32:11 -04:00
parent e080f32fc6
commit f93460a0bd
1 changed files with 1 additions and 1 deletions

View File

@ -671,7 +671,7 @@ class trunked_system (object):
target = target & 0xffff
d['target_group'] = self.mk_tg_dict(target)
else: # target is a subscriber unit id
algid = 0
algid = 128
d['target_unit'] = self.mk_src_dict(target)
d['algid'] = algid
if opt_act and opt_group: # only group id type supported