From 6ffbb004c120d2d3d58fdd719b5b58ed5ed259bd Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Thu, 11 Apr 2024 17:16:32 +0200 Subject: [PATCH] fix: refs #7198 schedule macro fix --- incoming.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incoming.php b/incoming.php index bad50ef..64eb669 100755 --- a/incoming.php +++ b/incoming.php @@ -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; } }