Hi,
If I have an RURI like this:
INVITE sip:4045551212;param=xyz@domain:port SIP/2.0
which transformations can I best string together in order to remove the ';param=xyz' bit and extract just the core user part value (4045551212)?
{uri.user} returns '4045551212;param=xyz'. There are numerous transformations to help one access the parameters. What if I want to exclude the parameters?
I've already scoured the available transformations, just hoping a second pair of eyes can tell me I've missed something useful.
Cheers,
-- Alex