auto build r3541: all 9 builds ok - 6 regression tests failed
Erik Eliasson
ere at kth.se
Sat Dec 1 14:43:28 CET 2007
FYI,
The automated testing shows that the SIP stack has changed what
information is sent in the "Contact" header.
It looks like we have dropped the port part which worries me. The test
uses a random port for the SIP signalling, and we don't have it in the
contact uri any more.
(In the output, the random port number is replaced with "CPORT" for the
UAC and SPORT for the UAS)
I am not updating the expected output of the regression tests since I
don't think it's ok. We will have to look into this.
Also, I think I will remove test 2012 that tests packet loss handling in
the SIP stack since there is too much randomness in the output (mainly
because of load of simultaneouts compiles on the machine which runs the
tests).
--Erik
On Fri, 2007-11-30 at 15:14 +0100, svn wrote:
> ========== 2013_Session_inviteab_hangupab_tcp/ ===========
> Changes detected:
> --- expected_output/expected_output 2007-11-30 12:31:25.000000000
> +0100
> +++ test_output 2007-11-30 13:16:51.000000000 +0100
> @@ -5,7 +5,7 @@
> OUT (STREAM): From: <sip:clientuser at domain.com>
> OUT (STREAM): To: <sip:erik at localhost:SPORT>
> OUT (STREAM): CSeq: 1 INVITE
> -OUT (STREAM): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
> +OUT (STREAM): Contact: <sip:clientuser at 127.0.0.1>;expires=1000
> OUT (STREAM): Content-Length: 0
> OUT (STREAM):
> OUT (STREAM):
>
More information about the Minisip-devel
mailing list