Fix is_local.lua script on the stable branch.

This commit is contained in:
Mark Crane 2015-01-17 07:31:50 +00:00
parent 332bf6116f
commit 2de87d1b49
1 changed files with 0 additions and 1 deletions

View File

@ -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);