FS-10314: Initial commit adding profiles to mod_callcenter

This commit is contained in:
Marc Olivier Chouinard 2017-07-18 10:34:07 -04:00
parent 313ddc34c3
commit 54c93528dc
2 changed files with 1081 additions and 495 deletions

View File

@ -1,4 +1,6 @@
<configuration name="callcenter.conf" description="CallCenter">
<profiles>
<profile name="default">
<settings>
<!--<param name="odbc-dsn" value="dsn:user:pass"/>-->
<!--<param name="dbname" value="/dev/shm/callcenter.db"/>-->
@ -25,9 +27,9 @@
</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) -->
<!-- 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>
<!--<agent name="1000@default" type="callback" contact="[leg_timeout=10]user/1000@default" status="Available" max-no-answer="3" wrap-up-time="10" reject-delay-time="10" busy-delay-time="60" />-->
</agents>
@ -35,5 +37,6 @@
<!-- If no level or position is provided, they will default to 1. You should do this to keep db value on restart. -->
<!-- <tier agent="1000@default" queue="support@default" level="1" position="1"/> -->
</tiers>
</profile>
</profiles>
</configuration>

File diff suppressed because it is too large Load Diff