V Vahram Member Oct 2, 2017 38 0 6 58 Mar 11, 2020 #1 Hi Can someone help me add 0 Caller ID number on inbound routes? got from provider 95415252 translate to 095415252
Hi Can someone help me add 0 Caller ID number on inbound routes? got from provider 95415252 translate to 095415252
R roger_roger Member Oct 12, 2016 198 19 18 70 Mar 11, 2020 #2 Try this in your inbound route section and make sure it has order number 0 condition destination_number ^\+?1(\d{10})$ action transfer 0$1 XML public
Try this in your inbound route section and make sure it has order number 0 condition destination_number ^\+?1(\d{10})$ action transfer 0$1 XML public
V Vahram Member Oct 2, 2017 38 0 6 58 Mar 12, 2020 #3 Hello Needed modify caller id number (a-leg) in inbound routes
Adrian Fretwell Well-Known Member Aug 13, 2017 1,527 443 83 Mar 12, 2020 #4 If its just the caller ID you want to change, then the following line in your inbound route should do it: action set effective_caller_id_name=0${caller_id_name}
If its just the caller ID you want to change, then the following line in your inbound route should do it: action set effective_caller_id_name=0${caller_id_name}
A ad5ou Active Member Jun 12, 2018 893 205 43 Mar 12, 2020 #5 Pretty sure Adrian mean "number" instead of "name" action set effective_caller_id_number=0${caller_id_number}
Pretty sure Adrian mean "number" instead of "name" action set effective_caller_id_number=0${caller_id_number}
V Vahram Member Oct 2, 2017 38 0 6 58 Mar 13, 2020 #6 Hello Yes i configured before - action set effective_caller_id_number=0${caller_id_number} Not working for me .
Hello Yes i configured before - action set effective_caller_id_number=0${caller_id_number} Not working for me .
V Vahram Member Oct 2, 2017 38 0 6 58 Mar 13, 2020 #8 Again issue effective_caller_id_number and caller_id_number, caller_id and etc I can set 0 before caller id , but in CDR and active call is shown without 0 . Attachments Untitled.png 12.7 KB · Views: 52 Untitled1.png 16 KB · Views: 50 Untitled2.png 9 KB · Views: 48
Again issue effective_caller_id_number and caller_id_number, caller_id and etc I can set 0 before caller id , but in CDR and active call is shown without 0 .