cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
300
Views
0
Helpful
1
Replies

calling number digit manipulation in SRST mode

Ayodeji Okanlawon
VIP Alumni
VIP Alumni

Hi,

Guys...

I am trying to manipulate my users extension in srst to show full e.164 numbers.

I have created voice xlation rule as follows:

voice translation-rule 2

rule 2 /^2\(...\)/ /4164472\1/

voice translation-profile srstclid

translate calling 2

dial-peer voice 5000 pots

translation-profile outgoing srstclid

But its not working. When I dial a pstn number it shows only the 4 digit extension not the full e.164 number

any ideas

Please rate all useful posts
1 Reply 1

Aaron Harrison
VIP Alumni
VIP Alumni

Hi

You can do this to verify your translation-rule:

test voice translation-rule 2 2345

It will verify the translation works as expected.

Next thing to do is verify that you are sending the expected digits out to PSTN (assuming ISDN here):

debug isdn q931

If you don't see the correct 'calling number' it may be that you are using a different dial-peer - do a 'debug voip dial-peer default' to verify this.

Regards

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!