Uri host based routing
I want to route calls based on host uri. We have multiple hosturi scenarios, but I would to built specific SA for certain hosturi and leave the rest as wildcard.
VC ---> SBC ---> Internet
For example - webex.com
local-policy
from-address *
to-address webex.com
source-realm darkside
description
activate-time
deactivate-time
state enabled
policy-priority none
policy-attribute
next-hop webex.com
realm helloworld
action none
terminate-recursion enabled
carrier
Here webex.com is an SA
local-policy
from-address *
to-address !(webex.com) this any be any hosturi except webex.com
source-realm darkside
description
activate-time
deactivate-time
state enabled
policy-priority none
policy-attribute
next-hop *
realm helloworld
action none
terminate-recursion enabled