Strip number from inbound calls.

Status
Not open for further replies.

puremsp

New Member
May 2, 2018
1
0
1
47
Hi.
(UK Based)
I've managed to strip the leading "0" from number, and append 44 to it for dialling out..
Inbound calls are prefixed 44, but I would like them the appear on my phones with, for example 01908 123456 instead of 441908123456

I cant quite figure it out..
 

roger_roger

Member
Oct 12, 2016
198
19
18
70
Try this:

Create an inbound rule with an order lower than your other rules so it gets evaluated first.

condition caller_id_number ^44(\d+)$
action export effective_caller_id_number $1
 
Status
Not open for further replies.