- Joined
- Jan 7, 2021
- Messages
- 5
- Reaction score
- 1
How do you use caller id reformation correctly. Used the following support document, but must not be fully understanding it correctly yet.
https://www.3cx.com/docs/cid-reformatting/
Currently we out put 10 digits, but one of my provider uses 11 digit plus +
if i output 32132134321 it works on one provider, but then i need to output +13213214321 on another provider. all caller id is done at the station level currently as we push direct dials.
I have tried the following, but it must not be correct.
Source
(...)(.*)
Replace
+(1)(...)(.*)
https://www.3cx.com/docs/cid-reformatting/
Currently we out put 10 digits, but one of my provider uses 11 digit plus +
if i output 32132134321 it works on one provider, but then i need to output +13213214321 on another provider. all caller id is done at the station level currently as we push direct dials.
I have tried the following, but it must not be correct.
Source
(...)(.*)
Replace
+(1)(...)(.*)

