Browse Source
New selects exported, allowing to dissecting the content of an attribute by
interpreting it as a "name-addr" value.
Ex.:
$loaded_uri = "\"display name\" <UserName@HostName;param>"
$user = @avp["$loaded_uri"].nameaddr.uri.user
'$user' will contain "UserName".
Closes issue #SER-365.