r47 - in regression_tests/tests: 2010_Session_inviteab_hangupab/expected_output 2011_Session_inviteab_hangupba 2011_Session_inviteab_hangupba/expected_output

erik at minisip.org erik at minisip.org
Wed Nov 22 15:18:53 CET 2006


Author: erik
Date: 2006-11-22 15:18:52 +0100 (Wed, 22 Nov 2006)
New Revision: 47

Modified:
   regression_tests/tests/2010_Session_inviteab_hangupab/expected_output/expected_output
   regression_tests/tests/2011_Session_inviteab_hangupba/expected_output/expected_output
   regression_tests/tests/2011_Session_inviteab_hangupba/test.sh
Log:

 * Changes in the libmsip transport layer has made the Via header contain
   a "transport=" parameter. Two tests reacted, and the expected output
   has been updated.
 * Fixed a bug in test 2011 that made the server exit too soon without
   hanging up.



Modified: regression_tests/tests/2010_Session_inviteab_hangupab/expected_output/expected_output
===================================================================
--- regression_tests/tests/2010_Session_inviteab_hangupab/expected_output/expected_output	2006-11-20 15:28:58 UTC (rev 46)
+++ regression_tests/tests/2010_Session_inviteab_hangupab/expected_output/expected_output	2006-11-22 14:18:52 UTC (rev 47)
@@ -4,7 +4,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:erik at localhost:40010>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:40020>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:40020;transport=UDP>;expires=1000
 OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:40020;rport;branch=branchstring
 OUT (UDP): Content-Length: 0
 OUT (UDP): 

Modified: regression_tests/tests/2011_Session_inviteab_hangupba/expected_output/expected_output
===================================================================
--- regression_tests/tests/2011_Session_inviteab_hangupba/expected_output/expected_output	2006-11-20 15:28:58 UTC (rev 46)
+++ regression_tests/tests/2011_Session_inviteab_hangupba/expected_output/expected_output	2006-11-22 14:18:52 UTC (rev 47)
@@ -4,7 +4,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:erik at localhost:40010>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:40020>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:40020;transport=UDP>;expires=1000
 OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:40020;rport;branch=branchstring
 OUT (UDP): Content-Length: 0
 OUT (UDP): 

Modified: regression_tests/tests/2011_Session_inviteab_hangupba/test.sh
===================================================================
--- regression_tests/tests/2011_Session_inviteab_hangupba/test.sh	2006-11-20 15:28:58 UTC (rev 46)
+++ regression_tests/tests/2011_Session_inviteab_hangupba/test.sh	2006-11-22 14:18:52 UTC (rev 47)
@@ -3,7 +3,7 @@
 make > build_output 2>&1  || exit 2
 
 # set up server on port 40010, send it a sleep command
-echo -e "sleep 6\nhangup\sleep 5"  | ../../common/ua/ua -p 40010 -u serveruser at domain.com > /dev/null 2>&1 &
+echo -e "sleep 6\nhangup\nsleep 5"  | ../../common/ua/ua -p 40010 -u serveruser at domain.com > /dev/null 2>&1 &
 
 # regression test is done on clients output
 echo -e "sleep 1\ncall erik at localhost:40010\nsleep 8" |



More information about the Minisip-devel mailing list