Improve the indentation

This commit is contained in:
FusionPBX 2024-05-09 10:25:27 -06:00 committed by GitHub
parent 50e0dd33e8
commit 4f7c5789fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 193 additions and 194 deletions

View File

@ -105,8 +105,8 @@ if ( session:ready() ) then
channel_result = api:executeString(cmd_string); channel_result = api:executeString(cmd_string);
end end
--referredy by is nill --referredy by is nill
if (referred_by == nil) then if (referred_by == nil) then
--determine whether to check if the destination is available --determine whether to check if the destination is available
check_destination_status = session:getVariable("check_destination_status"); check_destination_status = session:getVariable("check_destination_status");
@ -350,6 +350,5 @@ if (referred_by == nil) then
--error tone due to no destinations --error tone due to no destinations
session:execute("playback", "tone_stream://%(500,500,480,620);loops=3"); session:execute("playback", "tone_stream://%(500,500,480,620);loops=3");
end end
end
end end
end