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

[reSIProcate-users] Changing RequestLine & CSeq method


I want to create an ACK from a 200 where the only fields that need changing are the requestline and the CSeq method.

How do I do this?
I was trying to do

ack->header(resip::h_CSeq).method()=resip::ACK;

and

ack->header(resip::h_RequestLine).method()=resip::ACK;


but it doesnt like that.