Add bg_system to run the command as non blocking.
This commit is contained in:
parent
5a89fa5081
commit
147956f655
|
|
@ -233,7 +233,7 @@
|
|||
cmd = cmd .. "fax_prefix=false ";
|
||||
end
|
||||
freeswitch.consoleLog("notice", "[fax] command: " .. cmd .. "\n");
|
||||
result = api:executeString(cmd);
|
||||
result = api:executeString("bg_system "..cmd);
|
||||
|
||||
--add to fax logs
|
||||
sql = "insert into v_fax_logs ";
|
||||
|
|
|
|||
Loading…
Reference in New Issue