- Joined
- Sep 18, 2020
- Messages
- 11
- Reaction score
- 1
Version: 18.0 (Build 314)
Server OS: Windows Server
Hosted: On-Premisis
In the 3cx University Training it mentions you can use wildcards.
"use the * as a wildcard."
Is it only wildcard or can I use regex? Can I use multiple?
Can the wildcard be in the middle of the number or does it have to be on the ends?
I'd like to match 555-444-3333
could I do 555*3333? or would I need to do 555***3333
what if some of my trunk adds the +1 prefix? would I have to change it to *555*3333?
Server OS: Windows Server
Hosted: On-Premisis
In the 3cx University Training it mentions you can use wildcards.
"use the * as a wildcard."
Is it only wildcard or can I use regex? Can I use multiple?
Can the wildcard be in the middle of the number or does it have to be on the ends?
I'd like to match 555-444-3333
could I do 555*3333? or would I need to do 555***3333
what if some of my trunk adds the +1 prefix? would I have to change it to *555*3333?