Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. [root@meg dovid_test_api]# php -f dovid_test.php
  2. Array
  3. (
  4. [get_queues_results] => Array
  5. (
  6. [0] => Array
  7. (
  8. [get_queues_results_value] =>
  9. [priority] => 1
  10. [holdtime] => -1
  11. [no_destinations] => 1
  12. [strategy] => least_recent
  13. [dtype] => hangup
  14. [wrapuptime] => 0
  15. [dnumber] =>
  16. [music] => 0
  17. [allow_forwards] => 0
  18. [id] => 932
  19. [search_interval] => 60
  20. [maximum_queued] => -1
  21. [owner] => 0
  22. [answer] => 0
  23. [name] => DOVID_TEST
  24. [description] =>
  25. [play_position] => 0
  26. [play_start] => 0
  27. [play_message] => 0
  28. [events] => 0
  29. [customer] => 2
  30. [screen] => 0
  31. [play_interval] => 60
  32. [type] => linear
  33. [recordgroup] => 0
  34. [ringtime] => 15
  35. )
  36.  
  37. [1] => Array
  38. (
  39. [get_queues_results_value] =>
  40. [priority] => 1
  41. [holdtime] => -1
  42. [no_destinations] => 0
  43. [strategy] => least_recent
  44. [dtype] => congestion
  45. [wrapuptime] => 0
  46. [dnumber] =>
  47. [music] => 0
  48. [allow_forwards] => 0
  49. [id] => 1
  50. [search_interval] => 60
  51. [maximum_queued] => -1
  52. [owner] => 0
  53. [answer] => 0
  54. [name] => queue
  55. [description] =>
  56. [play_position] => 0
  57. [play_start] => 0
  58. [play_message] => 0
  59. [events] => 0
  60. [customer] => 2
  61. [screen] => 0
  62. [play_interval] => 60
  63. [type] => linear
  64. [recordgroup] => 0
  65. [ringtime] => 15
  66. )
  67.  
  68. [2] => Array
  69. (
  70. [get_queues_results_value] =>
  71. [priority] => 1
  72. [holdtime] => -1
  73. [no_destinations] => 1
  74. [strategy] => all
  75. [dtype] => forward
  76. [wrapuptime] => 10
  77. [dnumber] => 011972544942834
  78. [music] => 0
  79. [allow_forwards] => 0
  80. [id] => 794
  81. [search_interval] => 60
  82. [maximum_queued] => -1
  83. [owner] => 0
  84. [answer] => 0
  85. [name] => Tzvika - Test
  86. [description] =>
  87. [play_position] => 0
  88. [play_start] => 0
  89. [play_message] => 0
  90. [events] => 0
  91. [customer] => 2
  92. [screen] => 0
  93. [play_interval] => 60
  94. [type] => linear
  95. [recordgroup] => 0
  96. [ringtime] => 60
  97. )
  98.  
  99. )
  100.  
  101. )
  102. [root@meg dovid_test_api]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement