diff options
author | spag <spag@golwen.net> | 2013-01-16 16:07:40 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-01-16 16:07:40 +0100 |
commit | d95917ecbc5d0efbc1b4b67c1974d7f0421eebf9 (patch) | |
tree | fbc965166cd5a20a98cf186b4bbd335d6016b37a /misc/freeswitch/scripts/common/gateway.lua | |
parent | ac7ebc61a99cd638d7f23c9c99dcd1329e6040b6 (diff) |
set gateway prefix
Diffstat (limited to 'misc/freeswitch/scripts/common/gateway.lua')
-rw-r--r-- | misc/freeswitch/scripts/common/gateway.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/freeswitch/scripts/common/gateway.lua b/misc/freeswitch/scripts/common/gateway.lua index 6e9fbfb..5c76aba 100644 --- a/misc/freeswitch/scripts/common/gateway.lua +++ b/misc/freeswitch/scripts/common/gateway.lua @@ -16,6 +16,7 @@ function Gateway.new(self, arg) self.log = arg.log; self.database = arg.database; self.record = arg.record; + self.GATEWAY_PREFIX = 'gateway'; return object; end |