Patch committed.
On Friday, November 9, 2012 3:37:17 PM UTC+1, Uijltje wrote:
> ... which is because the RA is not an instance of SipListenerExt but of
> SipListener.
> Thus, SipListenerExt.processDialogTimeout() is never called which would
> allow for a dialog timeout to be generated.
> Is such a patch already scheduled for a 2.7+ release? (I couldn't find
> anything).
> I can attempt a contribution but am not too familiar with the
> SipResourceAdaptor code...
> Any hints?
> Thanks in advance,
> Tom Uijldert.
> On Thursday, November 8, 2012 2:22:51 PM UTC+1, Uijltje wrote:
>> System: SIP11-RA 2.7.0.FINAL
>> Hi,
>> In a straightforward UAS scenario: INVITE -> Ringing -> Ok -> ACK, the
>> ACK is delayed more than 32 seconds.
>> This causes termination of transactions (see below) as well as dialog
>> but no event is generated.
>> 2012-11-08 14:07:03,138 INFO [SipResourceAdaptor] (Timer-14) SIP
>> Transaction z9hg4bk2020578666 terminated
>> 2012-11-08 14:07:05,966 INFO [SipResourceAdaptor] (Timer-15) SIP
>> Transaction z9hg4bkotepdg20a8j1ah8gk6q0.1 terminated
>> 2012-11-08 14:07:05,998 INFO [SipResourceAdaptor] (Timer-15) SIP
>> Transaction z9hg4bkpdlqfp20bo40vj4050r0.1 terminated
>> 2012-11-08 14:07:06,013 INFO [SipResourceAdaptor] (Timer-15) SIP
>> Transaction z9hg4bkp5st1230b041vh06e2d0.1 terminated
>> 2012-11-08 14:07:06,091 INFO [SipResourceAdaptor] (Timer-15) SIP
>> Transaction z9hg4bkql2v3b30cg3hdikab631.1 terminated
>> 2012-11-08 14:07:09,498 INFO [SipResourceAdaptor] (Timer-15) SIP
>> Transaction z9hg4bkt53beq003oq00ik0v5f0.1 terminated
>> 2012-11-08 14:07:26,310 INFO [SipResourceAdaptor] (Timer-15) SIP
>> Transaction z9hg4bkjukpqf300051nh0d97i0.1 terminated
>> 2012-11-08 14:07:35,216 INFO [SipResourceAdaptor] (Timer-14) SIP Dialog
>> 1601486561-2037752080-469995649:b52b3b23:269157609 terminated
>> I expected at least a javax.sip.Timeout.TRANSACTION or a
>> javax.sip.Timeout.Dialog.
>> Is this correct and is this an issue or did I miss something?
>> Thanks in advance,
>> Tom Uijldert.