queues.conf.sample 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. [general]
  2. ;
  3. ; Global settings for call queues
  4. ; (none exist currently)
  5. [default]
  6. ;
  7. ; Default settings for queues (currently unused)
  8. ;
  9. ;[markq]
  10. ;
  11. ; A sample call queue
  12. ;
  13. ; Music sets which musiconhold applies for this particular
  14. ; call queue
  15. ;
  16. ;music = default
  17. ;
  18. ; An announcement may be specified which is played for the member as
  19. ; soon as they answer a call, typically to indicate to them which queue
  20. ; this call should be answered as, so that agents or members who are
  21. ; listening to more than one queue can differentiated how they should
  22. ; engage the customer
  23. ;
  24. ;announce = queue-markq
  25. ;
  26. ; A strategy may be specified. Valid strategies include:
  27. ;
  28. ; ringall - ring all available channels until one answers (default)
  29. ; roundrobin - take turns ringing each available interface
  30. ; leastrecent - ring interface which was least recently called by this queue
  31. ; fewestcalls - ring the one with fewest completed calls from this queue
  32. ; random - ring random interface
  33. ;
  34. ;strategy = ringall
  35. ;
  36. ; A context may be specified, in which if the user types a SINGLE
  37. ; digit extension while they are in the queue, they will be taken out
  38. ; of the queue and sent to that extension in this context.
  39. ;
  40. ;context = qoutcon
  41. ;
  42. ; How long do we let the phone ring before we consider this a timeout...
  43. ;
  44. ;timeout = 15
  45. ;
  46. ; How long do we wait before trying all the members again?
  47. ;
  48. ;retry = 5
  49. ;
  50. ; Maximum number of people waiting in the queue (0 for unlimited)
  51. ;
  52. ;maxlen = 0
  53. ;
  54. ; Each member of this call queue is listed on a separate line in
  55. ; the form technology/dialstring. "member" means a normal member of a
  56. ; queue. An optional penalty may be specified after a comma, such that
  57. ; entries with higher penalties are considered last.
  58. ;
  59. ;member => Zap/1
  60. ;member => Zap/2
  61. ;member => Agent/1001
  62. ;member => Agent/1002
  63. ;member => Agent/@1 ; Any agent in group 1
  64. ;member => Agent/:1,1 ; Any agent in group 1, wait for first
  65. ; available, but consider with penalty