Update page.lua

This commit is contained in:
FusionPBX
2019-08-04 13:59:23 -06:00
committed by GitHub
parent c879e97595
commit 5215dcdddc

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