Update switch.php (#5483)

Missing $2 as regex_match
This commit is contained in:
ednt
2020-09-23 20:11:44 +02:00
committed by GitHub
parent 0216ebee07
commit 433a8be4fa

View File

@@ -482,6 +482,7 @@ function outbound_route_to_bridge($domain_uuid, $destination_number, array $chan
else {
$condition_match[] = 'true';
$regex_match_1 = $matches[1][0];
$regex_match_2 = $matches[2][0];
$regex_match_3 = $matches[3][0];
$regex_match_4 = $matches[4][0];
$regex_match_5 = $matches[5][0];