2010-08-13 13:48:37 +00:00
|
|
|
<configuration name="callcenter.conf" description="CallCenter">
|
|
|
|
<settings>
|
2010-08-14 16:22:11 +00:00
|
|
|
<!--<param name="odbc-dsn" value="dsn:user:pass"/>-->
|
2010-10-02 03:01:03 +00:00
|
|
|
<!--<param name="dbname" value="/dev/shm/callcenter.db"/>-->
|
2017-07-12 16:01:06 +00:00
|
|
|
<!--<param name="cc-instance-id" value="single_box"/>-->
|
2010-08-13 13:48:37 +00:00
|
|
|
</settings>
|
|
|
|
|
|
|
|
<queues>
|
2010-08-14 15:46:34 +00:00
|
|
|
|
2010-08-13 13:48:37 +00:00
|
|
|
<queue name="support@default">
|
|
|
|
<param name="strategy" value="longest-idle-agent"/>
|
|
|
|
<param name="moh-sound" value="$${hold_music}"/>
|
2014-09-01 00:22:08 +00:00
|
|
|
<!--<param name="record-template" value="$${recordings_dir}/${strftime(%Y-%m-%d-%H-%M-%S)}.${destination_number}.${caller_id_number}.${uuid}.wav"/>-->
|
2010-08-13 13:48:37 +00:00
|
|
|
<param name="time-base-score" value="system"/>
|
2010-09-08 04:07:19 +00:00
|
|
|
<param name="max-wait-time" value="0"/>
|
|
|
|
<param name="max-wait-time-with-no-agent" value="0"/>
|
2010-11-30 18:28:14 +00:00
|
|
|
<param name="max-wait-time-with-no-agent-time-reached" value="5"/>
|
2010-08-26 01:40:33 +00:00
|
|
|
<param name="tier-rules-apply" value="false"/>
|
|
|
|
<param name="tier-rule-wait-second" value="300"/>
|
|
|
|
<param name="tier-rule-wait-multiply-level" value="true"/>
|
|
|
|
<param name="tier-rule-no-agent-no-wait" value="false"/>
|
2010-08-26 10:19:58 +00:00
|
|
|
<param name="discard-abandoned-after" value="60"/>
|
|
|
|
<param name="abandoned-resume-allowed" value="false"/>
|
2010-08-13 13:48:37 +00:00
|
|
|
</queue>
|
2010-08-14 15:46:34 +00:00
|
|
|
|
2010-08-13 13:48:37 +00:00
|
|
|
</queues>
|
|
|
|
|
2010-09-22 00:02:37 +00:00
|
|
|
<!-- 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) -->
|
2010-08-13 13:48:37 +00:00
|
|
|
<agents>
|
2016-12-29 16:17:41 +00:00
|
|
|
<!--<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" />-->
|
2010-08-13 13:48:37 +00:00
|
|
|
</agents>
|
|
|
|
<tiers>
|
2010-09-22 00:02:37 +00:00
|
|
|
<!-- 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"/> -->
|
2010-08-13 13:48:37 +00:00
|
|
|
</tiers>
|
|
|
|
|
|
|
|
</configuration>
|