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

[reSIProcate-users] Send reINVITE with a modified SDP


 
Hi,

After an INVITE session is established, my application needs to instruct
the resip to send an reINVITE message with a modified SDP (even if the
peer supports UPDATE).

I study the code ./resip/dum/InviteSession.cxx and
./resip/dum/ClientInviteSession.cxx. The closest APIs I can find are
targetRefresh() and sessionRefresh(). But these APIs don't do exactly
what I am looking for.

Is there other available method that allows the resip to send an
reINVITE message with a modified SDP?

Thank you very much for your time.

Regards,
Kok Meng, Wong