mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
Add cc-instance-id to callcenter.conf xml.
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
elseif #dsn > 0 then
|
||||
table.insert(xml, [[ <param name="odbc-dsn" value="]]..database["switch"]..[["/>]]);
|
||||
end
|
||||
table.insert(xml, [[ <param name="cc-instance-id" value="]]..hostname..[["/>]]);
|
||||
-- table.insert(xml, [[ <param name="dbname" value="]]..database_dir..[[/call_center.db"/>]]);
|
||||
table.insert(xml, [[ </settings>]]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user