mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-09 22:59:20 +00:00
Essentially, we were treating 1234x1234 and 1234x5678 as 'equal' because we were able to convert the prefix of each of these strings to the same number. Resolves: #1028