cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
581
Views
5
Helpful
2
Replies

CME change 4 digit DN to DID and have 10 digit dialing too

Michael Durham
Level 4
Level 4

I am lazy and HATE dialing a 1 within the USA.  So I have a translation to add the 1 for me and my 10 digit dialing works fine.

The problem is that the caller-id shows the 4 digit extion and not my main number. What do I need to do to change the extension 1100 to 5552439001 and still have 10 digit outbound dialing?

 

!
voice translation-profile Ten_Digit_Dialing
translate called 2
!
voice translation-rule 2
rule 1 /\([2-9].........\)/ /1\1/
!

!
dial-peer voice 210 voip
corlist outgoing Door-National
description *** Outbound 10 Digit Dialing Calls ***
translation-profile outgoing Ten_Digit_Dialing
preference 1
destination-pattern [2-9].........$
translate-outgoing called 2
session protocol sipv2
session target sip-server
voice-class codec 1
dtmf-relay rtp-nte
no vad
!

1 Accepted Solution

Accepted Solutions

Dennis Mink
VIP Alumni
VIP Alumni

 

 

Try a translation on the calling number:

 


rule 100 /1100/ /5552439001/

 

 

voice translation-profile Ten_Digit_Dialing
translate called 2

translated calling 100

 

 

please rate if helpful

Please remember to rate useful posts, by clicking on the stars below.

View solution in original post

2 Replies 2

Dennis Mink
VIP Alumni
VIP Alumni

 

 

Try a translation on the calling number:

 


rule 100 /1100/ /5552439001/

 

 

voice translation-profile Ten_Digit_Dialing
translate called 2

translated calling 100

 

 

please rate if helpful

Please remember to rate useful posts, by clicking on the stars below.

Thank you, that works perferct but I did /11../ /5552355512/ so it gets all extensions.