05-15-2021 03:54 AM
our system
cucm 8.6 -- sıp trunk -----cisco voice gateway ----- sip trunk ------telco
we can call outside but,when we want to forward all to mobile phone.call forwarding couldn't work
05-16-2021 05:38 PM
What I understood is after changing Calling Party Selection, For a forwarding call you are sending 4 digit extension number instead of mobile number.BUT your ISP is expecting Full DID for processing the call? Am I correct.
Are you using external phone number mask ? For an outgoing how do you translate 4 digit to Full digit ?
05-17-2021 12:20 AM
yes I use prefix.and calling party selection is orginatior.this configuration my calling is working but forwarding not working.when change the calling party selection redirect number.calling and faorwarding not working and ı saw debug voip ccapi inout calling number only 4 digit not with prefix
05-17-2021 02:41 AM
Where you added the Prefix? So your ISP expecting Full digits ?
05-17-2021 10:01 AM
yes our isp want full digit.and ı added prefix route pattern
05-18-2021 08:24 AM
So just to make sure we're completely clear, are you saying (1) your phones have four digit directory numbers (for example 4444), (2) you haven't configured an External Phone Number Mask in the DN configuration. (3) For normal outgoing calls you fix up the calling number on the Route Pattern using Calling Party Transformations / Prefix Digits (Outgoing Calls).
Is that all correct?
If so then the problem is that the redirected call is just going to show the four digit DN.
One option, if you're happy to present a standard calling number for redirected calls, would be a translation rule on the gateway to match and replace any four digit number. For example this rule matches only four digit numbers and replaces with 08501230000. All other numbers are not matched and therefore left unchanged.
voice translation-rule 5
rule 5 /^....$/ /08501230000/
05-18-2021 09:20 AM
Wouldn't this also be a possibility?
voice translation-rule 5 rule 5 /^\(....\)$/ /0850123\1/
This should keep the number from the forwarding DN and prefix the needed part to it.
05-18-2021 08:28 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