This commit is contained in:
parent
2f90b9d5b3
commit
852a1e1e0f
|
@ -1,4 +1,4 @@
|
||||||
vn-asterisk (1.1.13) stable; urgency=low
|
vn-asterisk (1.1.14) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -58,7 +58,7 @@ if ($countryCode) {
|
||||||
$isOutOfHours = true;
|
$isOutOfHours = true;
|
||||||
|
|
||||||
if ($isOutOfHours) {
|
if ($isOutOfHours) {
|
||||||
Agi::exec("SET VARIABLE MACRO out-of-ours");
|
Agi::exec('SET VARIABLE MACRO out-of-ours');
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue