From 852a1e1e0fc1cc063339755a3ac811f5bcf9e580 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Thu, 11 Apr 2024 17:17:25 +0200 Subject: [PATCH] fix: refs #7198 code fix --- debian/changelog | 2 +- incoming.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 773f676..ae3c4df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -vn-asterisk (1.1.13) stable; urgency=low +vn-asterisk (1.1.14) stable; urgency=low * Initial Release. diff --git a/incoming.php b/incoming.php index 64eb669..12c36b1 100755 --- a/incoming.php +++ b/incoming.php @@ -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; } }