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

[reSIProcate-users] How to modify a header value by given header name ?


Hi, I want to implement to modify the header value by given header name.

Likes this :


void modifyHeader(SipMessage & msg, const string & headerName)
{
   // Do not need to consider the extension header, just for RFC headers like From, to, agent etc..
}


Thanks