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; } }