You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent changes #1975 & #1966 result in Fully Qualified source identifiers not being embeded into the recording files.
The default behavior for radio identifiers with a value of zero is to flag them as invalid. Sinc FQSUID extends this class, it inherits this behavior and thus the identifiers were being ignored.
Override the isValid() method for FQSUID and FQTGID to ensure that ISSI patch values don't get flagged as invalid.
The text was updated successfully, but these errors were encountered:
…kgroup identifiers we're being flagged as invalid when ISSI patch assigned a local address/ID of zero. Changes format of FQSUID and FQTGID to use a value of zero for the local alias when the call type is an ISSI patch and suppress display of the 0 alias value. If the identifier represents a roaming user, then the local address value is displayed with the FQSUID appended in parenthesis.
DSheirer
changed the title
Revert P25 Fully Qualified Identifiers Changes
P25 FQSUID Handling Improvments
Sep 14, 2024
…kgroup identifiers we're being flagged as invalid when ISSI patch assigned a local address/ID of zero. Changes format of FQSUID and FQTGID to use a value of zero for the local alias when the call type is an ISSI patch and suppress display of the 0 alias value. If the identifier represents a roaming user, then the local address value is displayed with the FQSUID appended in parenthesis. (#1978)
Co-authored-by: Dennis Sheirer <[email protected]>
Recent changes #1975 & #1966 result in Fully Qualified source identifiers not being embeded into the recording files.
The default behavior for radio identifiers with a value of zero is to flag them as invalid. Sinc FQSUID extends this class, it inherits this behavior and thus the identifiers were being ignored.
Override the isValid() method for FQSUID and FQTGID to ensure that ISSI patch values don't get flagged as invalid.
The text was updated successfully, but these errors were encountered: