From 93f29717f49c315b05a70d4e565218d380714850 Mon Sep 17 00:00:00 2001 From: Alessio Garzi Date: Mon, 7 Oct 2024 15:27:14 +0200 Subject: [PATCH] MT#60765 Remove codec filtering by id tests Filtering codec by id is no more supported. Running tests on this feature would result in errors. Change-Id: Ic7e82678b2b387f6831eda7c84621f50feab91f0 --- scenarios/invite_sdp_filter/0007_test.yml.tt2 | 4 +- scenarios/invite_sdp_filter/0021_test.yml.tt2 | 42 --- scenarios/invite_sdp_filter/0023_test.yml.tt2 | 313 ------------------ scenarios/invite_sdp_filter/cdr_test.yml.tt2 | 11 +- scenarios/invite_sdp_filter/prefs.json.tt2 | 4 - scenarios/invite_sdp_filter/scenario.yml | 14 - .../invite_sdp_filter/sipp_scenario01.xml | 184 ---------- .../sipp_scenario01_test.yml.tt2 | 57 ---- .../sipp_scenario_responder00_test.yml.tt2 | 7 +- .../sipp_scenario_responder01.xml | 76 ----- .../sipp_scenario_responder01_test.yml.tt2 | 50 --- .../0021_test.yml.tt2 | 42 --- .../0023_test.yml.tt2 | 313 ------------------ .../cdr_test.yml.tt2 | 9 - .../prefs.json.tt2 | 4 - .../invite_sdp_filter_blacklist/scenario.yml | 14 - .../sipp_scenario01.xml | 184 ---------- .../sipp_scenario01_test.yml.tt2 | 58 ---- .../sipp_scenario_responder01.xml | 76 ----- .../sipp_scenario_responder01_test.yml.tt2 | 50 --- 20 files changed, 5 insertions(+), 1507 deletions(-) delete mode 100644 scenarios/invite_sdp_filter/0021_test.yml.tt2 delete mode 100644 scenarios/invite_sdp_filter/0023_test.yml.tt2 delete mode 100644 scenarios/invite_sdp_filter/sipp_scenario01.xml delete mode 100644 scenarios/invite_sdp_filter/sipp_scenario01_test.yml.tt2 delete mode 100644 scenarios/invite_sdp_filter/sipp_scenario_responder01.xml delete mode 100644 scenarios/invite_sdp_filter/sipp_scenario_responder01_test.yml.tt2 delete mode 100644 scenarios/invite_sdp_filter_blacklist/0021_test.yml.tt2 delete mode 100644 scenarios/invite_sdp_filter_blacklist/0023_test.yml.tt2 delete mode 100644 scenarios/invite_sdp_filter_blacklist/sipp_scenario01.xml delete mode 100644 scenarios/invite_sdp_filter_blacklist/sipp_scenario01_test.yml.tt2 delete mode 100644 scenarios/invite_sdp_filter_blacklist/sipp_scenario_responder01.xml delete mode 100644 scenarios/invite_sdp_filter_blacklist/sipp_scenario_responder01_test.yml.tt2 diff --git a/scenarios/invite_sdp_filter/0007_test.yml.tt2 b/scenarios/invite_sdp_filter/0007_test.yml.tt2 index 40c96af8..d68eb659 100644 --- a/scenarios/invite_sdp_filter/0007_test.yml.tt2 +++ b/scenarios/invite_sdp_filter/0007_test.yml.tt2 @@ -305,8 +305,8 @@ sip_out: '_:NOT:_a=rtpmap:98 speex/8000', '_:NOT:_a=fmtp:98 vbr=on', '_:NOT:_a=fmtp:18 annexb=yes', - 'a=rtpmap:101 telephone-event/48000', - 'a=rtpmap:99 telephone-event/16000', + '_:NOT:_a=rtpmap:101 telephone-event/48000', + '_:NOT:_a=rtpmap:99 telephone-event/16000', 'a=rtpmap:100 telephone-event/8000', 'm=video 0 RTP/AVPF 34' ] diff --git a/scenarios/invite_sdp_filter/0021_test.yml.tt2 b/scenarios/invite_sdp_filter/0021_test.yml.tt2 deleted file mode 100644 index 9ee6628e..00000000 --- a/scenarios/invite_sdp_filter/0021_test.yml.tt2 +++ /dev/null @@ -1,42 +0,0 @@ -flow: - - start|DEFAULT_ROUTE: - - start|ROUTE_ENTRY: - - return|ROUTE_ENTRY: - - start|ROUTE_NET_INFO: - - return|ROUTE_NET_INFO: - - start|ROUTE_CHECK_TEL_URI: - - return|ROUTE_CHECK_TEL_URI: - - start|ROUTE_PRX_REQUEST: - - start|ROUTE_INITVARS: - - return|ROUTE_INITVARS: - - start|ROUTE_INVITE: - - start|ROUTE_LOAD_CALLEE_DOMAIN_PREF: - - start|ROUTE_CLEAR_CALLEE_DOMAIN_PREF: - - return|ROUTE_CLEAR_CALLEE_DOMAIN_PREF: - - return|ROUTE_LOAD_CALLEE_DOMAIN_PREF: - - start|ROUTE_FIND_CALLER: - - start|ROUTE_AUTH: - - start|ROUTE_EXIT: - - start|ROUTE_RUNTIME: - - return|ROUTE_RUNTIME: - - exit|ROUTE_EXIT: -sip_in: - - '^INVITE' - - 'Contact: ]+)?>' - - 'To: ]+)?>' - - 'CSeq: 2 INVITE' - - 'Max-Forwards: 69' - - 'Content-Type: application/sdp' - - 'Proxy-Authorization: Digest username="[% scenarios.1.username %]"' - - 'm=audio \d+ RTP/AVPF 96 97 98 0 8 3 9 18 101 99 100' - - 'a=rtpmap:96 opus/48000/2' - - 'a=fmtp:96 useinbandfec=1' - - 'a=rtpmap:97 speex/16000' - - 'a=fmtp:97 vbr=on' - - 'a=rtpmap:98 speex/8000' - - 'a=fmtp:98 vbr=on' - - 'a=fmtp:18 annexb=yes' - - 'a=rtpmap:101 telephone-event/48000' - - 'a=rtpmap:99 telephone-event/16000' - - 'a=rtpmap:100 telephone-event/8000' - - 'm=video 9078 RTP/AVPF 96 97' - -sip_out: - - [ - '^SIP/2.0 100 Trying', - 'CSeq: \d+ INVITE', - 'From: - - - - ;tag=[pid]SIPpTag00[call_number] - To: - Call-ID: NGCP%[field4 file="callee.csv" line=1]%///[call_id] - CSeq: 1 INVITE - Contact: - Max-Forwards: 70 - Content-Type: application/sdp - Content-Length: [len] - - v=0 - o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip] - s=- - c=IN IP[media_ip_type] [media_ip] - t=0 0 - m=audio [media_port] RTP/AVPF 96 97 98 0 8 3 9 18 101 99 100 - a=rtpmap:96 opus/48000/2 - a=fmtp:96 useinbandfec=1 - a=rtpmap:97 speex/16000 - a=fmtp:97 vbr=on - a=rtpmap:98 speex/8000 - a=fmtp:98 vbr=on - a=fmtp:18 annexb=yes - a=rtpmap:101 telephone-event/48000 - a=rtpmap:99 telephone-event/16000 - a=rtpmap:100 telephone-event/8000 - a=rtcp-fb:* trr-int 1000 - a=rtcp-fb:* ccm tmmbr - m=video 9078 RTP/AVPF 96 97 - a=rtpmap:96 VP8/90000 - a=rtpmap:97 H264/90000 - a=fmtp:97 profile-level-id=42801F - a=rtcp-fb:* trr-int 1000 - a=rtcp-fb:* ccm tmmbr - a=rtcp-fb:96 nack pli - a=rtcp-fb:96 nack sli - a=rtcp-fb:96 ack rpsi - a=rtcp-fb:96 ccm fir - a=rtcp-fb:97 nack pli - a=rtcp-fb:97 ccm fir - - - ]]> - - - - - - - - ;tag=[pid]SIPpTag00[call_number] - To: [peer_tag_param] - Call-ID: NGCP%[field4 file="callee.csv" line=1]%///[call_id] - CSeq: 1 ACK - Contact: - Max-Forwards: 70 - Content-Length: 0 - - ]]> - - - - - - ;tag=[pid]SIPpTag00[call_number] - To: - Call-ID: NGCP%[field4 file="callee.csv" line=1]%///[call_id] - CSeq: 2 INVITE - Contact: - Max-Forwards: 70 - [field1 file="caller.csv"] - Content-Type: application/sdp - Content-Length: [len] - - v=0 - o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip] - s=- - c=IN IP[media_ip_type] [media_ip] - t=0 0 - m=audio [media_port] RTP/AVPF 96 97 98 0 8 3 9 18 101 99 100 - a=rtpmap:96 opus/48000/2 - a=fmtp:96 useinbandfec=1 - a=rtpmap:97 speex/16000 - a=fmtp:97 vbr=on - a=rtpmap:98 speex/8000 - a=fmtp:98 vbr=on - a=fmtp:18 annexb=yes - a=rtpmap:101 telephone-event/48000 - a=rtpmap:99 telephone-event/16000 - a=rtpmap:100 telephone-event/8000 - a=rtcp-fb:* trr-int 1000 - a=rtcp-fb:* ccm tmmbr - m=video 9078 RTP/AVPF 96 97 - a=rtpmap:96 VP8/90000 - a=rtpmap:97 H264/90000 - a=fmtp:97 profile-level-id=42801F - a=rtcp-fb:* trr-int 1000 - a=rtcp-fb:* ccm tmmbr - a=rtcp-fb:96 nack pli - a=rtcp-fb:96 nack sli - a=rtcp-fb:96 ack rpsi - a=rtcp-fb:96 ccm fir - a=rtcp-fb:97 nack pli - a=rtcp-fb:97 ccm fir - - ]]> - - - - - - - - - - - - ;tag=[pid]SIPpTag00[call_number] - To: [peer_tag_param] - Call-ID: NGCP%[field4 file="callee.csv" line=1]%///[call_id] - [routes] - CSeq: 2 ACK - Contact: - Max-Forwards: 70 - Content-Length: 0 - - ]]> - - - - - - - - - - - - - ;tag=[pid]SIPpTag00[call_number] - To: [peer_tag_param] - Call-ID: NGCP%[field4 file="callee.csv" line=1]%///[call_id] - CSeq: 3 BYE - Contact: - [routes] - Max-Forwards: 70 - Content-Length: 0 - - ]]> - - - - - - - - - - - - diff --git a/scenarios/invite_sdp_filter/sipp_scenario01_test.yml.tt2 b/scenarios/invite_sdp_filter/sipp_scenario01_test.yml.tt2 deleted file mode 100644 index 72268fdc..00000000 --- a/scenarios/invite_sdp_filter/sipp_scenario01_test.yml.tt2 +++ /dev/null @@ -1,57 +0,0 @@ -messages: -- - 'SIP/2.0 100 Trying' - - 'From: ;tag=[\w-]+' - - 'To: ' - - 'CSeq: \d+ INVITE' - - 'Server: Sipwise NGCP LB' - - 'Content-Length: 0' -- - 'SIP/2.0 407 Proxy Authentication Required' - - 'From: ;tag=[\w-]+' - - 'To: ;tag=[\w-]+' - - 'CSeq: \d+ INVITE' - - 'Proxy-Authenticate: Digest realm="invite-sdp-filter.scenarios.test", nonce="[^"]+"' - - 'Server: Sipwise NGCP Proxy' - - 'Content-Length: 0' -- - 'SIP/2.0 100 Trying' - - 'From: ;tag=[\w-]+' - - 'To: ' - - 'CSeq: \d+ INVITE' - - 'Server: Sipwise NGCP LB' - - 'Content-Length: 0' -- - 'SIP/2.0 180 Ringing' - - 'Record-Route: ' - - 'Record-Route: ' - - 'Record-Route: ' - - 'From: ;tag=[\w-]+' - - 'To: ;tag=[\w-]+' - - 'CSeq: \d+ INVITE' - - 'Content-Length: 0' - - 'Contact: ' -- - 'SIP/2.0 200 OK' - - 'Record-Route: ' - - 'Record-Route: ' - - 'Record-Route: ' - - 'From: ;tag=[\w-]+' - - 'To: ;tag=[\w-]+' - - 'CSeq: \d+ INVITE' - - 'Content-Type: application/sdp' - - 'Content-Length: \d+' - - 'Contact: ' - - 'v=0' - - 'o=user1 \d+ \d+ IN IP4 [% server_ip %]' - - 's=-' - - 'c=IN IP4 [% server_ip %]' - - 't=0 0' - - 'm=audio \d+ RTP/AVPF 8' - - 'a=rtpmap:8 PCMA/8000' - - 'a=sendrecv' - - 'a=ptime:50' - - 'm=video 0 RTP/AVPF 34' -- - 'SIP/2.0 200 OK' - - 'Record-Route: ' - - 'Record-Route: ' - - 'Record-Route: ' - - 'From: ;tag=[\w-]+' - - 'To: ;tag=[\w-]+' - - 'CSeq: \d+ BYE' - - 'Content-Length: 0' diff --git a/scenarios/invite_sdp_filter/sipp_scenario_responder00_test.yml.tt2 b/scenarios/invite_sdp_filter/sipp_scenario_responder00_test.yml.tt2 index 8274a77c..d71ee25a 100644 --- a/scenarios/invite_sdp_filter/sipp_scenario_responder00_test.yml.tt2 +++ b/scenarios/invite_sdp_filter/sipp_scenario_responder00_test.yml.tt2 @@ -15,18 +15,15 @@ messages: - 's=-' - 'c=IN IP4 [% server_ip %]' - 't=0 0' - - 'm=audio \d+ RTP/AVPF 0 8 3 101 99 100' + - 'm=audio \d+ RTP/AVPF 0 8 3 100' - 'a=rtpmap:0 PCMU/8000' - 'a=rtpmap:8 PCMA/8000' - 'a=rtpmap:3 GSM/8000' - - 'a=rtpmap:101 telephone-event/48000' - - 'a=rtpmap:99 telephone-event/16000' - - 'a=rtpmap:100 telephone-event/8000' - 'a=sendrecv' - 'a=rtcp:\d+' - 'a=rtcp-fb:\* trr-int 1000' - 'a=rtcp-fb:\* ccm tmmbr' - - 'm=video 0 RTP/AVPF 34' + - 'm=video 0 RTP/AVPF 0' - 'a=sendrecv' - 'a=rtcp-fb:\* trr-int 1000' - 'a=rtcp-fb:\* ccm tmmbr' diff --git a/scenarios/invite_sdp_filter/sipp_scenario_responder01.xml b/scenarios/invite_sdp_filter/sipp_scenario_responder01.xml deleted file mode 100644 index 11e2a2b1..00000000 --- a/scenarios/invite_sdp_filter/sipp_scenario_responder01.xml +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - Content-Length: 0 - - ]]> - - - - - - - Content-Type: application/sdp - Content-Length: [len] - - v=0 - o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip] - s=- - c=IN IP[media_ip_type] [media_ip] - t=0 0 - m=audio [media_port] RTP/AVP 8 - a=rtpmap:8 PCMA/8000 - a=ptime:50 - m=video 0 RTP/AVPF 34 - - ]]> - - - - - - - - - Content-Length: [len] - - ]]> - - - - - - - diff --git a/scenarios/invite_sdp_filter/sipp_scenario_responder01_test.yml.tt2 b/scenarios/invite_sdp_filter/sipp_scenario_responder01_test.yml.tt2 deleted file mode 100644 index 020b1cdb..00000000 --- a/scenarios/invite_sdp_filter/sipp_scenario_responder01_test.yml.tt2 +++ /dev/null @@ -1,50 +0,0 @@ -messages: -- - 'INVITE sip:[% scenarios.1.responders.0.username %]@[% scenarios.1.responders.0.ip %]:[% scenarios.1.responders.0.port %] SIP/2.0' - - 'Record-Route: ' - - 'Record-Route: ' - - 'Record-Route: ' - - 'From: ;tag=[\w-]+' - - 'To: ' - - 'CSeq: \d+ INVITE' - - 'P-Asserted-Identity: ' - - 'Content-Type: application/sdp' - - 'Content-Length: \d+' - - 'Contact: ' - - 'v=0' - - 'o=user1 \d+ \d+ IN IP4 [% server_ip %]' - - 's=-' - - 'c=IN IP4 [% server_ip %]' - - 't=0 0' - - 'm=audio \d+ RTP/AVPF 0 8 3 101 99 100' - - 'a=rtpmap:0 PCMU/8000' - - 'a=rtpmap:8 PCMA/8000' - - 'a=rtpmap:3 GSM/8000' - - 'a=rtpmap:101 telephone-event/48000' - - 'a=rtpmap:99 telephone-event/16000' - - 'a=rtpmap:100 telephone-event/8000' - - 'a=sendrecv' - - 'a=rtcp:\d+' - - 'a=rtcp-fb:\* trr-int 1000' - - 'a=rtcp-fb:\* ccm tmmbr' - - 'm=video 0 RTP/AVPF 34' - - 'a=sendrecv' - - 'a=rtcp-fb:\* trr-int 1000' - - 'a=rtcp-fb:\* ccm tmmbr' -- - 'ACK sip:[% scenarios.1.responders.0.ip %]:[% scenarios.1.responders.0.port %];transport=UDP SIP/2.0' - - 'Record-Route: ' - - 'Record-Route: ' - - 'Record-Route: ' - - 'From: ;tag=[\w-]+' - - 'To: ;tag=[\w-]+' - - 'CSeq: \d+ ACK' - - 'Content-Length: 0' - - 'Contact: ' -- - 'BYE sip:[% scenarios.1.responders.0.ip %]:[% scenarios.1.responders.0.port %];transport=UDP SIP/2.0' - - 'Record-Route: ' - - 'Record-Route: ' - - 'Record-Route: ' - - 'From: ;tag=[\w-]+' - - 'To: ;tag=[\w-]+' - - 'CSeq: \d+ BYE' - - 'P-Asserted-Identity: ' - - 'Content-Length: 0' diff --git a/scenarios/invite_sdp_filter_blacklist/0021_test.yml.tt2 b/scenarios/invite_sdp_filter_blacklist/0021_test.yml.tt2 deleted file mode 100644 index 9ee6628e..00000000 --- a/scenarios/invite_sdp_filter_blacklist/0021_test.yml.tt2 +++ /dev/null @@ -1,42 +0,0 @@ -flow: - - start|DEFAULT_ROUTE: - - start|ROUTE_ENTRY: - - return|ROUTE_ENTRY: - - start|ROUTE_NET_INFO: - - return|ROUTE_NET_INFO: - - start|ROUTE_CHECK_TEL_URI: - - return|ROUTE_CHECK_TEL_URI: - - start|ROUTE_PRX_REQUEST: - - start|ROUTE_INITVARS: - - return|ROUTE_INITVARS: - - start|ROUTE_INVITE: - - start|ROUTE_LOAD_CALLEE_DOMAIN_PREF: - - start|ROUTE_CLEAR_CALLEE_DOMAIN_PREF: - - return|ROUTE_CLEAR_CALLEE_DOMAIN_PREF: - - return|ROUTE_LOAD_CALLEE_DOMAIN_PREF: - - start|ROUTE_FIND_CALLER: - - start|ROUTE_AUTH: - - start|ROUTE_EXIT: - - start|ROUTE_RUNTIME: - - return|ROUTE_RUNTIME: - - exit|ROUTE_EXIT: -sip_in: - - '^INVITE' - - 'Contact: ]+)?>' - - 'To: ]+)?>' - - 'CSeq: 2 INVITE' - - 'Max-Forwards: 69' - - 'Content-Type: application/sdp' - - 'Proxy-Authorization: Digest username="[% scenarios.1.username %]"' - - 'm=audio \d+ RTP/AVPF 96 97 98 0 8 3 9 18 101 99 100' - - 'a=rtpmap:96 opus/48000/2' - - 'a=fmtp:96 useinbandfec=1' - - 'a=rtpmap:97 speex/16000' - - 'a=fmtp:97 vbr=on' - - 'a=rtpmap:98 speex/8000' - - 'a=fmtp:98 vbr=on' - - 'a=fmtp:18 annexb=yes' - - 'a=rtpmap:101 telephone-event/48000' - - 'a=rtpmap:99 telephone-event/16000' - - 'a=rtpmap:100 telephone-event/8000' - - 'm=video 9078 RTP/AVPF 96 97' - -sip_out: - - [ - '^SIP/2.0 100 Trying', - 'CSeq: \d+ INVITE', - 'From: - - - - ;tag=[pid]SIPpTag00[call_number] - To: - Call-ID: NGCP%[field4 file="callee.csv" line=1]%///[call_id] - CSeq: 1 INVITE - Contact: - Max-Forwards: 70 - Content-Type: application/sdp - Content-Length: [len] - - v=0 - o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip] - s=- - c=IN IP[media_ip_type] [media_ip] - t=0 0 - m=audio [media_port] RTP/AVPF 96 97 98 0 8 3 9 18 101 99 100 - a=rtpmap:96 opus/48000/2 - a=fmtp:96 useinbandfec=1 - a=rtpmap:97 speex/16000 - a=fmtp:97 vbr=on - a=rtpmap:98 speex/8000 - a=fmtp:98 vbr=on - a=fmtp:18 annexb=yes - a=rtpmap:101 telephone-event/48000 - a=rtpmap:99 telephone-event/16000 - a=rtpmap:100 telephone-event/8000 - a=rtcp-fb:* trr-int 1000 - a=rtcp-fb:* ccm tmmbr - m=video 9078 RTP/AVPF 96 97 - a=rtpmap:96 VP8/90000 - a=rtpmap:97 H264/90000 - a=fmtp:97 profile-level-id=42801F - a=rtcp-fb:* trr-int 1000 - a=rtcp-fb:* ccm tmmbr - a=rtcp-fb:96 nack pli - a=rtcp-fb:96 nack sli - a=rtcp-fb:96 ack rpsi - a=rtcp-fb:96 ccm fir - a=rtcp-fb:97 nack pli - a=rtcp-fb:97 ccm fir - - - ]]> - - - - - - - - ;tag=[pid]SIPpTag00[call_number] - To: [peer_tag_param] - Call-ID: NGCP%[field4 file="callee.csv" line=1]%///[call_id] - CSeq: 1 ACK - Contact: - Max-Forwards: 70 - Content-Length: 0 - - ]]> - - - - - - ;tag=[pid]SIPpTag00[call_number] - To: - Call-ID: NGCP%[field4 file="callee.csv" line=1]%///[call_id] - CSeq: 2 INVITE - Contact: - Max-Forwards: 70 - [field1 file="caller.csv"] - Content-Type: application/sdp - Content-Length: [len] - - v=0 - o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip] - s=- - c=IN IP[media_ip_type] [media_ip] - t=0 0 - m=audio [media_port] RTP/AVPF 96 97 98 0 8 3 9 18 101 99 100 - a=rtpmap:96 opus/48000/2 - a=fmtp:96 useinbandfec=1 - a=rtpmap:97 speex/16000 - a=fmtp:97 vbr=on - a=rtpmap:98 speex/8000 - a=fmtp:98 vbr=on - a=fmtp:18 annexb=yes - a=rtpmap:101 telephone-event/48000 - a=rtpmap:99 telephone-event/16000 - a=rtpmap:100 telephone-event/8000 - a=rtcp-fb:* trr-int 1000 - a=rtcp-fb:* ccm tmmbr - m=video 9078 RTP/AVPF 96 97 - a=rtpmap:96 VP8/90000 - a=rtpmap:97 H264/90000 - a=fmtp:97 profile-level-id=42801F - a=rtcp-fb:* trr-int 1000 - a=rtcp-fb:* ccm tmmbr - a=rtcp-fb:96 nack pli - a=rtcp-fb:96 nack sli - a=rtcp-fb:96 ack rpsi - a=rtcp-fb:96 ccm fir - a=rtcp-fb:97 nack pli - a=rtcp-fb:97 ccm fir - - ]]> - - - - - - - - - - - - ;tag=[pid]SIPpTag00[call_number] - To: [peer_tag_param] - Call-ID: NGCP%[field4 file="callee.csv" line=1]%///[call_id] - [routes] - CSeq: 2 ACK - Contact: - Max-Forwards: 70 - Content-Length: 0 - - ]]> - - - - - - - - - - - - - ;tag=[pid]SIPpTag00[call_number] - To: [peer_tag_param] - Call-ID: NGCP%[field4 file="callee.csv" line=1]%///[call_id] - CSeq: 3 BYE - Contact: - [routes] - Max-Forwards: 70 - Content-Length: 0 - - ]]> - - - - - - - - - - - - diff --git a/scenarios/invite_sdp_filter_blacklist/sipp_scenario01_test.yml.tt2 b/scenarios/invite_sdp_filter_blacklist/sipp_scenario01_test.yml.tt2 deleted file mode 100644 index 1e745ff2..00000000 --- a/scenarios/invite_sdp_filter_blacklist/sipp_scenario01_test.yml.tt2 +++ /dev/null @@ -1,58 +0,0 @@ -messages: -- - 'SIP/2.0 100 Trying' - - 'From: ;tag=[\w-]+' - - 'To: ' - - 'CSeq: \d+ INVITE' - - 'Server: Sipwise NGCP LB' - - 'Content-Length: 0' -- - 'SIP/2.0 407 Proxy Authentication Required' - - 'From: ;tag=[\w-]+' - - 'To: ;tag=[\w-]+' - - 'CSeq: \d+ INVITE' - - 'Proxy-Authenticate: Digest realm="invite-sdp-filter-blacklist.scenarios.test", nonce="[^"]+"' - - 'Server: Sipwise NGCP Proxy' - - 'Content-Length: 0' -- - 'SIP/2.0 100 Trying' - - 'From: ;tag=[\w-]+' - - 'To: ' - - 'CSeq: \d+ INVITE' - - 'Server: Sipwise NGCP LB' - - 'Content-Length: 0' -- - 'SIP/2.0 180 Ringing' - - 'Record-Route: ' - - 'Record-Route: ' - - 'Record-Route: ' - - 'From: ;tag=[\w-]+' - - 'To: ;tag=[\w-]+' - - 'CSeq: \d+ INVITE' - - 'Content-Length: 0' - - 'Contact: ' -- - 'SIP/2.0 200 OK' - - 'Record-Route: ' - - 'Record-Route: ' - - 'Record-Route: ' - - 'From: ;tag=[\w-]+' - - 'To: ;tag=[\w-]+' - - 'CSeq: \d+ INVITE' - - 'Content-Type: application/sdp' - - 'Content-Length: \d+' - - 'Contact: ' - - 'v=0' - - 'o=user1 \d+ \d+ IN IP4 [% server_ip %]' - - 's=-' - - 'c=IN IP4 [% server_ip %]' - - 't=0 0' - - 'm=audio \d+ RTP/AVPF 8' - - 'a=rtpmap:8 PCMA/8000' - - 'a=sendrecv' - - 'a=rtcp:\d+' - - 'a=ptime:50' - - 'm=video 0 RTP/AVPF 34' -- - 'SIP/2.0 200 OK' - - 'Record-Route: ' - - 'Record-Route: ' - - 'Record-Route: ' - - 'From: ;tag=[\w-]+' - - 'To: ;tag=[\w-]+' - - 'CSeq: \d+ BYE' - - 'Content-Length: 0' diff --git a/scenarios/invite_sdp_filter_blacklist/sipp_scenario_responder01.xml b/scenarios/invite_sdp_filter_blacklist/sipp_scenario_responder01.xml deleted file mode 100644 index 11e2a2b1..00000000 --- a/scenarios/invite_sdp_filter_blacklist/sipp_scenario_responder01.xml +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - Content-Length: 0 - - ]]> - - - - - - - Content-Type: application/sdp - Content-Length: [len] - - v=0 - o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip] - s=- - c=IN IP[media_ip_type] [media_ip] - t=0 0 - m=audio [media_port] RTP/AVP 8 - a=rtpmap:8 PCMA/8000 - a=ptime:50 - m=video 0 RTP/AVPF 34 - - ]]> - - - - - - - - - Content-Length: [len] - - ]]> - - - - - - - diff --git a/scenarios/invite_sdp_filter_blacklist/sipp_scenario_responder01_test.yml.tt2 b/scenarios/invite_sdp_filter_blacklist/sipp_scenario_responder01_test.yml.tt2 deleted file mode 100644 index e3048654..00000000 --- a/scenarios/invite_sdp_filter_blacklist/sipp_scenario_responder01_test.yml.tt2 +++ /dev/null @@ -1,50 +0,0 @@ -messages: -- - 'INVITE sip:[% scenarios.1.responders.0.username %]@[% scenarios.1.responders.0.ip %]:[% scenarios.1.responders.0.port %] SIP/2.0' - - 'Record-Route: ' - - 'Record-Route: ' - - 'Record-Route: ' - - 'From: ;tag=[\w-]+' - - 'To: ' - - 'CSeq: \d+ INVITE' - - 'P-Asserted-Identity: ' - - 'Content-Type: application/sdp' - - 'Content-Length: \d+' - - 'Contact: ' - - 'v=0' - - 'o=user1 \d+ \d+ IN IP4 [% server_ip %]' - - 's=-' - - 'c=IN IP4 [% server_ip %]' - - 't=0 0' - - 'm=audio \d+ RTP/AVPF 0 8 3 101 99 100' - - 'a=rtpmap:0 PCMU/8000' - - 'a=rtpmap:8 PCMA/8000' - - 'a=rtpmap:3 GSM/8000' - - 'a=rtpmap:101 telephone-event/48000' - - 'a=rtpmap:99 telephone-event/16000' - - 'a=rtpmap:100 telephone-event/8000' - - 'a=sendrecv' - - 'a=rtcp:\d+' - - 'a=rtcp-fb:\* trr-int 1000' - - 'a=rtcp-fb:\* ccm tmmbr' - - 'm=video 0 RTP/AVPF 34' - - 'a=sendrecv' - - 'a=rtcp-fb:\* trr-int 1000' - - 'a=rtcp-fb:\* ccm tmmbr' -- - 'ACK sip:[% scenarios.1.responders.0.ip %]:[% scenarios.1.responders.0.port %];transport=UDP SIP/2.0' - - 'Record-Route: ' - - 'Record-Route: ' - - 'Record-Route: ' - - 'From: ;tag=[\w-]+' - - 'To: ;tag=[\w-]+' - - 'CSeq: \d+ ACK' - - 'Content-Length: 0' - - 'Contact: ' -- - 'BYE sip:[% scenarios.1.responders.0.ip %]:[% scenarios.1.responders.0.port %];transport=UDP SIP/2.0' - - 'Record-Route: ' - - 'Record-Route: ' - - 'Record-Route: ' - - 'From: ;tag=[\w-]+' - - 'To: ;tag=[\w-]+' - - 'CSeq: \d+ BYE' - - 'P-Asserted-Identity: ' - - 'Content-Length: 0'