fix: refs #7198 code fix
gitea/vn-asterisk/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-04-11 17:17:25 +02:00
parent 2f90b9d5b3
commit 852a1e1e0f
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
vn-asterisk (1.1.13) stable; urgency=low
vn-asterisk (1.1.14) stable; urgency=low
* Initial Release.

View File

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