forked from Mirrors/freeswitch
28 lines
1.2 KiB
XML
28 lines
1.2 KiB
XML
|
<configuration name="callcenter.conf" description="CallCenter">
|
||
|
<settings>
|
||
|
</settings>
|
||
|
|
||
|
<queues>
|
||
|
<!--
|
||
|
<queue name="support@default">
|
||
|
<param name="strategy" value="longest-idle-agent"/>
|
||
|
<param name="moh-sound" value="$${hold_music}"/>
|
||
|
<param name="record-template" value="$${base_dir}/recordings/${strftime(%Y-%m-%d-%H-%M-%S)}.${destination_number}.${caller_id_number}.${uuid}.wav"/>
|
||
|
<param name="time-base-score" value="system"/>
|
||
|
</queue>
|
||
|
-->
|
||
|
</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.-->
|
||
|
<!-- WARNING : Agents and Tiers XML config shouldn't be used in a multi FS shared DB setup -->
|
||
|
<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>
|