summaryrefslogtreecommitdiff
path: root/misc/freeswitch/scripts/dialplan/router.lua
diff options
context:
space:
mode:
authorspag <spag@golwen.net>2013-03-01 07:31:05 +0100
committerspag <spag@golwen.net>2013-03-01 07:31:05 +0100
commitf9675ecb2a7415ecb8e1f5cc7abcc0dd75dac7f6 (patch)
tree176f82c184a615f013d0d369b176f873803b9790 /misc/freeswitch/scripts/dialplan/router.lua
parent290befe401fb068b6a18d6d62b0184b6b5449bb5 (diff)
ensure router loads common.str
Diffstat (limited to 'misc/freeswitch/scripts/dialplan/router.lua')
-rw-r--r--misc/freeswitch/scripts/dialplan/router.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/freeswitch/scripts/dialplan/router.lua b/misc/freeswitch/scripts/dialplan/router.lua
index bda80a7..8473c2b 100644
--- a/misc/freeswitch/scripts/dialplan/router.lua
+++ b/misc/freeswitch/scripts/dialplan/router.lua
@@ -8,6 +8,7 @@ Router = {}
-- create route object
function Router.new(self, arg)
+ require 'common.str';
arg = arg or {}
object = arg.object or {}
setmetatable(object, self);