< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate-users] How to add "+g.oma.sip-im" parameter(No "=" in it) to Contact header ?


Please ignore my question, I got it works.

Just likes this:

ExtensionParameter ep("+g.oma.sip-im");
msg->header(h_Contacts).front().param(ep) = "";

Best regards.


On Fri, Nov 8, 2013 at 5:04 PM, Karlsson <boost.regex@xxxxxxxxx> wrote:
Hi, I can add the parameter which is include the "=" into the Contact header,
but for "+g.oma.sip-im", it does not include "=", how could I add it ?

I consider convert the Contact header to a string then append "+g.oma.sip-im" to it, but I think this is not good way.

 Best regards,