cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
239
Views
4
Helpful
2
Replies

challenge with dial-peer selection,using voice class e164-pattern-map

I have experienced, that the correct inbound dial-peer is not selected, and the call not sent to an outbound dial-peer.

I'm using are rather long list, that seems to kick in, even though there is no match there but a match in another list with a wildcard.

Adding an excact match solves the problem

Config snip (pattern maps attached) :

Wrong dial-peer:

dial-peer voice 34114 voip
description *** VK156451 TDC to Cube for Voice ***
huntstop
session protocol sipv2
destination dpg 3411
incoming called e164-pattern-map 3411

Correct dial-peer:

dial-peer voice 34194 voip
description *** VK156451 TDC to Cube ***
session protocol sipv2
incoming called e164-pattern-map 3419

fortvald
1 Accepted Solution

Accepted Solutions

Jonathan Schulenberg
Hall of Fame
Hall of Fame

 

There actually is a match in map 3411:

e164 +45384881[058]

This doesn’t have the leading carrot and trailing dollar sign to denote start/end of line, so it allows partial marches. This is a closer match than the wildcard pattern you have in map 3419.

View solution in original post

2 Replies 2

Jonathan Schulenberg
Hall of Fame
Hall of Fame

 

There actually is a match in map 3411:

e164 +45384881[058]

This doesn’t have the leading carrot and trailing dollar sign to denote start/end of line, so it allows partial marches. This is a closer match than the wildcard pattern you have in map 3419.

Thanks, I missed that typo.

fortvald