summaryrefslogtreecommitdiff
path: root/misc/freeswitch/scripts/dialplan/dialplan.lua
diff options
context:
space:
mode:
authorspag <spag@golwen.net>2013-01-14 17:19:51 +0100
committerspag <spag@golwen.net>2013-01-14 17:19:51 +0100
commit5ad2029e3e9beb4d581940a440d5a2ac455a163e (patch)
tree59f67679b716481e6cfc4f5a0151fb2d84f660b5 /misc/freeswitch/scripts/dialplan/dialplan.lua
parent9292aa909881b7f21192f9278b8ce5eb8fe442de (diff)
premature inclusion removed
Diffstat (limited to 'misc/freeswitch/scripts/dialplan/dialplan.lua')
-rw-r--r--misc/freeswitch/scripts/dialplan/dialplan.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/freeswitch/scripts/dialplan/dialplan.lua b/misc/freeswitch/scripts/dialplan/dialplan.lua
index aa6b8c8..2c6f4e0 100644
--- a/misc/freeswitch/scripts/dialplan/dialplan.lua
+++ b/misc/freeswitch/scripts/dialplan/dialplan.lua
@@ -874,10 +874,6 @@ function Dialplan.run(self, destination)
end
end
- require 'dialplan.router'
- local router = dialplan.router.Router:new{ log = self.log, database = self.database };
- router:table_load();
-
self.routes = common.configuration_file.get('/opt/freeswitch/scripts/ini/routes.ini');
self.caller.domain_local = self.domain;
self:retrieve_caller_data();