Hi!! I want to make a call with a parameter and a header in the SIP-URI target, something like this: sip:call_test at 192.168.13.190;parameter1=pvalue1?header1=hvalue1 The problem is that pjsua send the header not in the SIP-URI, but as a Message Header of the INVITE. This is a problem for me because then I have to implement a parser for this Header, but if it were sent in the SIP-URI I nee only to take the header parameters from the pjsip_sip_uri structure. Is it possible to change this behaviour and make pjsua send the header as a part of the SIP-URI Adress? If not, is there a way to get the Message Header without implementing a specific parser for that Header? Thanks!! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20141215/e5e57be8/attachment.html>