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
Dial peers can now reference catalogue destinations directly (new Destinations section in the dial-peer form): the peer covers every prefix of the selected destination with its number-length bounds, straight from Routing → Destinations. No regex to build or maintain — update a prefix in the catalogue and every peer referencing it follows automatically.
Scales to real-world decks: a destination with thousands of codes routes as fast as one with two — coverage checks are index probes, independent of deck size.
Regex patterns remain fully supported as an escape hatch for irregular cases; deny rules keep winning within a peer, over both coverage sources.
Call Simulation reflects the new coverage exactly like the live switch does.