Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. Queues.conf --
  2. [general]
  3. persistentmembers=yes
  4.  
  5. [q1]
  6. reportholdtime=yes
  7. strategy=rrmemory
  8. musicclass=debug
  9. context=debug-out ; Here we go when the caller presses a single digit, while in the queue
  10. timeoutpriority=conf
  11. timeout=1200
  12. wrapuptime=10
  13. joinempty=invalid,inuse
  14. leavewhenempty=yes
  15. ringinuse=no
  16. announce-frequency=0
  17. periodic-announce=queue-periodic-announce
  18. periodic-announce-frequency=15
  19.  
  20.  
  21. Extensions.conf --
  22. [queue]
  23. exten => s,1,Answer()
  24. same => n,Playback(gaqueue-welcome)
  25. same => n,Playback(gaqueue-your-call-is)
  26. same => n,Wait(1)
  27. same => n,Playback(gaqueue-this-call-may-be-recorded)
  28. same => n,Queue(q1,Hn)
  29. same => n,Voicemail(200@debug,su)
  30. same => n,HangUp()
  31.  
  32. exten => *,1,NoOp(i quit waiting)
  33. same => n,Playback(vm-goodbye)
  34. same => n,HangUp()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement