-
Hi,
I use SipUnit in different Threads, to emulate a sync call on one PC.
But, if an assert failes in a Thread, there is only the Exception printed to the Console, but the Test finishes successfully...
Is this the expected behaviour? Is there a workarround?
greetz.
2009-11-11 16:32:28 UTC in CafeSip - Look what Java and SIP can do
-
Yeah, I fixxed the Problem now with a really dirty Hack :).
I just decremented the CSeq-Number if a 484-Respnse is Received...
Thanks for reply!
Greetz.
2009-08-19 08:04:35 UTC in CafeSip - Look what Java and SIP can do
-
Hi Guys,
i got a little problem here. I am trying to implement some kind of OverlapDialing in SipUnit. For this reason I constructed my own makeCall-function in SipPhone.
But, as u can see in this (http://paste.ubuntu.com/255016/) trace, the ACKs that are sent on the received 484-messages contain a wrong CSeq-Number (higher than the 484-Responses).
For Information, i did a little Hack...
2009-08-18 09:43:15 UTC in CafeSip - Look what Java and SIP can do