cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
360
Views
0
Helpful
2
Replies

CCME - outbound carry DID / DDI

davieshuw
Level 1
Level 1

Hi

Im using SCCP. I have a bunch of direct dial numbers. I'd like them to show up when I call someone from the relevant extension, for examlpe when I call from handset 203, I'd like the DDI 433585 to show up on the recipients end - not the primary number. Can it be done?

Here is an example of the rules we have:

voice translation-rule 1
rule 1 /433599/ /201/
rule 2 /433585/ /203/


!
voice translation-rule 2
rule 1 // /90/
!
!
!
voice translation-profile 1
!
voice translation-profile ADDZERO
translate calling 2
!
voice translation-profile INCOMINGDDI
translate calling 2
translate called 1
!

2 Replies 2

You can assign a "name" to the ephone-dn, the name would be included in the alerting and connected messages and show up on the phone

It would display on the phone like below:

From Test6511 (6511)

when configured like this:

ephone-dn  11  dual-line

name Test 6511

Thomas Dillingham

Steven Holl
Cisco Employee
Cisco Employee

Yup, you just need to translate in the reverse direction to expand the internal extn to the DID for the outbound calls' ANI:

voice translation-rule 3
rule 1 /201/ 433599/
rule 2 /203/ /433585/


!
!
voice translation-profile internal-to-did
translate calling 3

dial-peer voice 1 pots

destination-pattern 9T

translation-profile out internal-to-did

-Steve