diff options
author | spag <spag@golwen.net> | 2013-03-01 07:31:05 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-03-01 07:31:05 +0100 |
commit | f9675ecb2a7415ecb8e1f5cc7abcc0dd75dac7f6 (patch) | |
tree | 176f82c184a615f013d0d369b176f873803b9790 /misc/freeswitch/scripts | |
parent | 290befe401fb068b6a18d6d62b0184b6b5449bb5 (diff) |
ensure router loads common.str
Diffstat (limited to 'misc/freeswitch/scripts')
-rw-r--r-- | misc/freeswitch/scripts/dialplan/router.lua | 1 |
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); |