Route calls on based on area code and exchange

I’ve been getting LOTS of bogus calls to my phone. They’re faking their callerid with an exchange that matches the DID I’m using to route to my extension.
I’d like to match on the area code and exchange and _585444XNNN and send those calls to Lenny, but allow other calls from 585NXXXXXX to go to my extension like normal.
Is that possible?

One way would be to send inbound calls to a custom context that selectively routes `${CALLERID(name):-10:6}" = “585444”

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.