feat(pbx): refs #7198 code reorder
gitea/vn-asterisk/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2024-04-11 17:02:00 +02:00
parent 04e7964493
commit 694e8b18d0
1 changed files with 4 additions and 4 deletions

View File

@ -56,11 +56,11 @@ if ($countryCode) {
); );
} else } else
$isOutOfHours = true; $isOutOfHours = true;
}
if ($isOutOfHours) { if ($isOutOfHours) {
Agi::exec("SET VARIABLE MACRO $countryCode-out-of-ours"); Agi::exec("SET VARIABLE MACRO $countryCode-out-of-ours");
exit; exit;
}
} }
// Gets the client from the phone number // Gets the client from the phone number