TT#81700 generate_test_tt2.pl: add common subst port 5080 -> 508[08]

Change-Id: Ia622e1887b8676e230ccecab04018f5a35b31d72
changes/79/41579/1
Victor Seva 6 years ago
parent a2b08d2006
commit 7d7625d62d

@ -144,6 +144,8 @@ sub subst_common
$line =~ s/: .+/: .+/;
} elsif($line =~ /^SIP-If-Match: /i) {
$line =~ s/: .+/: .+/;
} elsif($line =~ /127\.0\.0\.1(:|;port=)508[08]/) {
$line =~ s/127\.0\.0\.1(:|;port=)\d+/127.0.0.1${1}508[08]/g;
} elsif($line =~ /127\.0\.0\.1(:|;port=)508[58]/) {
$line =~ s/127\.0\.0\.1(:|;port=)\d+/127.0.0.1${1}508[58]/g;
} elsif($line =~ /^Content-Type: application\/dialog\-info\+xml/i) {

Loading…
Cancel
Save