Re: [reSIProcate-users] Changing RequestLine & CSeq method
resip/Helper.cxx is a great sample source for help with these types of
questions - check out Helper::makeFailureAck. You could also look at
InviteSession::sendAck for reference.
Scott
On Mon, Feb 2, 2009 at 8:07 AM, Andrew Wood <ajwood@xxxxxxx> wrote:
> 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.
>
> _______________________________________________
> resiprocate-users mailing list
> resiprocate-users@xxxxxxxxxxxxxxx
> List Archive: http://list.resiprocate.org/archive/resiprocate-users/
>