Solved incoming Cid manipulation possible?

Status
Not open for further replies.

route

Joined
Dec 3, 2016
Messages
13
Reaction score
0
Hello,
I want to add prefix before of callerid to incoming routes or trunk like below,

"Company 1 - 05348887275"
"Company 2 - 01005486468"
 
i know that page but no success..
i tried :
source Pattern : (.*)
Replace pattern : Company 1 - (.*)

when i dial caller id : Company 1 - (.*)
 
You're missing which parameter you are using.

use /1

You need to "tell" 3cx that it should use (.*) - Which is your Inc callerid.

Company 1 - /1
 
can you tell me how to tell 3cx? which section
 
source Pattern : (.*)
Replace pattern : Company 1 - /1

when i dial caller id : Company 1 - 05348887275
 
no its not working
its directly writes " Company 1 - /1" as caller id , removes number
 
Ohh. Sorry..

Its \ not /

Company 1 - \1
 
done! thanks
 
Status
Not open for further replies.