mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-01 09:43:50 +00:00
Fix is_local.lua script on the stable branch.
This commit is contained in:
@@ -55,7 +55,6 @@
|
||||
--freeswitch.consoleLog("notice", "SQL:" .. sql .. "\n");
|
||||
assert(dbh:query(sql, function(row)
|
||||
|
||||
|
||||
--set the outbound caller id
|
||||
if (outbound_caller_id_name ~= nil) then
|
||||
session:execute("export", "caller_id_name="..outbound_caller_id_name);
|
||||
|
||||
Reference in New Issue
Block a user