On Thursday 12 February 2009, BERGANZ François wrote: > i need to get the Remote-Party-ID in the header. > I have that: > Remote-Party-ID: "francois bgz" > <sip:[email protected]:5067>;screen=yes;privacy=off;party=calling;-call- >i > nitiator=5016;-call-initiator-location=int;-redirected-by;-int-ext=5016;-en >t -name=Acro;-direction=ext;-call-id=55665. > > I need to have -ent-name=Acro > but, when I use $re, I have sip:[email protected]:5067 > > how can I do ?
Hi, the '$re' returns only to the remote-party URI. But you can use $hdr(Remote-Party-ID), and then use a transformation to split the content further. Cheers, Henning _______________________________________________ Kamailio (OpenSER) - Users mailing list [email protected] http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
