cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
426
Views
0
Helpful
3
Replies

CME - Discard Digit

MuhammadSaad_2
Level 1
Level 1

Hi All

I have CME ver 8.6, I have E1 line which last three digit are 0XX. Now the problem is if am dialing any international number its routing inside extension.

like if i dial 001 or 009 it dial internal extension. To solve this issue i configure translation rule and put that rule on dial pair but the transalation rule is not working.

when i test the rule in router its strip the digit but when call from inside to outside is not working.

below is the translation rule and dial peer

voice translation-rule 3

rule 3 /^6\(0..\)/ /\1/

voice translation-profile 3

translate calling 3

dial-peer voice 100 pots

corlist outgoing calloverseas

translation-profile outgoing 3

destination-pattern .T

port 0/0/0:15

forward-digits all

kindly help how i will do digit strip in CME.

Thank You

3 Replies 3

Nadeem Ahmed
Cisco Employee
Cisco Employee

what's number you need to send ? I mean complete number?

Your translation rule will strip all number and append 0XX. which is doing rite i believe.

voice translation-rule 3

rule 3 /^6\(0..\)/ /\1/

Br,

Nadeem Ahmed

Br, Nadeem Please rate all useful post.

Hi

From my local extension if i dial 006123456789 the pcall goes to extension 006

now what i did i made the translation rule if we press 6 and dial the international number it should go to PSTN.

for example if i dial from my ext 6006123456789

it should discard the digit 6 and send 00623456789

but its not happening its sending 600623456789 to PSTN.

045355: Nov 12 16:58:44.082 GMT: ISDN Se0/1/0:15 Q931: TX -> SETUP pd = 8  callref = 0x626A

        Bearer Capability i = 0x8090A3

                Standard = CCITT

                Transfer Capability = Speech 

                Transfer Mode = Circuit

                Transfer Rate = 64 kbit/s

        Channel ID i = 0xA98382

                Exclusive, Channel 2

        Calling Party Number i = 0x2180, '771'

                Plan:ISDN, Type:National

        Called Party Number i = 0xA1, '6006185246'

                Plan:ISDN, Type:National

045356: Nov 12 16:58:44.162 GMT: ISDN Se0/1/0:15 Q931: RX <- SETUP_ACK pd = 8  callref = 0xE26A

        Channel ID i = 0xA98382

                Exclusive, Channel 2

045357: Nov 12 16:58:53.734 GMT: ISDN Se0/1/0:15 Q931: TX -> DISCONNECT pd = 8  callref = 0x626A

        Cause i = 0x8090 - Normal call clearing

045358: Nov 12 16:58:53.870 GMT: ISDN Se0/1/0:15 Q931: RX <- RELEASE pd = 8  callref = 0xE26A

045359: Nov 12 16:58:53.870 GMT: ISDN Se0/1/0:15 Q931: TX -> RELEASE_COMP pd = 8  callref = 0x626A

045360: Nov 12 16:58:58.082 GMT: ISDN Se0/1/0:15 Q931: RX <- DISCONNECT pd = 8  callref = 0x191B

        Cause i = 0x829000000000 - Normal call clearing

There is config error, Please change the pattern , You are applying this translation on Calling where you want to perform this on Called number.

voice translation-profile 3

translate calling 3===change it to ===> translate called 3

Br,

Nadeem

Br, Nadeem Please rate all useful post.