From 5215dcdddccd4eb9cbb04a14bc81df8c2fcb5dee Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 4 Aug 2019 13:59:23 -0600 Subject: [PATCH] Update page.lua --- resources/install/scripts/page.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/install/scripts/page.lua b/resources/install/scripts/page.lua index 04b4d049a6..ea84c9712e 100644 --- a/resources/install/scripts/page.lua +++ b/resources/install/scripts/page.lua @@ -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