Hi,
I some calls to a specific `sub-region` that I want to limit to a
specific trunk. Example.
Region 1: prefix 55, trunk 1, priority 10
Region 1: prefix 55, trunk 2, priority 20
Sub-region A: prefix 5512, trunk 1, priority 30
I do not want the calls to prefix 5512 to fail-over to trunk 2 in case
of 404, 503 or the like. So I have tried to put priority 30 on
sub-region A and a lower priority on Region 1, but it still fails over
to trunk 2 - can I prevent this?
Thanks!
//Anders