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

outgoing translation problem

Omer ali
Level 1
Level 1

guys I have my DID range 06621125XX, but I found out that provider is sending me (6606621125XX) I can translate inbout calls from PSTN to the right extensions, but I can't translate outbound calls from my extensions to PSTN for example when the dialer dial my number 0662112520 it normally goes to extension 8714, but when I'm dialing from the 8714 to make outbound calls to my mobile I'm getting 0662112500 on my mobile as a caller ID. the caller ID suppose to be 0662112520, but I don't know what is wrong. here is my config.

voice translation-rule 10
 rule 1 /8714/ /0662112520/ 
 

voice translation-profile out
 translate calling 10


dial-peer voice 1 pots
translation-profile outgoing out
destination-patern 907.........
port 0/0/0:15
forward-digits 11

3 Replies 3

Your configuration is correct. That's strange!
Can you confirm that within the call establishment in the PRI, the calling number is the correct one ?
Confirm that by doing a debug isdn q931 (and ter mon if you are on telnet) and verify that you're send the correct calling number  0662112520.

If you see that you're sending the calling number correctly, then try to change your voice translation-rule to match the type to "national" and the calling plan to "ISDN" (your telco may require that you specify these parameters to preserve your CLID). For example :

rule 1 /8714/ /0662112520/ type any national plan any ISDN

 

If both options don't work, then have a word with your Telco.

Dear majaafar,

thanks for your kind reply debugging is fully ok, calling number is 0662112520 and called number is my mobile number. but there is one thing when I make an incoming translation from PSTN to CME the provider sending me these digits 6606621125XX not only 06621125XX, inbound translation is ok when I use this 6606621125XX, but for outbound the only caller ID i'm getting is 0662112500.

Hello,

Yes as you said the inbound calls are fully functional. We are not discussing it so.
I'm talking about the outgoing ones, which is : the voice translation-rule associated with voice translation-profile out and with dial-peer voice 1 pots

 

I meant change your configuration so that it became like this :

 

voice translation-rule 10
 rule 1 /8714/ /0662112520/ type any national plan any ISDN

voice translation-profile out
 translate calling 10


dial-peer voice 1 pots
translation-profile outgoing out
destination-patern 907.........
port 0/0/0:15
forward-digits 11

 

 

If this don't work either, then you Telco is overriding your CLID, or he's waiting for specific parameters in your "calling plan" and "number type".

Have a talk with them.