I'm having a little trouble wrapping my head around dial peer regex matching, and hoping somebody here is up for a challenge.
I am wanting a single dial peer for all of our inbound calls from our provider.
I currently am matching:
incoming called-number 620555[1-6]...$
However, that's matching too many numbers. What I need is a regex that will match all of these:
6205551200
6205554[012456789]..$
620555[5-6]...$
How can I combine all of these into a single regex? Or am I doomed to multiple dial-peers?