Hello, I tried to use avp_subst to extract the part <......> of a Remote-Party-ID
$avp(s:merker)= Remote-Party-ID: "test"sip:12345@localhost;party=calling;id-type=subscriber;screen=yes;privacy=full avp_subst("$avp(s:merker)/$avp(s:merker1)", "/(.*)>(.*)/\1>/");
the result for merker1 is Remote-Party-ID: "test"sip:12345@localhost
what must I change in the re to get this result? sip:12345@localhost
thanks in advance, Andreas