11-25-2019 03:53 AM
Hello everyone,
Consider the following setup:
We want to redirect all inbound calls from outside to our new number. For example, a call arriving at the router via E1 link destined to 12345111 should be redirected back to 67890111 again via E1 link.
Any guide or clue on how to do that?
Thank you very much.
Solved! Go to Solution.
11-27-2019 09:12 AM
Based on the debug you are getting 3 digits from telco
Called Party Number i = 0x81, '168'
So, to prefix the 67890 in front of XYZ you can do the following:
voice translation-rule 1
rule 1 // /67890/
voice translation-profile Prefix-67890
translate called 1
voice-port 0/0/0:23
translation-profile incoming Prefix-67890
This will prefix 67890 to any calls arriving on PRI port 0/0/0
11-25-2019 06:03 AM
Do you have CUCM? If so you can either do this via Translation Pattern on CUCM or via Translation rule/profile on the GW. For both cases we need to know what is the full digit string that telco is sending you over the E1, so proper translation can be derived. Is this E1 a PRI or E1-CAS?
11-25-2019 10:43 AM
11-26-2019 06:02 AM
Use "debug isdn q931" and post the output here along with what number you dialed.
11-26-2019 08:51 PM
11-27-2019 09:12 AM
Based on the debug you are getting 3 digits from telco
Called Party Number i = 0x81, '168'
So, to prefix the 67890 in front of XYZ you can do the following:
voice translation-rule 1
rule 1 // /67890/
voice translation-profile Prefix-67890
translate called 1
voice-port 0/0/0:23
translation-profile incoming Prefix-67890
This will prefix 67890 to any calls arriving on PRI port 0/0/0
11-27-2019 10:53 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide