fix: refs #7198 schedule macro fix
gitea/vn-asterisk/pipeline/head There was a failure building this commit
Details
gitea/vn-asterisk/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
0308f9fe17
commit
6ffbb004c1
|
@ -58,7 +58,7 @@ if ($countryCode) {
|
||||||
$isOutOfHours = true;
|
$isOutOfHours = true;
|
||||||
|
|
||||||
if ($isOutOfHours) {
|
if ($isOutOfHours) {
|
||||||
Agi::exec("SET VARIABLE MACRO $countryCode-out-of-ours");
|
Agi::exec("SET VARIABLE MACRO out-of-ours");
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue