diff --git a/scenarios/invite_allowedcli_nonmatch_reject/0004_test.yml.tt2 b/scenarios/invite_allowedcli_nonmatch_reject/0004_test.yml.tt2 new file mode 100644 index 00000000..0aca64aa --- /dev/null +++ b/scenarios/invite_allowedcli_nonmatch_reject/0004_test.yml.tt2 @@ -0,0 +1,21 @@ +flow: + - start|DEFAULT_ROUTE: + - start|ROUTE_NET_INFO: + - return|ROUTE_NET_INFO: + - start|ROUTE_PRX_REQUEST: + - start|ROUTE_INITVARS: + - return|ROUTE_INITVARS: + - start|ROUTE_LOCAL: + - return|ROUTE_LOCAL: +sip_in: + - 'ACK sip:testuser1003@' + - 'From: \"431100222\" ;tag=' + - 'To: ;tag=' + - 'Max-Forwards: 69' + - 'Content-Length: 0' + - 'P-NGCP-Src-Ip: 127.126.0.1' + - 'P-NGCP-Src-Port: \d+' + - 'P-NGCP-Src-Proto: udp' + - 'P-NGCP-Src-Af: 4' + - 'P-Sock-Info: udp:127.0.0.1:5060' +sip_out: [] diff --git a/scenarios/invite_allowedcli_nonmatch_reject/sipp_scenario00.xml b/scenarios/invite_allowedcli_nonmatch_reject/sipp_scenario00.xml index 2efe07a0..290e0433 100644 --- a/scenarios/invite_allowedcli_nonmatch_reject/sipp_scenario00.xml +++ b/scenarios/invite_allowedcli_nonmatch_reject/sipp_scenario00.xml @@ -80,29 +80,22 @@ - + ;tag=[pid]SIPpTag00[call_number] To: [peer_tag_param] Call-ID: NGCP%[field4 file="callee.csv" line=0]%///[call_id] - [routes] CSeq: 2 ACK - Contact: sip:[field0 file="caller.csv" line=0]@[local_ip]:[local_port] Max-Forwards: 70 Content-Length: 0 ]]> - - - - - diff --git a/scenarios/invite_concurrent_max_out_per_account/sipp_scenario00.xml b/scenarios/invite_concurrent_max_out_per_account/sipp_scenario00.xml index b925395f..6ff611de 100644 --- a/scenarios/invite_concurrent_max_out_per_account/sipp_scenario00.xml +++ b/scenarios/invite_concurrent_max_out_per_account/sipp_scenario00.xml @@ -251,7 +251,7 @@ - + diff --git a/scenarios/lock_ported/0022_test.yml.tt2 b/scenarios/lock_ported/0022_test.yml.tt2 new file mode 100644 index 00000000..940e7fd7 --- /dev/null +++ b/scenarios/lock_ported/0022_test.yml.tt2 @@ -0,0 +1,22 @@ +flow: + - start|DEFAULT_ROUTE: + - start|ROUTE_NET_INFO: + - return|ROUTE_NET_INFO: + - start|ROUTE_PRX_REQUEST: + - start|ROUTE_INITVARS: + - return|ROUTE_INITVARS: + - start|ROUTE_LOCAL: + - return|ROUTE_LOCAL: +sip_in: + - 'ACK sip:testuser1004@' + - 'From: ;tag=' + - 'To: ;tag=' + - 'CSeq: 2 ACK' + - 'Max-Forwards: 69' + - 'Content-Length: 0' + - 'P-NGCP-Src-Ip: 127.126.0.1' + - 'P-NGCP-Src-Port: \d+' + - 'P-NGCP-Src-Proto: udp' + - 'P-NGCP-Src-Af: 4' + - 'P-Sock-Info: udp:127.0.0.1:5060' +sip_out: [] diff --git a/scenarios/lock_ported/sipp_scenario01.xml b/scenarios/lock_ported/sipp_scenario01.xml index 4f5f746b..1a22a095 100644 --- a/scenarios/lock_ported/sipp_scenario01.xml +++ b/scenarios/lock_ported/sipp_scenario01.xml @@ -86,23 +86,16 @@ ;tag=[pid]SIPpTag00[call_number] To: [peer_tag_param] Call-ID: NGCP%[field4 file="callee.csv" line=2]%///[call_id] - [routes] CSeq: 2 ACK - Contact: sip:[field0 file="caller.csv" line=1]@[local_ip]:[local_port] Max-Forwards: 70 Content-Length: 0 ]]> - - - - - diff --git a/scenarios/register_allowip/sipp_scenario00.xml b/scenarios/register_allowip/sipp_scenario00.xml index 45997674..a4419807 100644 --- a/scenarios/register_allowip/sipp_scenario00.xml +++ b/scenarios/register_allowip/sipp_scenario00.xml @@ -49,7 +49,20 @@ - + + ;tag=[pid]SIPpTag00[call_number] + To: [peer_tag_param] + Call-ID: NGCP%[field4 file="callee.csv" line=0]%///[call_id] + CSeq: 2 ACK + Max-Forwards: 70 + Content-Length: 0 + + ]]> + diff --git a/scenarios/reminder/0007_test.yml.tt2 b/scenarios/reminder/0007_test.yml.tt2 new file mode 100644 index 00000000..2cb73b18 --- /dev/null +++ b/scenarios/reminder/0007_test.yml.tt2 @@ -0,0 +1,18 @@ +flow: + - start|REPLY_ROUTE_NAT: + - exit|REPLY_ROUTE_NAT: +sip_in: + - '^SIP/2.0 200 OK' + - 'From: ;tag=' + - 'To: ;tag=' + - 'CSeq: 10 BYE' + - 'Content-Length:\s+0' + - 'P-NGCP-Src-Ip: 127.126.0.1' + - 'P-NGCP-Src-Port: \d+' + - 'P-NGCP-Src-Proto: udp' + - 'P-NGCP-Src-Af: 4' +sip_out: + - [ + '^SIP/2.0 200 OK', + 'CSeq: 10 BYE' + ] diff --git a/scenarios/reminder/sipp_scenario00.xml b/scenarios/reminder/sipp_scenario00.xml index 0f33ee13..cef27b03 100644 --- a/scenarios/reminder/sipp_scenario00.xml +++ b/scenarios/reminder/sipp_scenario00.xml @@ -106,9 +106,23 @@ ]]> - + + - + + + Content-Length: [len] + + ]]> +