local-policy PUID registration filter
Hi,
We would like to know if it is possible to have a PUID registration filter active on the ACME, that will only allow the
Registration messages received for PUIDs that match a specific format, are allowed to be forwarded towards the SBC Core interface.
Example:
- Only allow Registrations containing in the To-header a PUID = +99123456789_test1@site.provider.com
This should result in a filter like:
IF
To-header contains “*_test*” allow registration;
ELSE
drop message.
In the local-policy configuration ACME doesn't allow us to set "to-address" in such format;
hostname (local-policy)# to-address "*_test*"
invalid from/to address='*_test*'