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