Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2015
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. 2015-06-23 20:44:49.598753 [DEBUG] freeswitch_lua.cpp:360 DBH handle 0x7f98ac1fcaf0 Connected.
  2. 2015-06-23 20:44:49.598753 [NOTICE] switch_cpp.cpp:1328 [xml_handler] SQL: select * from v_call_center_queues as q, v_domains as d where d.domain_uuid = q.domain_uuid;
  3. 2015-06-23 20:44:49.598753 [NOTICE] switch_cpp.cpp:1328 [xml_handler] Section: configuration
  4. 2015-06-23 20:44:49.598753 [NOTICE] switch_cpp.cpp:1328 [xml_handler] Tag Name: configuration
  5. 2015-06-23 20:44:49.598753 [NOTICE] switch_cpp.cpp:1328 [xml_handler] Key Name: name
  6. 2015-06-23 20:44:49.598753 [NOTICE] switch_cpp.cpp:1328 [xml_handler] Key Value: spandsp.conf
  7. 2015-06-23 20:44:49.598753 [NOTICE] switch_cpp.cpp:1328 [xml_handler] /usr/local/freeswitch/scripts/app/xml_handler/resources/scripts/configuration/spandsp.conf.lua
  8. 2015-06-23 20:44:49.598753 [NOTICE] switch_cpp.cpp:1328 [xml_handler] SQL: select * from v_call_center_agents as a, v_domains as d where d.domain_uuid = a.domain_uuid;
  9. 2015-06-23 20:44:49.598753 [NOTICE] switch_cpp.cpp:1328 [xml_handler] Section: configuration
  10. 2015-06-23 20:44:49.598753 [NOTICE] switch_cpp.cpp:1328 [xml_handler] Tag Name: configuration
  11. 2015-06-23 20:44:49.598753 [NOTICE] switch_cpp.cpp:1328 [xml_handler] Key Name: name
  12. 2015-06-23 20:44:49.598753 [NOTICE] switch_cpp.cpp:1328 [xml_handler] Key Value: enum.conf
  13. 2015-06-23 20:44:49.598753 [NOTICE] switch_cpp.cpp:1328 [xml_handler] /usr/local/freeswitch/scripts/app/xml_handler/resources/scripts/configuration/enum.conf.lua
  14. 2015-06-23 20:44:49.598753 [INFO] mod_enum.c:880 ENUM Reloaded
  15. 2015-06-23 20:44:49.598753 [NOTICE] switch_cpp.cpp:1328 [xml_handler] SQL: select * from v_call_center_tiers as t, v_domains as d where d.domain_uuid = t.domain_uuid;
  16. 2015-06-23 20:44:49.598753 [NOTICE] switch_cpp.cpp:1328 [xml_handler] XML_STRING: <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  17. <document type="freeswitch/xml">
  18. <section name="configuration">
  19. <configuration name="callcenter.conf" description="Call Center">
  20. <settings>
  21. <param name="odbc-dsn" value="pgsql://hostaddr=127.0.0.1 port=5432 dbname=freeswitch user=fusionpbx password=PASSWORD options='' application_name='freeswitch'"/>
  22. </settings>
  23. <queues>
  24. <queue name="davetest@officepbx.DOMAIN.com">
  25. <param name="strategy" value="longest-idle-agent"/>
  26. <param name="moh-sound" value="local_stream://default"/>
  27. <param name="record-template" value=""/>
  28. <param name="time-base-score" value="system"/>
  29. <param name="max-wait-time" value="0"/>
  30. <param name="max-wait-time-with-no-agent" value="90"/>
  31. <param name="tier-rules-apply" value="false"/>
  32. <param name="tier-rule-wait-second" value="30"/>
  33. <param name="tier-rule-wait-multiply-level" value="true"/>
  34. <param name="tier-rule-no-agent-no-wait" value="true"/>
  35. <param name="discard-abandoned-after" value="900"/>
  36. <param name="abandoned-resume-allowed" value="false"/>
  37. <param name="announce-sound" value=""/>
  38. <param name="announce-frequency" value=""/>
  39. </queue>
  40. </queues>
  41. <agents>
  42. <agent
  43. name="djacob@officepbx.DOMAIN.com"
  44. type="callback"
  45. contact="{call_timeout=15}user/111@officepbx.DOMAIN.com"
  46. status="Available"
  47. no-answer-delay-time="30"
  48. max-no-answer="0"
  49. wrap-up-time="10"
  50. reject-delay-time="90"
  51. busy-delay-time="90"
  52. />
  53. </agents>
  54. <tiers>
  55. <tier
  56. agent="djacob@officepbx.DOMAIN.com"
  57. queue="davetest@officepbx.DOMAIN.com"
  58. level="1"
  59. position="1"
  60. />
  61. </tiers>
  62. </configuration>
  63. </section>
  64. </document>
  65. 2015-06-23 20:44:49.598753 [DEBUG] freeswitch_lua.cpp:377 DBH handle 0x7f98ac1fcaf0 released.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement