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"/>
|
|
|
|
</queue>
|
2010-08-14 11:46:34 -04:00
|
|
|
|
2010-08-13 09:48:37 -04:00
|
|
|
</queues>
|
|
|
|
|
|
|
|
<!-- WARNING : Configuring XML Agents will updated into the DB upon restart -->
|
|
|
|
<!-- WARNING : Configuring XML Tiers will reset the provided level and position if provided.-->
|
2010-08-14 12:22:11 -04:00
|
|
|
<!-- 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>
|
|
|
|
<!--<agent name="1000@default" type="callback" contact="[call_timeout=10]user/1000@default" status="Available" max-no-answer="3" wrap-up-time="10" />-->
|
|
|
|
</agents>
|
|
|
|
<tiers>
|
|
|
|
<!-- 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>
|
|
|
|
|
|
|
|
</configuration>
|