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

Re: [reSIProcate-users] About the ACK - B2BUA scenario


On Dec 20, 2007 6:45 AM, jcabezas <jcabezas@xxxxxxxxxx> wrote:
>
>       Just to double-check:  DUM will withhold for an undefined time ACK
> transmission until application invokes ProvideAnswer and (what is crucial
> too), ProvideAnswer does not need to be invoked inside the scope of onOffer
> callback, but outside and later ?

Yes. provideAnswer does not need to be called in the scope of onOffer.
The contract is that the application should call provideAnswer
relatively soon after onOffer is called though.