Update page.lua
This commit is contained in:
parent
c879e97595
commit
5215dcdddc
|
|
@ -179,7 +179,7 @@
|
||||||
--freeswitch.consoleLog("NOTICE", "cmd_string "..cmd_string.."\n");
|
--freeswitch.consoleLog("NOTICE", "cmd_string "..cmd_string.."\n");
|
||||||
else
|
else
|
||||||
--look inside the reply to check for the correct domain_name
|
--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
|
--found: user is busy
|
||||||
else
|
else
|
||||||
--not found
|
--not found
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue