agents.conf.sample 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. ;
  2. ; Agent configuration
  3. ;
  4. ;
  5. [agents]
  6. ;
  7. ; Define autologoff times if appropriate. This is how long
  8. ; the phone has to ring with no answer before the agent is
  9. ; automatically logged off (in seconds)
  10. ;
  11. ;autologoff=15
  12. ;
  13. ; Define ackcall to require an acknowledgement by '#' when
  14. ; an agent logs in over agentcallpark. Default is "yes".
  15. ;
  16. ;ackcall=yes
  17. ;
  18. ; Define wrapuptime. This is the minimum amount of time when
  19. ; after disconnecting before the caller can receive a new call
  20. ; note this is in milliseconds.
  21. ;
  22. ;wrapuptime=5000
  23. ;
  24. ; Define the default musiconhold for agents
  25. ; musiconhold => music_class
  26. ;
  27. ;musiconhold => default
  28. ;
  29. ;
  30. ; Group memberships for agents (may change in mid-file just)
  31. ;
  32. ;group=3
  33. ;group=1,2
  34. ;group=
  35. ;
  36. ; --------------------------------------------------
  37. ; This section is devoted to recording agent's calls
  38. ; The keywords are global to the chan_agent channel driver
  39. ;
  40. ; Enable recording calls addressed to agents. It's turned off by default.
  41. ;recordagentcalls=yes
  42. ;
  43. ; The format to be used to record the calls: wav, gsm, wav49.
  44. ; By default its "wav".
  45. ;recordformat=gsm
  46. ;
  47. ; Insert into CDR userfield a name of the the created recording
  48. ; By default it's turned off.
  49. ;createlink=yes
  50. ;
  51. ; The text to be added to the name of the recording. Allows forming a url link.
  52. ;urlprefix=http://localhost/calls/
  53. ;
  54. ; The optional directory to save the conversations in. The default is
  55. ; /var/spool/asterisk/monitor
  56. ;savecallsin=/var/calls
  57. ; --------------------------------------------------
  58. ;
  59. ; This section contains the agent definitions, in the form:
  60. ;
  61. ; agent => agentid,agentpassword,name
  62. ;
  63. ;agent => 1001,4321,Mark Spencer
  64. ;agent => 1002,4321,Will Meadows