diff options
author | spag <spag@golwen.net> | 2013-01-16 16:08:11 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-01-16 16:08:11 +0100 |
commit | 7b3582a93d939ae131a608f500654065e8bd18cd (patch) | |
tree | d8b3d0c49e671fa8d6e449d05b38e5b061f50f85 /misc/freeswitch/scripts/configuration.lua | |
parent | d95917ecbc5d0efbc1b4b67c1974d7f0421eebf9 (diff) |
set gateway name
Diffstat (limited to 'misc/freeswitch/scripts/configuration.lua')
-rw-r--r-- | misc/freeswitch/scripts/configuration.lua | 2 |
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 |