summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorIgor Goncharovskiy <igorg@iqtek.ru>2017-10-29 06:18:21 +0600
committerIgor Goncharovskiy <igorg@iqtek.ru>2017-10-29 06:18:21 +0600
commit8436f1d35ae22cdb0a092569a026cc7ca50befaf (patch)
treee0a2786fcf7b89359d98ead1a2e9bdd8e6d209f2 /CHANGES
parent2e5e7e0b143c2fdbd852d98a5d356a3fe1c3bc43 (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 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index daaf3e607..74ebf64f3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2811,7 +2811,7 @@ chan_agent
has also been removed, for the same reason.
* The endcall and enddtmf configuration options are removed. Use the
- dialplan function CHANNEL(dtmf-features) to set DTMF features on the agent
+ dialplan function CHANNEL(dtmf_features) to set DTMF features on the agent
channel before calling AgentLogin.
chan_bridge