On 11/03/2022 09:11, Ammad Ali wrote: > So, is there a way to make Calling-Station-Id attribute with empty value and > =~ operator work initially by some policy or configuration in authorize or > authenticate section ? If you're checking it matches a fixed (empty) string, there's no point using a regex test. Just use "==". -- Matthew