03-18-2018 07:24 PM - edited 03-17-2019 12:26 PM
Hi,
Need a little help with a route pattern if I may.
Some info:
CUCM 11.5.1
No transaltion patterns
All patterns below are in the same partition
We have the following route pattern for calls when dialing full 10 digits with area codes 02, 03, 07, 08:
0.0[2378]XXXXXXXX
If we dial a number without the area code the Telco will default prefix 08 (our area). To allow calling without area code there are the following:
0.8XXXXXXX
0.[2-9]XXXXXXX
The second pattern was added later as new local numbers have been introduced.
We can successfully dial 81234567
We can successfully dial 0871234567
The issue is we cannot dial 71234567, we get the 'Your call cannot be completed as dialed' message.
Shouldn't the pattern 0.[2-9]XXXXXXX allow for dialing 71234567?
cheers
justin
Solved! Go to Solution.
03-19-2018 04:46 PM
03-18-2018 07:31 PM
yes 0.[2-9]XXXXXXX allows for 0.71234567
use the dialed number analyser in serviceability to see what pattern it actually hits to see where this goes wrong, also check the partition of the pattern and if it is available in the CSS of the phone dialing it (either on the line or on the device itself)
cheers
03-18-2018 08:24 PM
Hi Justin,
I agree with Dennis in checking the DNA to make sure which pattern is being hit to give you an insight of how the call is being routed.
However, to answer your question, 0.[2-9]XXXXXXX will come into picture when you are dialing 071234567 and not 71234567
What you can do is make a pattern without '0'.
Please rate if helpful.
HTH,
Akansha
03-19-2018 03:57 AM
03-19-2018 03:11 PM
Thanks for the responses.
I should clarify that we need to dial a zero for an outside line and we have Discard Digits set to Predot.
I have run the DNA and here are some of the results.
------------------------------------------------------------------------------
<DialedDigits><![CDATA[076283513]]></DialedDigits>
<MatchedPatternInfo>
<Pattern><![CDATA[0.[2-9]XXXXXXX]]></Pattern>
<CallFlow>
<RoutePattern Pattern = "0.[2-9]XXXXXXX">
<PositionalMatchList>76283513</PositionalMatchList>
<PreTransformCalledPartyNumber>076283513</PreTransformCalledPartyNumber>
<CalledPartyTransformations>
<CalledPartyMask></CalledPartyMask>
<DigitDiscardingInstruction>PreDot</DigitDiscardingInstruction>
<Prefix></Prefix>
<CalledNumber>76283513</CalledNumber>
</CalledPartyTransformations>
------------------------------------------------------------------------------
I can successfully call the number 76283513 from my mobile phone.
Thanks for the help.
03-19-2018 04:46 PM
03-19-2018 05:47 PM
@Aeby Vinod wrote:
I have a hunch the issue is that you don't have a dial peer defined for this pattern (unless you are using MGCP) , If its H.323 or SIP please attach the output of show run from the gateway here. Also please paste in the entire DNA report.
Normal reasons for Annunciatior to play the call cannot be completed message:
http://docwiki.cisco.com/wiki/Your_call_cannot_be_completed_as_dialed._Please_consult_your_directory_and_call_again,_or_ask_your_operator_for_assistance.
Please rate if you find this helpful.
Regards,
Aeby
That was it. I had a look on the voice router and saw this:
dial-peer voice 101 pots
description --- Local 8 Digit Calls ---
preference 9
destination-pattern 8.......
no digit-strip
direct-inward-dial
port 0/0/0:15
I changed the destination pattern to
destination-pattern [78].......
and all is good!
Thanks Aeby
03-19-2018 06:06 PM
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