summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorIgor Goncharovskiy <igorg@iqtek.ru>2017-10-29 06:18:21 +0600
committerIgor Goncharovsky <igor.goncharovsky@gmail.com>2017-10-28 19:24:17 -0500
commit9bad4c74cc4c9186e1d07bcd1a889811bb56a9f8 (patch)
tree801af1a858863fcd60bb846c85b32c312e441a20 /apps
parent2a898460db8d3d9c48c1e96e1f96f64ce9370fec (diff)
app_agent_spool: Fix typo in dtmf features usage desctiption
Fix typo, that specify usage wrong option 'dtmf-features' for CHANNEL() function instead of correct 'dtmf_features' ASTERISK-27377 #close Change-Id: I15ecc829c1035b359584673e12cdb5c9291ac930
Diffstat (limited to 'apps')
-rw-r--r--apps/app_agent_pool.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_agent_pool.c b/apps/app_agent_pool.c
index bf12b291c..6a8c3955b 100644
--- a/apps/app_agent_pool.c
+++ b/apps/app_agent_pool.c
@@ -72,7 +72,7 @@
when a new call comes in for the agent. Login failures will continue in
the dialplan with <variable>AGENT_STATUS</variable> set.</para>
<para>Before logging in, you can setup on the real agent channel the
- CHANNEL(dtmf-features) an agent will have when talking to a caller
+ CHANNEL(dtmf_features) an agent will have when talking to a caller
and you can setup on the channel running this application the
CONNECTEDLINE() information the agent will see while waiting for a
caller.</para>
@@ -92,7 +92,7 @@
<ref type="application">PauseQueueMember</ref>
<ref type="application">UnpauseQueueMember</ref>
<ref type="function">AGENT</ref>
- <ref type="function">CHANNEL(dtmf-features)</ref>
+ <ref type="function">CHANNEL(dtmf_features)</ref>
<ref type="function">CONNECTEDLINE()</ref>
<ref type="filename">agents.conf</ref>
<ref type="filename">queues.conf</ref>