fix: refs #7198 schedule macro fix
gitea/vn-asterisk/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2024-04-11 17:16:32 +02:00
parent 0308f9fe17
commit 6ffbb004c1
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ if ($countryCode) {
$isOutOfHours = true;
if ($isOutOfHours) {
Agi::exec("SET VARIABLE MACRO $countryCode-out-of-ours");
Agi::exec("SET VARIABLE MACRO out-of-ours");
exit;
}
}