Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert DID to 3-Digit Extension in CME4.2

Status
Not open for further replies.

sativato

Technical User
Mar 16, 2005
25
US
I have DID numbers on a PRI and wish to use the last three digits as extensions on a CME. I want to drop the leading digits on inbound calls and have the remaining three digits call the appropriate extension. And have voice mail (CUE) set up as said three digit extension. I also want to display the full number for outbound caller ID.

I realize that this is more than one question but what are the commands to do so. I have played around with dial peers but have been unsuccessful so far. I was able to effect this by overlaying the seven digit number on the same button as the three digit extension but voicemail doesnt work when callers dial in using the seven digit because I set voicemail up on the three digit number.

What am I missing. I simply want to tell the inbound call that only the last three digits are significant.

Thanks
 
Use the 'num-exp' global command. Example incoming digits are 7895551234 and you want 234 to be the extension. THe command would be 'num-exp 5551... ...'

As for the Outgoing caller-id, use:
voice translation-rule 1
rule 1 /23/ /78955523/
!
voice translation-profile OG-CLID
translate calling 1

dial-peer voice 4 pots
translation-profile outgoing OG-CLID
destination-pattern 9[2-9].........
port 0/2/0:23
forward-digits 10

Hope this helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top