feat(pbx): refs #7198 code reorder
gitea/vn-asterisk/pipeline/head There was a failure building this commit
Details
gitea/vn-asterisk/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
04e7964493
commit
694e8b18d0
|
@ -56,11 +56,11 @@ if ($countryCode) {
|
||||||
);
|
);
|
||||||
} else
|
} else
|
||||||
$isOutOfHours = true;
|
$isOutOfHours = true;
|
||||||
}
|
|
||||||
|
|
||||||
if ($isOutOfHours) {
|
if ($isOutOfHours) {
|
||||||
Agi::exec("SET VARIABLE MACRO $countryCode-out-of-ours");
|
Agi::exec("SET VARIABLE MACRO $countryCode-out-of-ours");
|
||||||
exit;
|
exit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Gets the client from the phone number
|
// Gets the client from the phone number
|
||||||
|
|
Loading…
Reference in New Issue