diff --git a/scenarios/incoming_hih/0005_test.yml.tt2 b/scenarios/incoming_hih/0005_test.yml.tt2 index 3bb72f16..302c3f9d 100644 --- a/scenarios/incoming_hih/0005_test.yml.tt2 +++ b/scenarios/incoming_hih/0005_test.yml.tt2 @@ -172,7 +172,7 @@ flow: sip_in: - '^INVITE sip:4311002@' - 'Contact: ', 'To: ', 'To: ' - - 'CSeq: 10 INVITE' + - 'CSeq: \d+ INVITE' - 'Content-Type: application/sdp' sip_out: - [ '^SIP/2.0 100 Trying', - 'CSeq: 10 INVITE', + 'CSeq: \d+ INVITE', 'From: ' - - 'CSeq: 10 INVITE' + - 'CSeq: \d+ INVITE' - 'Content-Type: application/sdp' - 'P-Caller-UUID: [% spce_test.testuser1001.uuid %]' - 'P-First-Caller-UPN: 4311002' @@ -113,13 +113,13 @@ sip_in: sip_out: - [ '^SIP/2.0 100 Trying', - 'CSeq: 10 INVITE', + 'CSeq: \d+ INVITE', 'From: ', diff --git a/scenarios/invite_conference_update/0011_test.yml.tt2 b/scenarios/invite_conference_update/0011_test.yml.tt2 index 97de67fd..a2c9adad 100644 --- a/scenarios/invite_conference_update/0011_test.yml.tt2 +++ b/scenarios/invite_conference_update/0011_test.yml.tt2 @@ -7,26 +7,22 @@ flow: - return|ROUTE_INITVARS: - exit|ROUTE_PRX_REQUEST: sip_in: -[% IF PRO %] - - '^UPDATE sip:conf=4311001@127.0.0.1:5080 SIP/2.0' -[% ELSE %] - '^UPDATE sip:127.0.0.1:5080;transport=udp SIP/2.0' -[% END %] - - 'CSeq: 11 UPDATE' + - 'CSeq: \d+ UPDATE' - 'Content-Length: 0' - 'From: ' - - 'CSeq: 10 INVITE' + - 'CSeq: \d+ INVITE' - 'Content-Type: application/sdp' sip_out: - [ '^SIP/2.0 100 Trying', - 'CSeq: 10 INVITE', + 'CSeq: \d+ INVITE', 'From: ' - - 'CSeq: 10 INVITE' + - 'CSeq: \d+ INVITE' - 'Content-Type: application/sdp' - 'P-Caller-UUID: [% spce_test.testuser1001.uuid %]' - 'P-First-Caller-UPN: 4311002' @@ -111,13 +111,13 @@ sip_in: sip_out: - [ '^SIP/2.0 100 Trying', - 'CSeq: 10 INVITE', + 'CSeq: \d+ INVITE', 'From: ', diff --git a/scenarios/invite_voicebox/0012_test.yml.tt2 b/scenarios/invite_voicebox/0012_test.yml.tt2 index 4eb9c2f7..2f917508 100644 --- a/scenarios/invite_voicebox/0012_test.yml.tt2 +++ b/scenarios/invite_voicebox/0012_test.yml.tt2 @@ -1,8 +1,4 @@ flow: -[% IF PRO %] - - start|REPLY_ROUTE_NAT: - - exit|REPLY_ROUTE_NAT: -[% ELSE %] - start|DEFAULT_ROUTE: - start|ROUTE_NET_INFO: - return|ROUTE_NET_INFO: @@ -19,44 +15,25 @@ flow: - return|ROUTE_STOP_RTPPROXY: - start|ROUTE_OUTBOUND: - exit|ROUTE_OUTBOUND: -[% END %] sip_in: -[% IF PRO %] - - '^SIP/2.0 200 OK' - - 'CSeq: 3 BYE' - - 'From: ', 'To: ', 'To: