aboutsummaryrefslogtreecommitdiffstats
path: root/configs/agents.conf.sample
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-28 14:39:21 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-28 14:39:21 +0000
commita22b4735e5a6b8745a4915a260995886c56c7ffe (patch)
tree2e8e77235c0fb39f0551db5e6012057fc8c580d0 /configs/agents.conf.sample
parent7f7cfd42e9d0e77e3d1ea18732595c1794bf46ea (diff)
Remove a bunch of trailing whitespace in preparation for reformatting/cleanup.
Let's try that again, this time removing trailing whitespace and not leading whitespace. I can't believe no one noticed. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@197535 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/agents.conf.sample')
-rw-r--r--configs/agents.conf.sample14
1 files changed, 7 insertions, 7 deletions
diff --git a/configs/agents.conf.sample b/configs/agents.conf.sample
index a006d275a..3ac313322 100644
--- a/configs/agents.conf.sample
+++ b/configs/agents.conf.sample
@@ -32,14 +32,14 @@ persistentagents=yes
; Define autologoffunavail to have agents automatically logged
; out when the extension that they are at returns a CHANUNAVAIL
; status when a call is attempted to be sent there.
-; Default is "no".
+; Default is "no".
;
;autologoffunavail=yes
;
; Define ackcall to require a DTMF acknowledgement when
; an agent logs in using agentcallbacklogin. Default is "no".
; Can also be set to "always", which will also require AgentLogin
-; agents to acknowledge calls. Use the acceptdtmf option to
+; agents to acknowledge calls. Use the acceptdtmf option to
; configure what DTMF key press should be used to acknowledge the
; call. The default is '#'.
;
@@ -70,14 +70,14 @@ persistentagents=yes
;
;goodbye => goodbye_file
;
-; Define updatecdr. This is whether or not to change the source
-; channel in the CDR record for this call to agent/agent_id so
+; Define updatecdr. This is whether or not to change the source
+; channel in the CDR record for this call to agent/agent_id so
; that we know which agent generates the call
;
;updatecdr=no
;
; Group memberships for agents (may change in mid-file)
-;
+;
;group=3
;group=1,2
;group=
@@ -85,7 +85,7 @@ persistentagents=yes
; --------------------------------------------------
; This section is devoted to recording agent's calls
; The keywords are global to the chan_agent channel driver
-;
+;
; Enable recording calls addressed to agents. It's turned off by default.
;recordagentcalls=yes
;
@@ -100,7 +100,7 @@ persistentagents=yes
; /var/spool/asterisk/monitor
;savecallsin=/var/calls
;
-; An optional custom beep sound file to play to always-connected agents.
+; An optional custom beep sound file to play to always-connected agents.
;custom_beep=beep
;
; --------------------------------------------------