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

Re: [reSIProcate] How to send "100 Trying" to an INVITE message?


>
> Is there a way to force reSIProcate to send a "100
> Trying"?
>
The underlying stack will only send a 100 Trying after a certain
amount of time has passed since it is not necessary to send a 100 if
the TU sends a 1XX such as 180 or accepts with a 200. There is a
static variable Timer::T100 that you can assign to 0 if you want resip
to always send a 100 immediately. I think the default is 75ms.

resip::Timer::T100 = 0;