cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
628
Views
0
Helpful
6
Replies

adding prefix to clid to dial missed call

techguy
Level 4
Level 4
Hi everyone, I have created translation rule for manipulating PSTN digits to internal extension. So it's being used for DID. Now same time we want clid to be prefixed with digit 9 also. Any clue to do it CME?
6 Replies 6

Dennis Mink
VIP Alumni
VIP Alumni

 

stick this on your voice-port, or incoming dial peer

voice translation-rule 2
 rule 1 /\(.*\)/ /9\1/
!
!
voice translation-profile ADD9
 translate calling 2
 

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

Thank you for your reply.

As i told that i am using following translation rule. In this case how can i apply above mentioned tranlation rule.

when 0781234569 calls 12395444 then it comes to extension 1200 and as of now it showing CLID as 0781234569 but i want 90781234569 

 

voice translation-rule 1
 rule 1 /^444/ /1200/
 rule 2 /^456/ /1201/
 rule 3 /^455/ /1202/
 

voice translation-profile DID
 translate calling 1

 

voice-port 0/0/0:15
 translation-profile incoming DID
 bearer-cap Speech

 

 

 

 

 

Apply the rules Dennis suggested under your POTS incoming dial-peer then?

-Terry

Please rate all helpful posts.

its not working

any one please

I m not feeling the loving here

 

As engineers we can all appreciate that "its not working" is "not really helpful".

 

so,  first of all  test the translation and see if it translates in the correct way:

 

http://www.cisco.com/c/en/us/support/docs/voice/call-routing-dial-plans/61083-voice-transla-rules.html

 

if it does, then make an inbound test call and debug voip translation and verify if your rule gets hit.  

 

 

 

 

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