Hi,
I have the following dial peer configuration on an h323 gateway:
dial-peer voice 1 pots
translation-profile outgoing isdn_map
destination-pattern 911$
progress_ind setup enable 3
progress_ind progress enable 8
incoming called-number .
direct-inward-dial
port 0/2/0:23
forward-digits all
!
dial-peer voice 2 pots
translation-profile outgoing isdn_map
destination-pattern 9911$
progress_ind setup enable 3
progress_ind progress enable 8
incoming called-number .
direct-inward-dial
port 0/2/0:23
forward-digits 3
!
dial-peer voice 3 pots
translation-profile outgoing isdn_map
destination-pattern 9T
progress_ind setup enable 3
progress_ind progress enable 8
incoming called-number .
direct-inward-dial
port 0/2/0:23
!
dial-peer voice 100 voip
preference 1
destination-pattern 9... --> this is for testing
progress_ind setup enable 3
progress_ind progress enable 8
voice-class h323 1
session target ipv4:172.16.24.12
dtmf-relay h245-alphanumeric
no vad
!
dial-peer voice 110 voip
preference 2
destination-pattern [150].
progress_ind setup enable 3
progress_ind progress enable 8
voice-class h323 1
session target ipv4:172.16.24.11
dtmf-relay h245-alphanumeric
no vad
When I call a number by dialing 9305XXXXXXX, the choosen dial peer is 100 because it is the more specific dial peer and the call doesn't go anywhere because the router is in SRST mode. I configured the preference but that didn't help. My question is:
When the router is in fallback, doesn't it disable the voip dial peers?
What do I have to do to use the pots dial peers?
Thanks in advanced. RG