2010-08-13 09:48:37 -04:00
|
|
|
<configuration name="callcenter.conf" description="CallCenter">
|
|
|
|
<settings>
|
2010-08-14 12:22:11 -04:00
|
|
|
<!--<param name="odbc-dsn" value="dsn:user:pass"/>-->
|
2010-08-13 09:48:37 -04:00
|
|
|
</settings>
|
|
|
|
|
|
|
|
<queues>
|
2010-08-14 11:46:34 -04:00
|
|
|
|
2010-08-13 09:48:37 -04:00
|
|
|
<queue name="support@default">
|
|
|
|
<param name="strategy" value="longest-idle-agent"/>
|
|
|
|
<param name="moh-sound" value="$${hold_music}"/>
|
2010-08-14 11:46:34 -04:00
|
|
|
<!--<param name="record-template" value="$${base_dir}/recordings/${strftime(%Y-%m-%d-%H-%M-%S)}.${destination_number}.${caller_id_number}.${uuid}.wav"/>-->
|
2010-08-13 09:48:37 -04:00
|
|
|
<param name="time-base-score" value="system"/>
|
2010-09-08 00:07:19 -04:00
|
|
|
<param name="max-wait-time" value="0"/>
|
|
|
|
<param name="max-wait-time-with-no-agent" value="0"/>
|
2010-08-25 21:40:33 -04: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 06:19:58 -04:00
|
|
|
<param name="discard-abandoned-after" value="60"/>
|
|
|
|
<param name="abandoned-resume-allowed" value="false"/>
|
2010-08-13 09:48:37 -04:00
|
|
|
</queue>
|
2010-08-14 11:46:34 -04:00
|
|
|
|
2010-08-13 09:48:37 -04:00
|
|
|
</queues>
|
|
|
|
|
2010-09-21 20:02:37 -04: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 09:48:37 -04:00
|
|
|
<agents>
|
2010-08-19 21:43:07 -04:00
|
|
|
<!--<agent name="1000@default" type="callback" contact="[call_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 09:48:37 -04:00
|
|
|
</agents>
|
|
|
|
<tiers>
|
2010-09-21 20:02:37 -04: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 09:48:37 -04:00
|
|
|
</tiers>
|
|
|
|
|
|
|
|
</configuration>
|