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
|
||||
$isOutOfHours = true;
|
||||
}
|
||||
|
||||
if ($isOutOfHours) {
|
||||
Agi::exec("SET VARIABLE MACRO $countryCode-out-of-ours");
|
||||
exit;
|
||||
if ($isOutOfHours) {
|
||||
Agi::exec("SET VARIABLE MACRO $countryCode-out-of-ours");
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
// Gets the client from the phone number
|
||||
|
|
Loading…
Reference in New Issue