auto build r3222: 2 of 5 builds failed - 6 regression tests failed

svn svn at minisip.org
Tue Feb 27 00:23:40 CET 2007


Summary:
    debian_unstable/default__gtk_textui_oss: ok
    debian_unstable/gtk_textui_alsa_zrtp: ok
    debian_unstable/gtk_textui_oss_smartcard: ok
    mingw32_on_debian_unstable/gtk_dsound_debug: FAIL
    wxp_vs8/vs8test_libmutil: FAIL

Regression test:
                   1001_SipHeaderAccept/ ok
            1002_SipHeaderAcceptContact/ ok
            1003_SipHeaderAuthorization/ ok
                     1004_SipHeaderCSeq/ ok
                   1005_SipHeaderCallID/ ok
                  1006_SipHeaderContact/ ok
            1007_SipHeaderContentLength/ ok
              1008_SipHeaderContentType/ ok
                    1009_SipHeaderEvent/ ok
                  1010_SipHeaderExpires/ ok
                     1011_SipHeaderFrom/ ok
              1012_SipHeaderMaxForwards/ ok
        1013_SipHeaderProxyAuthenticate/ ok
       1014_SipHeaderProxyAuthorization/ ok
                     1015_SipHeaderRAck/ ok
                     1016_SipHeaderRSeq/ ok
              1017_SipHeaderRecordRoute/ ok
                  1018_SipHeaderReferTo/ ok
                  1019_SipHeaderRequire/ ok
                    1020_SipHeaderRoute/ ok
                  1021_SipHeaderSubject/ ok
                1022_SipHeaderSupported/ ok
                       1023_SipHeaderTo/ ok
              1024_SipHeaderUnsupported/ ok
                1025_SipHeaderUserAgent/ ok
                      1026_SipHeaderVia/ ok
          1027_SipHeaderWWWAuthenticate/ ok
                  1028_SipHeaderWarning/ ok
     2010_Session_inviteab_hangupab_udp/ NOT THE EXPECTED OUTPUT
     2011_Session_inviteab_hangupba_udp/ NOT THE EXPECTED OUTPUT
2012_Session_inviteab_hangupab_packetloss/ NOT THE EXPECTED OUTPUT
     2013_Session_inviteab_hangupab_tcp/ NOT THE EXPECTED OUTPUT
     2014_Session_inviteab_hangupba_tcp/ NOT THE EXPECTED OUTPUT
                  2021_simplestack_leak/ ok
                  2022_session_valgrind/ NOT THE EXPECTED OUTPUT
                   5001_scsim_verifypin/ ok



Build fail:
    Revision: 3222
    Machine: mingw32_on_debian_unstable
    Machine addr: svn at dev.minisip.org
    Build: gtk_dsound_debug
STDERR:
==========================================================

AUTOBUILD_INFO: processing libmutil...
+ set -e
+ LANG=C
+ export LANG
+ CYGWIN=binmode
+ export CYGWIN
+ amvers=no
+ automake-1.9 --version
+ automake-1.8 --version
+ amvers=-1.8
+ test -1.8 = no
+ libtoolize=no
+ libtoolize --version
+ libtoolize=libtoolize
+ test libtoolize = no
+ aclocal-1.8 -I m4 -I /home/svn/3222/binoutput/share/aclocal -I /home/svn/3222/usr/share/aclocal
/usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
+ libtoolize --copy --force --ltdl
+ autoconf
+ autoheader
+ automake-1.8 --add-missing --copy
configure.ac: installing `config/install-sh'
configure.ac: installing `config/missing'
Makefile.am: installing `config/depcomp'
source/mtimeWin32.cxx:35: error: ISO C++ forbids declaration of `mutil_ftime' with no type
source/mtimeWin32.cxx: In function `int mutil_ftime(timeb*)':
source/mtimeWin32.cxx:39: error: `_ftime64' was not declared in this scope
make[1]: *** [libmutil_la-mtimeWin32.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [all-recursive] Error 1
ERROR: Could not bootstrap/configure/compile/install libmutil
==========================================================

Build fail:
    Revision: 3222
    Machine: wxp_vs8
    Machine addr: svn at winbuild.minisip.org
    Build: vs8test_libmutil
STDERR:
==========================================================
C:\cygwin\home\svn
Setting environment for using Microsoft Visual Studio 2005 x86 tools.
Microsoft (R) Visual C++ Project Builder - Command Line Version 8.00.50727
Copyright (C) Microsoft Corp 1993-2003. All rights reserved.

Build started: Project: libmutil, Configuration: Debug|Win32
Compiling...
CircularBuffer.cxx
CommandString.cxx
CondVarWin32.cxx
dbg.cxx
Exception.cxx
IString.cxx
massert.cxx
MemObject.cxx
merror.cxx
MessageRouter.cxx
mtimeWin32.cxx
c:\cygwin\home\svn\3222\trunk\libmutil\source\mtimewin32.cxx(35) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\cygwin\home\svn\3222\trunk\libmutil\source\mtimewin32.cxx(41) : error C2664: '_ftime64_s' : cannot convert parameter 1 from 'timeb **__w64 ' to '__timeb64 *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>c:\cygwin\home\svn\3222\trunk\libmutil\source\mtimewin32.cxx(44) : warning C4508: 'mutil_ftime' : function should return a value; 'void' return type assumed
MutexWin32.cxx
SemaphoreWin32.cxx
stringutils.cxx
TextUI.cxx
ThreadWin32.cxx
Timestamp.cxx
Using libmutil::Timestamp.h in windows system ... useless ...
vmd5.cxx
XMLParser.cxx
Generating Code...
Build log was saved at "file://c:\cygwin\home\svn\3222\trunk\libmutil\vs8_proj\Debug\BuildLog.htm"
libmutil - 2 error(s), 1 warning(s)
Build started: Project: libmutil, Configuration: Release|Win32
Compiling...
XMLParser.cxx
vmd5.cxx
Timestamp.cxx
Using libmutil::Timestamp.h in windows system ... useless ...
ThreadWin32.cxx
TextUI.cxx
stringutils.cxx
SemaphoreWin32.cxx
MutexWin32.cxx
mtimeWin32.cxx
..\source\mtimeWin32.cxx(35) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\source\mtimeWin32.cxx(41) : error C2664: '_ftime64_s' : cannot convert parameter 1 from 'timeb **__w64 ' to '__timeb64 *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
2>..\source\mtimeWin32.cxx(44) : warning C4508: 'mutil_ftime' : function should return a value; 'void' return type assumed
MessageRouter.cxx
merror.cxx
MemObject.cxx
massert.cxx
IString.cxx
Exception.cxx
dbg.cxx
CondVarWin32.cxx
CommandString.cxx
CircularBuffer.cxx
Generating Code...
Build log was saved at "file://c:\cygwin\home\svn\3222\trunk\libmutil\vs8_proj\Release\BuildLog.htm"
libmutil - 2 error(s), 1 warning(s)
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
==========================================================
Regression test details:

========== 2010_Session_inviteab_hangupab_udp/ ===========
Changes detected:
--- expected_output/expected_output	2007-02-26 23:21:52.000000000 +0100
+++ test_output	2007-02-26 23:42:07.000000000 +0100
@@ -5,7 +5,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:erik at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 


========== 2011_Session_inviteab_hangupba_udp/ ===========
Changes detected:
--- expected_output/expected_output	2007-02-26 23:21:52.000000000 +0100
+++ test_output	2007-02-26 23:42:16.000000000 +0100
@@ -5,7 +5,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:erik at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -29,7 +29,7 @@
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
-IN (UDP): BYE sip:clientuser at 127.0.0.1:CPORT;transport=UDP SIP/2.0
+IN (UDP): BYE sip:clientuser at 127.0.0.1:CPORT SIP/2.0
 IN (UDP): Via: SIP/2.0/UDP 127.0.0.1:SPORT;rport;branch=branchstring
 IN (UDP): Max-Forwards: 70
 IN (UDP): From: <sip:erik at localhost:SPORT>


========== 2012_Session_inviteab_hangupab_packetloss/ ===========
Changes detected:
--- expected_output/expected_output	2007-02-26 23:21:52.000000000 +0100
+++ test_output	2007-02-27 00:06:19.000000000 +0100
@@ -6,7 +6,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -17,7 +17,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -79,7 +79,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -90,7 +90,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -142,7 +142,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -215,7 +215,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -226,7 +226,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -237,7 +237,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -289,7 +289,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -351,7 +351,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -362,7 +362,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -435,7 +435,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -530,7 +530,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -541,7 +541,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -552,7 +552,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -563,7 +563,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -615,7 +615,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -626,7 +626,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -688,7 +688,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -771,7 +771,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -782,7 +782,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -793,7 +793,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -866,7 +866,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -938,7 +938,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -949,7 +949,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -1044,7 +1044,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -1162,7 +1162,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -1173,7 +1173,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -1184,7 +1184,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -1195,7 +1195,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -1206,7 +1206,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -1238,7 +1238,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -1249,7 +1249,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -1301,7 +1301,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -1374,7 +1374,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -1385,7 +1385,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -1396,7 +1396,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -1458,7 +1458,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -1520,7 +1520,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -1531,7 +1531,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -1614,7 +1614,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -1719,7 +1719,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -1730,7 +1730,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -1741,7 +1741,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -1752,7 +1752,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -1825,7 +1825,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -1836,7 +1836,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -1908,7 +1908,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2001,7 +2001,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2012,7 +2012,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2023,7 +2023,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2118,7 +2118,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2200,7 +2200,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2211,7 +2211,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2329,7 +2329,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2457,7 +2457,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2468,7 +2468,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2479,7 +2479,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2490,7 +2490,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2501,7 +2501,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2513,7 +2513,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2524,7 +2524,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2576,7 +2576,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2649,7 +2649,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2660,7 +2660,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2671,7 +2671,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2723,7 +2723,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2785,7 +2785,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2796,7 +2796,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2869,7 +2869,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2964,7 +2964,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2975,7 +2975,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2986,7 +2986,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -2997,7 +2997,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -3059,7 +3059,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -3070,7 +3070,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -3132,7 +3132,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -3215,7 +3215,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -3226,7 +3226,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -3237,7 +3237,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -3320,7 +3320,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -3392,7 +3392,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -3403,7 +3403,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -3508,7 +3508,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -3636,7 +3636,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -3647,7 +3647,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -3658,7 +3658,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -3669,7 +3669,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -3680,7 +3680,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -3753,7 +3753,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -3764,7 +3764,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -3816,7 +3816,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -3889,7 +3889,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -3900,7 +3900,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -3911,7 +3911,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -3983,7 +3983,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -4045,7 +4045,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -4056,7 +4056,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -4149,7 +4149,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -4264,7 +4264,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -4275,7 +4275,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -4286,7 +4286,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -4297,7 +4297,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -4392,7 +4392,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -4403,7 +4403,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -4485,7 +4485,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -4588,7 +4588,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -4599,7 +4599,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -4610,7 +4610,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -4728,7 +4728,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -4800,7 +4800,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -4811,7 +4811,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -4953,7 +4953,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5105,7 +5105,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5116,7 +5116,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5127,7 +5127,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5138,7 +5138,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5149,7 +5149,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5161,7 +5161,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5172,7 +5172,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5224,7 +5224,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5297,7 +5297,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5308,7 +5308,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5319,7 +5319,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5371,7 +5371,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5433,7 +5433,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5444,7 +5444,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5517,7 +5517,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5612,7 +5612,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5623,7 +5623,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5634,7 +5634,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5645,7 +5645,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5697,7 +5697,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5708,7 +5708,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5770,7 +5770,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5853,7 +5853,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5864,7 +5864,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5875,7 +5875,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -5948,7 +5948,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -6020,7 +6020,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -6031,7 +6031,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -6126,7 +6126,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -6244,7 +6244,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -6255,7 +6255,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -6266,7 +6266,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -6277,7 +6277,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -6288,7 +6288,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -6320,7 +6320,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -6331,7 +6331,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -6383,7 +6383,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -6456,7 +6456,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -6467,7 +6467,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -6478,7 +6478,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -6540,7 +6540,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -6602,7 +6602,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -6613,7 +6613,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -6696,7 +6696,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -6801,7 +6801,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -6812,7 +6812,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -6823,7 +6823,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -6834,7 +6834,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -6917,7 +6917,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -6928,7 +6928,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -7000,7 +7000,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -7093,7 +7093,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -7104,7 +7104,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -7115,7 +7115,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -7220,7 +7220,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -7302,7 +7302,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -7313,7 +7313,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -7441,7 +7441,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -7569,7 +7569,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -7580,7 +7580,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -7591,7 +7591,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -7602,7 +7602,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -7613,7 +7613,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -7625,7 +7625,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -7636,7 +7636,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -7688,7 +7688,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -7761,7 +7761,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip:serveruser at localhost:SPORT>
 OUT (UDP): CSeq: 1 INVITE
-OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT;transport=UDP>;expires=1000
+OUT (UDP): Contact: <sip:clientuser at 127.0.0.1:CPORT>;expires=1000
 OUT (UDP): Content-Length: 0
 OUT (UDP): 
 OUT (UDP): 
@@ -7772,7 +7772,7 @@
 OUT (UDP): From: <sip:clientuser at domain.com>
 OUT (UDP): To: <sip: