Rename callcenter.conf to callcenter.conf.xml.
This commit is contained in:
parent
1e3c85aa60
commit
583601e84c
|
|
@ -1,23 +0,0 @@
|
||||||
<configuration name="callcenter.conf" description="CallCenter">
|
|
||||||
<settings>
|
|
||||||
<!--<param name="odbc-dsn" value="$${dsn}"/>-->
|
|
||||||
<!--<param name="dbname" value="/usr/local/freeswitch/db/call_center.db"/>-->
|
|
||||||
</settings>
|
|
||||||
|
|
||||||
<queues>
|
|
||||||
{v_queues}
|
|
||||||
</queues>
|
|
||||||
|
|
||||||
<!-- WARNING: Configuration of XML Agents will be updated into the DB upon restart. -->
|
|
||||||
<!-- WARNING: Configuration of XML Tiers will reset the level and position if those were supplied. -->
|
|
||||||
<!-- WARNING: Agents and Tiers XML config shouldn't be used in a multi FS shared DB setup (Not currently supported anyway) -->
|
|
||||||
<agents>
|
|
||||||
{v_agents}
|
|
||||||
</agents>
|
|
||||||
|
|
||||||
<!-- If no level or position is provided, they will default to 1. You should do this to keep db value on restart. -->
|
|
||||||
<tiers>
|
|
||||||
{v_tiers}
|
|
||||||
</tiers>
|
|
||||||
|
|
||||||
</configuration>
|
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
<configuration name="callcenter.conf" description="CallCenter">
|
||||||
|
<settings>
|
||||||
|
<!--<param name="odbc-dsn" value="$${dsn}"/>-->
|
||||||
|
<!--<param name="dbname" value="/usr/local/freeswitch/db/call_center.db"/>-->
|
||||||
|
</settings>
|
||||||
|
<queues>
|
||||||
|
</queues>
|
||||||
|
<!-- WARNING: Configuration of XML Agents will be updated into the DB upon restart. -->
|
||||||
|
<!-- WARNING: Configuration of XML Tiers will reset the level and position if those were supplied. -->
|
||||||
|
<!-- WARNING: Agents and Tiers XML config shouldn't be used in a multi FS shared DB setup (Not currently supported anyway) -->
|
||||||
|
<agents>
|
||||||
|
</agents>
|
||||||
|
<!-- If no level or position is provided, they will default to 1. You should do this to keep db value on restart. -->
|
||||||
|
<tiers>
|
||||||
|
</tiers>
|
||||||
|
</configuration>
|
||||||
Loading…
Reference in New Issue