Description
The current clean_prefix function of NethVoice Queue Report removes the +39 prefix from phone numbers, but does not handle the 0039 case.
This leads to inconsistent normalization and causes mismatches when comparing numbers against prefixes stored in the zone table.
Check if the same problem exists for the CDR report.
Description
The current
clean_prefixfunction of NethVoice Queue Report removes the+39prefix from phone numbers, but does not handle the0039case.This leads to inconsistent normalization and causes mismatches when comparing numbers against prefixes stored in the
zonetable.Check if the same problem exists for the CDR report.