Symptom
SIP Profile Test tool should not allow "|" "or" as wildcard
eg:
voice class sip-profiles 3
request INVITE sip-header P-Asserted-Identity modify "(<sip:(?:.*@)|<sip:(?!@))(.*)" "<sip:599999999@\2"
++ Currently, the tool does not show any error and even passes "|" as a valid wildcard
Conditions
SIP profiles containing "|"
voice class sip-profiles 3
request INVITE sip-header P-Asserted-Identity modify "(<sip:(?:.*@)|<sip:(?!@))(.*)" "<sip:599999999@\2"