Update page.lua

This commit is contained in:
FusionPBX
2019-08-04 13:59:23 -06:00
committed by GitHub
parent 1b523b1489
commit 95f80d6b1a

View File

@@ -179,7 +179,7 @@
--freeswitch.consoleLog("NOTICE", "cmd_string "..cmd_string.."\n");
else
--look inside the reply to check for the correct domain_name
if string.find(reply, domain_name) then
if string.find(reply, domain_name, nil, true) then
--found: user is busy
else
--not found