< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
I committed a fix for this. Thanks. From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Noiile resiprocate-devel,
Hello When
UAS receviced the first PUBLISH, it will create a new ServerPublication and
call onInitial() handler. But I
found that mExpires which pass to function onInitial() was not set value, and it was not be
initialized too. Maybe
it is a bug. In
function : ServerPublication::dispatch(const
SipMessage& msg) { assert(msg.isRequest()); /*********************************************** //I think Some codes should be added as following mExpires = 3600; ************************************************/ if (msg.exists(h_SIPIfMatch)) Noiile,
noiile@xxxxxxxxxxx 2005-9-21
|