[reSIProcate] How to send "100 Trying" to an INVITE message?
Jason Fischl
jason at counterpath.com
Fri Jan 27 09:17:15 CST 2006
>
> 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;
More information about the resiprocate-devel
mailing list