Local-policy selection
I have two local-policies both matching any to-addresses in the same realms:
local-policy
from-address 5555555555
to-address *
source-realm PUBLIC
description Block-Calls-From-ANI
state enabled
next-hop FAKE-SA
realm PRIVATE
terminate-recursion enabled
local-policy
from-address *
to-address *
source-realm PUBLIC
description To-CPE
state enabled
next-hop IP-PBX
realm PRIVATE
terminate-recursion enabled
When I route calls to the SD with the from-address showing in my first policy, it matches the second policy for any from-address. I am not able to control routing for this specific from-address because of this. Does anybody have an idea why it doesn't match the first policy?