Hello guys!
I am trying to implement the hunstop command on dial-peers in order to force dial-peers to stop default hunting even if the voice port interface is down, but the hunting continues. For example, for the following two dial peers:
dial-peer voice 12 pots
huntstop
destination-pattern 130567734..
incoming called-number .T
direct-inward-dial
port 1/0:D <---- ( to local PBX )
forward-digits 4
!
dial-peer voice 26 voip
huntstop
destination-pattern 1305.......
voice-class codec 1
session protocol sipv2 <---- ( to SBC )
session target ipv4:172.20.11.10
session transport udp
tech-prefix 1
dtmf-interworking rtp-nte
If this router receives a call from PSTN to 3056773422 while link to PBX is down (port 1/0:D), the hunting continues to dial-peer voice 26 voip.
Why hunting is not stoping at dial-peer voice 12 pots?
Thanks in advanced guys!!