[svn-commits] mjordan: testsuite/asterisk/trunk r5734 - in /asterisk/trunk/tests/hep: pjsip...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Oct 16 15:59:02 CDT 2014


Author: mjordan
Date: Thu Oct 16 15:58:57 2014
New Revision: 5734

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=5734
Log:
hep/pjsip*: Add specific expected port with rport parameter

Modified:
    asterisk/trunk/tests/hep/pjsip-auth/test-config.yaml
    asterisk/trunk/tests/hep/pjsip-ipv6/test-config.yaml
    asterisk/trunk/tests/hep/pjsip/test-config.yaml

Modified: asterisk/trunk/tests/hep/pjsip-auth/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/hep/pjsip-auth/test-config.yaml?view=diff&rev=5734&r1=5733&r2=5734
==============================================================================
--- asterisk/trunk/tests/hep/pjsip-auth/test-config.yaml (original)
+++ asterisk/trunk/tests/hep/pjsip-auth/test-config.yaml Thu Oct 16 15:58:57 2014
@@ -74,7 +74,7 @@
                 decode: 'SIP'
                 value:
                     - 'SIP/2.0 100 Trying'
-                    - 'Via: SIP/2.0/UDP 127.0.0.1:5067;rport;received=127.0.0.1;branch=(.*)'
+                    - 'Via: SIP/2.0/UDP 127.0.0.1:5067;rport=5067;received=127.0.0.1;branch=(.*)'
                     - 'Call-ID: (.*?)@127.0.0.1'
                     - 'From: "test1" <sip:alice-ipv4-udp at 127.0.0.1>;tag=(.*)'
                     - 'To: "test" <sip:test at 127.0.0.1>'
@@ -95,7 +95,7 @@
                 decode: 'SIP'
                 value:
                     - 'SIP/2.0 200 OK'
-                    - 'Via: SIP/2.0/UDP 127.0.0.1:5067;rport;received=127.0.0.1;branch=(.*)'
+                    - 'Via: SIP/2.0/UDP 127.0.0.1:5067;rport=5067;received=127.0.0.1;branch=(.*)'
                     - 'Call-ID: (.*?)@127.0.0.1'
                     - 'From: "test1" <sip:alice-ipv4-udp at 127.0.0.1>;tag=(.*)'
                     - 'To: "test" <sip:test at 127.0.0.1>;tag=(.*)'
@@ -189,7 +189,7 @@
                 decode: 'SIP'
                 value:
                     - 'SIP/2.0 200 OK'
-                    - 'Via: SIP/2.0/UDP 127.0.0.1:5067;rport;received=127.0.0.1;branch=(.*)'
+                    - 'Via: SIP/2.0/UDP 127.0.0.1:5067;rport=5067;received=127.0.0.1;branch=(.*)'
                     - 'Call-ID: (.*?)@127.0.0.1'
                     - 'From: "test1" <sip:alice-ipv4-udp at 127.0.0.1>;tag=(.*)'
                     - 'To: "test" <sip:test at 127.0.0.1>;tag=(.*)'

Modified: asterisk/trunk/tests/hep/pjsip-ipv6/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/hep/pjsip-ipv6/test-config.yaml?view=diff&rev=5734&r1=5733&r2=5734
==============================================================================
--- asterisk/trunk/tests/hep/pjsip-ipv6/test-config.yaml (original)
+++ asterisk/trunk/tests/hep/pjsip-ipv6/test-config.yaml Thu Oct 16 15:58:57 2014
@@ -72,7 +72,7 @@
                 decode: 'SIP'
                 value:
                     - 'SIP/2.0 100 Trying'
-                    - 'Via: SIP/2.0/UDP \[::1\]:5067;rport;received=::1;branch=(.*)'
+                    - 'Via: SIP/2.0/UDP \[::1\]:5067;rport=5067;received=::1;branch=(.*)'
                     - 'Call-ID: (.*?)@::1'
                     - 'From: "test1" <sip:alice-ipv6-udp@\[::1\]>;tag=(.*)'
                     - 'To: "test" <sip:test@\[::1\]>'
@@ -92,7 +92,7 @@
                 decode: 'SIP'
                 value:
                     - 'SIP/2.0 200 OK'
-                    - 'Via: SIP/2.0/UDP \[::1\]:5067;rport;received=::1;branch=(.*)'
+                    - 'Via: SIP/2.0/UDP \[::1\]:5067;rport=5067;received=::1;branch=(.*)'
                     - 'Call-ID: (.*?)@::1'
                     - 'From: "test1" <sip:alice-ipv6-udp@\[::1\]>;tag=(.*)'
                     - 'To: "test" <sip:test@\[::1\]>;tag=(.*)'
@@ -183,7 +183,7 @@
                 decode: 'SIP'
                 value:
                     - 'SIP/2.0 200 OK'
-                    - 'Via: SIP/2.0/UDP \[::1\]:5067;rport;received=::1;branch=(.*)'
+                    - 'Via: SIP/2.0/UDP \[::1\]:5067;rport=5067;received=::1;branch=(.*)'
                     - 'Call-ID: (.*?)@::1'
                     - 'From: "test1" <sip:alice-ipv6-udp@\[::1\]>;tag=(.*)'
                     - 'To: "test" <sip:test@\[::1\]>;tag=(.*)'

Modified: asterisk/trunk/tests/hep/pjsip/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/hep/pjsip/test-config.yaml?view=diff&rev=5734&r1=5733&r2=5734
==============================================================================
--- asterisk/trunk/tests/hep/pjsip/test-config.yaml (original)
+++ asterisk/trunk/tests/hep/pjsip/test-config.yaml Thu Oct 16 15:58:57 2014
@@ -71,7 +71,7 @@
                 decode: 'SIP'
                 value:
                     - 'SIP/2.0 100 Trying'
-                    - 'Via: SIP/2.0/UDP 127.0.0.1:5067;rport;received=127.0.0.1;branch=(.*)'
+                    - 'Via: SIP/2.0/UDP 127.0.0.1:5067;rport=5067;received=127.0.0.1;branch=(.*)'
                     - 'Call-ID: (.*?)@127.0.0.1'
                     - 'From: "test1" <sip:alice-ipv4-udp at 127.0.0.1>;tag=(.*)'
                     - 'To: "test" <sip:test at 127.0.0.1>'
@@ -91,7 +91,7 @@
                 decode: 'SIP'
                 value:
                     - 'SIP/2.0 200 OK'
-                    - 'Via: SIP/2.0/UDP 127.0.0.1:5067;rport;received=127.0.0.1;branch=(.*)'
+                    - 'Via: SIP/2.0/UDP 127.0.0.1:5067;rport=5067;received=127.0.0.1;branch=(.*)'
                     - 'Call-ID: (.*?)@127.0.0.1'
                     - 'From: "test1" <sip:alice-ipv4-udp at 127.0.0.1>;tag=(.*)'
                     - 'To: "test" <sip:test at 127.0.0.1>;tag=(.*)'
@@ -182,7 +182,7 @@
                 decode: 'SIP'
                 value:
                     - 'SIP/2.0 200 OK'
-                    - 'Via: SIP/2.0/UDP 127.0.0.1:5067;rport;received=127.0.0.1;branch=(.*)'
+                    - 'Via: SIP/2.0/UDP 127.0.0.1:5067;rport=5067;received=127.0.0.1;branch=(.*)'
                     - 'Call-ID: (.*?)@127.0.0.1'
                     - 'From: "test1" <sip:alice-ipv4-udp at 127.0.0.1>;tag=(.*)'
                     - 'To: "test" <sip:test at 127.0.0.1>;tag=(.*)'




More information about the svn-commits mailing list