r118 - in regression_tests: common/ua tests/2012_Session_inviteab_hangupab_packetloss/expected_output
erik at minisip.org
erik at minisip.org
Thu Jun 14 09:29:30 CEST 2007
Author: erik
Date: 2007-06-14 09:29:29 +0200 (Thu, 14 Jun 2007)
New Revision: 118
Modified:
regression_tests/common/ua/ua.cxx
regression_tests/tests/2012_Session_inviteab_hangupab_packetloss/expected_output/expected_output
Log:
* The regression testing application had a bug that made Via headers
appear multiple times in the output.
Modified: regression_tests/common/ua/ua.cxx
===================================================================
--- regression_tests/common/ua/ua.cxx 2007-06-13 18:44:19 UTC (rev 117)
+++ regression_tests/common/ua/ua.cxx 2007-06-14 07:29:29 UTC (rev 118)
@@ -218,7 +218,7 @@
this->dialogState.updateState((SipResponse*) *cmd.getCommandPacket());
MRef<SipResponse*> resp = (SipResponse*)*cmd.getCommandPacket();
- myAck = SipRequest::createSipMessageAck(myInvite,resp);
+ MRef<SipRequest*> myAck = SipRequest::createSipMessageAck(myInvite,resp);
SipSMCommand sipcmd( *myAck,
SipSMCommand::dialog_layer,
@@ -295,6 +295,11 @@
SipSMCommand::dialog_layer, "2**"))
{
//re-send ACK
+ this->dialogState.updateState((SipResponse*) *cmd.getCommandPacket());
+
+ MRef<SipResponse*> resp = (SipResponse*)*cmd.getCommandPacket();
+ MRef<SipRequest*> myAck = SipRequest::createSipMessageAck(myInvite,resp);
+
SipSMCommand sipcmd( *myAck,
SipSMCommand::dialog_layer,
SipSMCommand::transport_layer
@@ -331,7 +336,6 @@
MRef<SipRequest*> myInvite;
- MRef<SipRequest*> myAck;
MRef<SipIdentity*> myIdentity;
};
Modified: regression_tests/tests/2012_Session_inviteab_hangupab_packetloss/expected_output/expected_output
===================================================================
--- regression_tests/tests/2012_Session_inviteab_hangupab_packetloss/expected_output/expected_output 2007-06-13 18:44:19 UTC (rev 117)
+++ regression_tests/tests/2012_Session_inviteab_hangupab_packetloss/expected_output/expected_output 2007-06-14 07:29:29 UTC (rev 118)
@@ -177,7 +177,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -397,7 +396,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -470,7 +468,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -491,8 +488,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -723,7 +718,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -828,7 +822,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -984,7 +977,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -1005,8 +997,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -1079,7 +1069,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -1100,8 +1089,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -1122,9 +1109,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -1336,7 +1320,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -1566,7 +1549,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -1649,7 +1631,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -1670,8 +1651,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -1787,7 +1766,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -1943,7 +1921,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -2058,7 +2035,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -2079,8 +2055,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -2246,7 +2220,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -2267,8 +2240,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -2289,9 +2260,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -2364,7 +2332,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -2385,8 +2352,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -2407,9 +2372,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -2611,7 +2573,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -2831,7 +2792,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -2904,7 +2864,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -2925,8 +2884,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -3167,7 +3124,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -3272,7 +3228,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -3438,7 +3393,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -3459,8 +3413,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -3543,7 +3495,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -3564,8 +3515,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -3586,9 +3535,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -3715,7 +3661,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -3851,7 +3796,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -4091,7 +4035,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -4184,7 +4127,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -4205,8 +4147,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -4332,7 +4272,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -4353,8 +4292,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -4520,7 +4457,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -4645,7 +4581,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -4666,8 +4601,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -4688,9 +4621,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -4846,7 +4776,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -4867,8 +4796,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -4889,9 +4816,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -4912,10 +4836,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -4988,7 +4908,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -5009,8 +4928,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -5031,9 +4948,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -5054,10 +4968,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -5259,7 +5169,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -5479,7 +5388,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -5552,7 +5460,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -5573,8 +5480,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -5805,7 +5710,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -5910,7 +5814,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -6066,7 +5969,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -6087,8 +5989,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -6161,7 +6061,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -6182,8 +6081,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -6204,9 +6101,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -6418,7 +6312,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -6648,7 +6541,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -6731,7 +6623,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -6752,8 +6643,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -6869,7 +6758,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -7035,7 +6923,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -7150,7 +7037,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -7171,8 +7057,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -7348,7 +7232,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -7369,8 +7252,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -7391,9 +7272,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -7476,7 +7354,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -7497,8 +7374,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -7519,9 +7394,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -7723,7 +7595,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -7943,7 +7814,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -8016,7 +7886,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -8037,8 +7906,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -8289,7 +8156,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -8394,7 +8260,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -8570,7 +8435,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -8591,8 +8455,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -8685,7 +8547,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -8706,8 +8567,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -8728,9 +8587,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -8867,7 +8723,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -8888,8 +8743,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -9005,7 +8858,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -9255,7 +9107,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -9358,7 +9209,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -9379,8 +9229,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -9516,7 +9364,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -9537,8 +9384,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -9559,9 +9404,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -9717,7 +9559,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -9832,7 +9673,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -9853,8 +9693,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -9875,9 +9713,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -9898,10 +9733,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -10057,7 +9888,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -10078,8 +9908,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -10100,9 +9928,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -10123,10 +9948,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -10209,7 +10030,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -10230,8 +10050,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -10252,9 +10070,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
@@ -10275,10 +10090,6 @@
IN (UDP):
IN (UDP):
OUT (UDP): ACK sip:serveruser at localhost:SPORT SIP/2.0
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
-OUT (UDP): Via: SIP/2.0/UDP 0.0.0.0:CPORT;rport;branch=branchstring
OUT (UDP): Via: SIP/2.0/UDP 127.0.0.1:CPORT;rport;branch=branchstring
OUT (UDP): Max-Forwards: 70
OUT (UDP): Call-ID: callidstring
More information about the Minisip-devel
mailing list