Re: [reSIProcate] UAC PRACK Support
Hi,
I was just going through the PRACK code, for UAC, in the "main". I want to share some views about the level of control we can provide to the application layer from DUM, in wake of the SDP negotiation.
It looks like DUM would take care of its own of sending PRACK for a reliable 1xx using function sendPrackIfNeeded().
Even as a UAC only, the case where the application wants to send an SDP Offer or an Answer in the PRACK is not possible currently. For this kind of control, application layer should be able to trigger the PRACK (with or without SDP) using appropriate APIs.
Also, the application should be able to choose the method to use (UPDATE/Re-INVITE) for sending a new SDP Offer.
I would appreciate your thoughts on this.
Thanks 'n' Regards,
Nilay