Fix is_local.lua script on the stable branch.
This commit is contained in:
parent
332bf6116f
commit
2de87d1b49
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue