From bbbad123b3531a3b722ed1e448b3396be410001b Mon Sep 17 00:00:00 2001 From: Alessio Garzi Date: Tue, 27 Jun 2023 09:59:59 +0200 Subject: [PATCH] MT#57731 Be less strict on messages from asterisk Change-Id: Ibf0007287872723beb1345876a3f6bfd0a248437 --- scenarios/invite_voicebox/sipp_scenario00_test.yml.tt2 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scenarios/invite_voicebox/sipp_scenario00_test.yml.tt2 b/scenarios/invite_voicebox/sipp_scenario00_test.yml.tt2 index 297754a7..e267fb24 100644 --- a/scenarios/invite_voicebox/sipp_scenario00_test.yml.tt2 +++ b/scenarios/invite_voicebox/sipp_scenario00_test.yml.tt2 @@ -25,13 +25,10 @@ messages: - 'From: ;tag=[\w-]+' - 'To: ;tag=[\w-]+' - 'CSeq: \d+ INVITE' - - 'Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, SUBSCRIBE, NOTIFY, PUBLISH, MESSAGE' - - 'Supported: replaces' - 'Content-Type: application/sdp' - 'Content-Length: \d+' - 'Contact: ' - 'v=0' - - 'o=root \d+ \d+ IN IP4 [% server_ip %]' - 'c=IN IP4 [% server_ip %]' - 't=0 0' - 'm=audio \d+ RTP/AVP 8' @@ -47,6 +44,4 @@ messages: - 'From: ;tag=[\w-]+' - 'To: ;tag=[\w-]+' - 'CSeq: \d+ BYE' - - 'Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, SUBSCRIBE, NOTIFY, PUBLISH, MESSAGE' - - 'Supported: replaces, timer' - 'Content-Length: 0'