Guest User

Untitled

a guest
Feb 21st, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. *** extensions.conf ***
  2. exten => ${EXTENSION_QUEUE},n,Answer()
  3. ; Play "Please hold while I try to locate the person you are calling"
  4. exten => ${EXTENSION_QUEUE},n,Playback(followme/pls-hold-while-try)
  5. exten => ${EXTENSION_QUEUE},n,Macro(call-agi,${CONTEXT},QUEUE_POSITION_AGI,${EXTEN})
  6. exten => ${EXTENSION_QUEUE},n(queue-position-done),NoOp(QUEUE_POSITION=${QUEUE_POSITION})
  7. ; Add the caller to the queue (at the given position is specified above)
  8. exten => ${EXTENSION_QUEUE},n,Queue(${CONTEXT},,,,,,,,,${QUEUE_POSITION})
  9.  
  10. *** queues.conf ***
  11. [general]
  12. ; persistentmembers = yes
  13. autofill = yes
  14. ;
  15. [cg-20]
  16. ; context = cg-20
  17. strategy = ringall
  18. min-announce-frequency = 30
  19. announce-frequency = 60
  20. ; random-periodic-announce = no
  21. ; announce-holdtime = yes
  22. announce-position = yes
  23. ringinuse = no
  24. musicclass = default
  25. #include queues/cg-20-members.conf
Add Comment
Please, Sign In to add comment