summaryrefslogtreecommitdiff
path: root/misc/freeswitch/scripts/configuration.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/configuration.lua
parent0ee17f52f8ad337c1240b4c55dbd8f6c6c74dc90 (diff)
parent87aa843f920c2961496da669df4bba035c08aa1c (diff)
Merge branch 'develop' of github.com:amooma/GS5 into develop
Diffstat (limited to 'misc/freeswitch/scripts/configuration.lua')
-rw-r--r--misc/freeswitch/scripts/configuration.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/freeswitch/scripts/configuration.lua b/misc/freeswitch/scripts/configuration.lua
index b4dc0f6..1162e97 100644
--- a/misc/freeswitch/scripts/configuration.lua
+++ b/misc/freeswitch/scripts/configuration.lua
@@ -49,7 +49,7 @@ function gateways(database, profile_name)
gateways_xml = gateways_xml .. xml:element{
'gateway',
- name = gateway.name,
+ name = gateway_class.GATEWAY_PREFIX .. gateway.id,
xml:from_hash('param', parameters, 'name', 'value'),
};
end