mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-04 01:37:14 +00:00
mod_callcenter: Few default config comment spelling check, thanks Diego
This commit is contained in:
parent
29ea6e296f
commit
30b2c6fe90
@ -22,15 +22,15 @@
|
|||||||
|
|
||||||
</queues>
|
</queues>
|
||||||
|
|
||||||
<!-- WARNING : Configuring XML Agents will updated into the DB upon restart -->
|
<!-- WARNING: Configuration of XML Agents will be updated into the DB upon restart. -->
|
||||||
<!-- WARNING : Configuring XML Tiers will reset the provided level and position if provided.-->
|
<!-- 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: Agents and Tiers XML config shouldn't be used in a multi FS shared DB setup (Not currently supported anyway) -->
|
||||||
<agents>
|
<agents>
|
||||||
<!--<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" />-->
|
<!--<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" />-->
|
||||||
</agents>
|
</agents>
|
||||||
<tiers>
|
<tiers>
|
||||||
<!-- if no level or position is provided, they will default to 0. You should do this to keep db value on restart -->
|
<!-- 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="0" position="1"/> -->
|
<!-- <tier agent="1000@default" queue="support@default" level="1" position="1"/> -->
|
||||||
</tiers>
|
</tiers>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user