- Joined
- Jun 20, 2017
- Messages
- 45
- Reaction score
- 4
I have a simple rule set up to strip the + and the '1' from the incoming number, but it is not working. My provider sends +12145551212 and I want it to display the 10 digits only. Essentially, all US calls should display 10 digits. Here is the way it is setup.
Source pattern - +(1)(...)(.*)
Replace pattern - \2\3
So according to the documentation the displayed number in the above example should be 2145551212. But it is still displayed on the Yealink T58 phone as +12145551212. So how should this be setup.
Source pattern - +(1)(...)(.*)
Replace pattern - \2\3
So according to the documentation the displayed number in the above example should be 2145551212. But it is still displayed on the Yealink T58 phone as +12145551212. So how should this be setup.