summaryrefslogtreecommitdiff
path: root/misc/freeswitch/scripts/common/gateway.lua
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-16 16:33:44 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-16 16:33:44 +0100
commit1323fbad97fcbcf0984e03dcb9acb6a07f3e0905 (patch)
treefb7578a8d53ab8367513e22bc3c23e8ee24b7a54 /misc/freeswitch/scripts/common/gateway.lua
parent0ee17f52f8ad337c1240b4c55dbd8f6c6c74dc90 (diff)
parent87aa843f920c2961496da669df4bba035c08aa1c (diff)
Merge branch 'develop' of github.com:amooma/GS5 into develop
Diffstat (limited to 'misc/freeswitch/scripts/common/gateway.lua')
-rw-r--r--misc/freeswitch/scripts/common/gateway.lua1
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