- Joined
- Jul 26, 2021
- Messages
- 8
- Reaction score
- 1
We have got the following issue with reformatting the CLI.
We are receiving: From: sip:1XXXXXXXXXX;verstat=[email protected]
Source Pattern: (1)(..........)(.*) Replace Pattern: 1\2 this wil result in: sip:[email protected]
We got the result, but we want to have a more general rule. Any phone number with any lenght before the ";" will remain and anything behind the ";" will be removed.
On the explanation page: https://www.3cx.com/docs/cid-reformatting/ I can't find an example for this.
Someone any ideas?
We are receiving: From: sip:1XXXXXXXXXX;verstat=[email protected]
Source Pattern: (1)(..........)(.*) Replace Pattern: 1\2 this wil result in: sip:[email protected]
We got the result, but we want to have a more general rule. Any phone number with any lenght before the ";" will remain and anything behind the ";" will be removed.
On the explanation page: https://www.3cx.com/docs/cid-reformatting/ I can't find an example for this.
Someone any ideas?