callcenter.conf.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <configuration name="callcenter.conf" description="CallCenter">
  2. <settings>
  3. <!--<param name="odbc-dsn" value="dsn:user:pass"/>-->
  4. <!--<param name="dbname" value="/dev/shm/callcenter.db"/>-->
  5. <!--<param name="cc-instance-id" value="single_box"/>-->
  6. </settings>
  7. <queues>
  8. <queue name="support@default">
  9. <param name="strategy" value="longest-idle-agent"/>
  10. <param name="moh-sound" value="$${hold_music}"/>
  11. <!--<param name="record-template" value="$${recordings_dir}/${strftime(%Y-%m-%d-%H-%M-%S)}.${destination_number}.${caller_id_number}.${uuid}.wav"/>-->
  12. <param name="time-base-score" value="system"/>
  13. <param name="max-wait-time" value="0"/>
  14. <param name="max-wait-time-with-no-agent" value="0"/>
  15. <param name="max-wait-time-with-no-agent-time-reached" value="5"/>
  16. <param name="tier-rules-apply" value="false"/>
  17. <param name="tier-rule-wait-second" value="300"/>
  18. <param name="tier-rule-wait-multiply-level" value="true"/>
  19. <param name="tier-rule-no-agent-no-wait" value="false"/>
  20. <param name="discard-abandoned-after" value="60"/>
  21. <param name="abandoned-resume-allowed" value="false"/>
  22. </queue>
  23. </queues>
  24. <!-- WARNING: Configuration of XML Agents will be updated into the DB upon restart. -->
  25. <!-- WARNING: Configuration of XML Tiers will reset the level and position if those were supplied. -->
  26. <!-- WARNING: Agents and Tiers XML config shouldn't be used in a multi FS shared DB setup (Not currently supported anyway) -->
  27. <agents>
  28. <!--<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" />-->
  29. </agents>
  30. <tiers>
  31. <!-- If no level or position is provided, they will default to 1. You should do this to keep db value on restart. -->
  32. <!-- <tier agent="1000@default" queue="support@default" level="1" position="1"/> -->
  33. </tiers>
  34. </configuration>