cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
278
Views
0
Helpful
2
Replies

CME - Dial-peer overlap

Pierre SOURDEAU
Level 1
Level 1

Hello,

I have a client with CME where dial-plan for local and international calls is:

dial-peer voice 110 pots
 translation-profile outgoing out-loc
 destination-pattern ^9........$
 incoming called-number ^9........$
 port 0/0/0
 forward-digits all
!
dial-peer voice 130 pots
 translation-profile outgoing out-int
 destination-pattern ^900.T
 incoming called-number ^900.T
 port 0/0/0
 forward-digits all

When I call using en-bloc method, it is working fine:

  • Local number to 912345678
  • International number to 900123456789

When I call using digit-per-pigit method, I have an overlap issue:

  • Local number to 912345678 is working fine
  • International number to 900123456789 failed: 900123456 is composed

How can I forced CME do not stop dialing after 900123456 for international calls?

For information:

  • In my context, I can not used ^9[1-9].......$ dial-peer for local numbers
  • "dial-peer hunt 2" method is not working

Thank's

2 Replies 2

Rajan
VIP Alumni
VIP Alumni

Hi Pierre,

Similar issue being discussed here:

https://learningnetwork.cisco.com/thread/74109

HTH

Rajan

Hi Rajan,

Thank you for your answer.

On discussion, they used work-arround T at the end of destination-pattern:

dial-peer voice 110 pots
 destination-pattern ^9........T

Problem: dial-peer 110 do not match only 9 + any 8 digits.

It also match 9 + infinite number of digits, terminated with interdigit timeout or #.

Are there a method to keep ^9........$ pattern?