diff options
author | spag <spag@golwen.net> | 2013-01-14 17:19:51 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-01-14 17:19:51 +0100 |
commit | 5ad2029e3e9beb4d581940a440d5a2ac455a163e (patch) | |
tree | 59f67679b716481e6cfc4f5a0151fb2d84f660b5 /misc/freeswitch | |
parent | 9292aa909881b7f21192f9278b8ce5eb8fe442de (diff) |
premature inclusion removed
Diffstat (limited to 'misc/freeswitch')
-rw-r--r-- | misc/freeswitch/scripts/dialplan/dialplan.lua | 4 |
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(); |